Openfiler v1.1pre7-beta3 installation instructions

Openfiler v1.1pre7-beta3 requires Fedora Core 3 test 3. Other releases are incompatible. You may find this release's ISO images on various mirrors.

1. Fedora Core 3 test 3 installation (other releases are incompatible)

  1. Select the expert type install
  2. Select custom install
  3. When you reach the Disk Druid, select manual partitioning mode
  4. Create /boot filesystem of size 128MB; it should be a primary partition, and the filesystem should be of type Ext3
  5. Create swap partition of size equal to the amount of physical memory in the system
  6. Create / (root) filesystem of size 16384MB minimum; it should be a primary partition, and the filesystem should be of type Ext3
  7. Create LVM physical volume(s) of the rest of the free disk space. Then create a new LVM volume group called `openfiler' (without the quotes), and add the LVM physical volumes to it.
  8. Select Grub (the default) as boot loader
  9. Configure networking; do not use DHCP, but manually configure an IP address; set the hostname
  10. Set firewall to lowest security level (no firewall); Turn off SELinux completely if you are asked to configure it.
  11. Configure system clock to your desired setting (system clock should use UTC)
  12. Do not configure any network user directories (go with default setting)
  13. Install all packages (Everything)
  14. After the package installation is complete, you can create a boot disk if you want to
  15. Optionally setup X configuration
  16. Select text type login
  17. Exit from the installer; the machine will reboot

2. Openfiler software installation

Please note that the following steps will install various RPMs which will change the system configuration significantly from a default Fedora Core install configuration. Especially the openfiler RPM will modify many global system configuration files.

  1. When the Fedora Core 3 test 3 system has booted after install, login as root and check to see if the dm_mod (LVM2 disk mapper) module has loaded by using the lsmod command. This module would have loaded if you had created the openfiler volume group properly during installation of Fedora Core 3 test 3.
  2. # lsmod | grep "dm_mod"
    dm_mod                 46677  0
    #
    
  3. Synchronize system date/time to an internet timeserver using the following command:
    ntpdate time.nist.gov
    
  4. Sync hardware clock using the following command:
    hwclock -w
    
  5. Untar the Openfiler distribution tarball in /root/ using the following commands; su - runs a login shell as the super-user (root):
    su -
    cd /root/
    gzip -dc /path/to/openfiler-release-1.1pre7-beta3.tar.gz | tar xvf -
    
  6. Next install/update the patched binary RPMs in the packages/ directory using the following command:
    cd /root/openfiler-release-1.1pre7-beta3/packages/FC3test3/RPMS/i386/
    rpm -Uvh --oldpackage *.rpm
    
  7. Execute the following command:
    authconfig --kickstart --openfiler
    
    If you get a bad argument error, retract your steps.
  8. Now reboot the machine. This will allow it to start some necessary system services and turn off any conflicting system services.

Now visit https://ip.address.of.server:446/ (port 446 on the server using the Secure HTTP protocol). Login with 'openfiler' as the username and 'password' as the password (without the quotes). You can change the password in the 'Accounts' section.

You can then read the administration guide to learn about setting up your storage.

Support resources

We want to hear bug reports, if any of you get this working with the installation instructions. There is a mailing list for bug reports and support: https://lists.xinitsystems.com/mailman/listinfo/openfiler-users

We welcome developers to participate in development too. The associated list is: https://lists.xinitsystems.com/mailman/listinfo/openfiler-devel

You may contact us for commercial purposes if you are:

 

Copyright © 2004 Voluna Software. All rights reserved.