6.0 HP X9720 Network Storage System Administrator Guide (AW549-96034, December 2011)

In the command, <cluster_VIF_addr> is the old cluster IP address for the original
management console and <local_cluster_IP_addr> is the new IP address you acquired.
For example:
[root@x109s1 ~]# ibrix_fm -c 172.16.3.1 -d bond0:1 -n 255.255.248.0 -v cluster
-I 172.16.3.100
Command succeeded!
The original cluster IP address is now configured to the newly created cluster VIF device
(bond0:1).
5. If you created the interface bond1:0 in step 3, now set up the user network VIF, specifying
the user VIF IP address and VIF device used in step 3.
NOTE: This step does not apply to CIFS/NFS clients. If you are not using X9000 clients,
you can skip this step.
Set up the user network VIF:
ibrix_fm -c <user_VIF_IP> -d <user_VIF_device> -n <user_VIF_netmask> -v user
For example:
[root@x109s1 ~]# ibrix_fm -c 10.30.83.1 -d bond1:0 -n 255.255.0.0 -v user
Command succeeded
6. Install the file serving node software on the agile management console node:
ibrix/ibrixinit -ts -C <cluster_interface> -i <agile_cluster_VIF_IP_Addr> F
For example:
ibrix/ibrixinit -ts -C eth4 -i 172.16.3.100 F
7. Register the agile management console (also known as agile FM) to the cluster:
ibrix_fm R <FM hostname> -I <local_cluster_ipaddr>
NOTE: Verify that the local agile management console name is in the /etc/ibrix/
fminstance.xml file. Run the following command:
grep i current /etc/ibrix/fminstance.xml <property name="currentFmName" value="ib50-86"></property>
8. From the agile management console, verify that the definition was set up correctly:
grep i vif /etc/ibrix/fusion.xml
The output should be similar to the following:
<property name="fusionManagerVifCheckInterval" value="60"></property>
<property name="vifDevice" value="bond0:0"></property>
<property name="vifNetMask" value="255.255.254.0"></property>
NOTE: If the output is empty, restart the fusionmanager services as in step 9 and then recheck.
9. Restart the fusionmanager services:
/etc/init.d/ibrix_fusionmanager restart
NOTE: It takes approximately 90 seconds for the agile management console to return to
optimal with the agile_cluster_vif device appearing in ifconfig output. Verify that
this device is present in the output.
10. 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!
Performing the migration 79