How to install openfiler in CentOS 6.2 Linux

Before starting installation steps I would like to give a brief intro on

What is Openfiler?

Openfiler is an operating system that provides file-based network-attached storage and block-based storage area network.

Hardware Requirements

Minimal
Openfiler needs at least a 500 MHz CPU, 256 MB of RAM, 10 GB hard disk space (8 GB for OS installation and 2 GB for swap space), an optical drive (for local installation) and an Ethernet like network interface.

Optimal
A 64 bit processor with 1.6 GHz or more, 2 GB of RAM, 10 GB of hard disk space (8 GB for OS installation plus 2 GB for swap space) and a hardware RAID disk array controller is recommended for optimal performance.

You can get more update on feature of openfile on the wiki page

Let me show you step by step instructions to set up a new machine with openfiler. Now this machine can be a physical machine as well as a virtual machine. Generally in my case I use openfiler for test purposes on my virtual machines.

You can download the iso file for openfiler free of cost from their official website
https://www.openfiler.com/community/download
Follow the below screenshots (Click on the image in case you find it hard to read the texts on the image)

Insert the iso file and boot your machine from the iso and follow the instructions

Click Next to start the installation

2 1

Select your preferred Language which for me is US English

3 1

Select Yes to format the selected Hard Disk

4 1

Select "Create custom layout" from the drop down menu as shown below and click on Next

5 1

Create a custom layout of your partition system.

NOTE: Make sure that you leave free space which will be used for storage purpose(iSCSI, Fiber, etc..) using openfiler

6 1

 Select the default primary partition. I most cases it will automatically detect the root partition

Configure your network and provide a proper hostname in the below section.

10 1

Select your continent and region for the date and time settings as in my case it is Asia/Kolkatta

11 1

Provide a root password for your machine

12 1

Click on Next to start the installation process

13 1

Once the installation is completed click on Reboot

So once the machine is rebooted you can see the ip address of the machine and the format which you have to use to access openfiler using client machine browser.

15 1

Go to the browser and type you machine ip address which for mine is

https://10.10.20.46:446

Now since you are trying to access a https page, you will be prompted for security certificate authentication by the browser as shown below

Click on Proceed anyway

16 1

After that you will get the logon page for openfiler

Your default login credentials will be
Username : openfiler
password   : password

18 1

Related Articles

Configuring iSCSI storage using openfiler

Configure Red Hat Cluster using VMware, Quorum Disk, GFS2, Openfiler

Tutorial for Monitoring Tools SAR and KSAR with examples in Linux
How to configure Samba 4 Secondary Domain Controller
How to secure Apache web server in Linux using password (.htaccess)
How to register Red Hat Linux with RHN (Red Hat Network )
Red hat Enterprise Linux 5.5 Installation Guide (Screenshots)
15 tips to enhance security of your Linux machine
What is the difference between "su" and "su -" in Linux?
What is swappiness and how do we change its value?
How to log iptables messages in different log file
What are the s and k scripts in the etc rcx.d directories
How to check all the currently running services in Linux
How to auto start service after reboot in Linux
What is virtual memory, paging and swap space?

What is the difference between DNS A record and CNAME record?