5.6.x HP X9000 Series Network Storage System Installation Guide (TA768-96056, December 2011)
./ibrixinit -tc -C CLUSTER_INTERFACENAME -i CLUSTER_NAME/VIF_IP
For example:
./ibrixinit -tc -C eth4 -i 192.168.49.54
To install into a different directory, use the following command:
./ibrixinit -tc -C CLUSTER_INTERFACENAME -i CLUSTER_NAME/VIF_IP -P PATHNAME
3. Verify that the X9000 client is operational. The following command reports whether X9000
services are running:
/etc/init.d/ibrix_client status
Registering Linux X9000 clients
Linux X9000 clients must be registered manually with the management console before they can
mount a file system. To register a client using the CLI, use the following command:
<installdirectory>/bin/ibrix_client -a -h HOST -e IPADDRESS
For example, to register client12.hp.com, which is accessible at IP address 192.168.2.12:
<installdirectory>/bin/ibrix_client -a -h client12.hp.com -e 192.168.2.12
Registering multicluster clients
A multicluster client is one that is registered to more than one management console and is thus a
member of more than one cluster. To configure such a remote client, you will need to run programs
as the root user on both the client and the management console.
The remote X9000 client and the new cluster must be in the same subnet and routable to each
other. The remote client and the new cluster’s management console must be running the same
version of X9000 Software.
Install and register the X9000 client on the first cluster, and then run the following procedure as
user root:
1. From the X9000 client, register the client with the new cluster:
register_client -p IPADDRESS -c clusterIF —n ClientName
IPADDRESS is the address of the new management console and clusterIF is the interface
used for cluster communication. The new management console entry is added to the client
iadconf.xml file and can be listed by executing the ibrix_client command on the new
management console.
2. Restart X9000 client services:
/etc/init.d/ibrix_client restart
3. On the new cluster’s active management console, create a mountpoint for the new client and
set the mount intent. In this example, the file system is ifs1, the mountpoint is /mnt_ifs1,
and the client’s host name is client1.net.com.
<installdirectory>/bin/ibrix_mountpoint -c -m /mnt_ifs1 -h client1.net.com
<installdirectory>/bin/ibrix_mount -f ifs1 -m /mnt_ifs1
On the client, specify the cluster name when mounting a file system located on the second cluster:
ibrix_lwmount -f <cluster-name>:fs1 -m /fs1
Preferring a network interface for a Linux X9000 client
Use the following command to prefer a network interface:
<installdirectory>/bin/ibrix_client -n -h SRCHOST -A DESTHOST/IFNAME
Execute this command once for each destination host that the X9000 client should contact using
the specified network interface (IFNAME).
50 Adding Linux and Windows X9000 clients