6.3 HP StoreAll Storage Installation Guide (TA768-96085, April 2013)

11 Using ibrixinit
The ibrixinit utility is used to install or uninstall the Fusion Manager, file serving node, and
statstool packages on a file serving node. It can also be used to install or uninstall the StoreAll
client package on a Linux client.
The ibrixinit utility is provided with the product distribution. Expand the distribution tarball,
or mount the distribution DVD in a directory of your choice. This creates an ibrix subdirectory
containing the installer program. For example, if you expand the tarball in /root, the installer is
in /root/ibrix.
Synopsis
Install the Fusion Manager, file serving node, and statstool packages on a file serving node:
ibrixinit -c clustername -C <CLUSTER_IF> v <VIF_IP> m <VIF_NETMASK>
d <VIF_DEVICE> -w <PORT_NO> -F [-V <USERVIF_IP>] [-D <USERVIF_DEV>]
[-N <USERVIF_NETMASK>]
For example:
./ibrixinit -c mycluster -C eth4 -v 192.168.49.54 -m 255.255.0.0 -d
eth4:1 -w 9009 -F -V 10.30.49.54 -D eth0:1 -N 255.255.0.0
Uninstall the Fusion Manager, file serving node, and statstool packages from a file serving node,
including the RPMs:
./ibrixinit -u
Uninstall the Fusion Manager, file serving node, and statstool packages from a file serving node,
retaining the RPMs:
./ibrixinit -U
Install the StoreAll client package on a Linux client:
./ibrixinit -tc -C <CLUSTER_IF> -i <CLUSTER_NAME/VIF_IP>
For example:
./ibrixinit -tc -C eth4 -i 192.168.49.54
Uninstall the StoreAll client package from a Linux client, including the RPMs:
./ibrixinit -tc -u
Uninstall the StoreAll client package from a Linux client, retaining the RPMs:
./ibrixinit -tc -U
Options
DescriptionOption
Specifies the cluster interface-C <CLUSTER_IF>
Specifies the User virtual interface device name for Fusion Manager (for example: eth0:1)-D <USERVIF_DEV>
Forces overwriting the existing files.-F
Specifies the User virtual interface network mask for Fusion Manager-N
<USERVIF_NETMASK>
Specifies the path for installing StoreAll client software-P <PATH>
Uninstalls Fusion Manager, file serving node software, and statstool components on this file
serving node, but retains the RPMs
-U
138 Using ibrixinit