5.5 HP StorageWorks X9300 Network Storage Gateway Administrator Guide (AW539-96007, March 2011)

Table Of Contents
For example:
./ibrixinit -ts -C eth4 -i 172.16.3.100 -F
6. Register the Management Server hostname and IP address with the now active agile management
console:
ibrix_fm -R <server_hostname> -I <IP_addr> -a <active_cluster_IP>
For example:
ibrix_fm –R x109s1 –I 172.16.3.100 –a 172.16.3.1
7. Verify that the agile management console is active:
ibrix_fm –i
For example:
[root@x109s1 ~]# ibrix_fm -i
FusionServer: x109s1 (active, quorum is running)
================================================
Command succeeded!
8. Verify that there is only one management console in this cluster:
ibrix_fm -f
For example:
[root@x109s1 ~]# ibrix_fm -f
NAME IP ADDRESS
------ ----------
X109s1 172.16.3.100
Command succeeded!
9. To provide high availability for the management console, install a passive agile management
console on an existing file serving node. In the command, the -F option forces the overwrite of
the new_lvm2_uuid file that was installed with the X9000 Software. Run the following command
on the file serving node:
<install_code_directory>/ibrixinit -tm -C <local_cluster_interface_device>
–v <cluster_VIF_IP> -m <cluster_netmask> -d <cluster_VIF_device> -w 9009
–M passive -F
For example:
[root@x109s3 ibrix]# <install_code_directory>/ibrixinit -tm -C bond0 -v 172.16.3.1
-m 255.255.248.0 -d bond0:0 -V 10.30.83.1 -N 255.255.0.0 -D bond1:0 -w 9009
-M passive -F
10. Verify that both management consoles are in the cluster:
ibrix_fm -f
For example:
[root@x109s3 ibrix]# ibrix_fm -f
NAME IP ADDRESS
------ ----------
x109s1 172.16.3.100
x109s3 172.16.3.3
Command succeeded!
11. Verify that the newly installed management console is in passive mode:
ibrix_fm –i
For example:
X9300 Network Storage Gateway Administrator Guide 71