5.5 HP StorageWorks X9720 Network Storage System Administrator Guide (AW549-96026, March 2011)

If you are using X9000 clients over the user bond1 network, edit the /etc/sysconfig/
network-scripts/ifcfg-bond1 file. Change the IP address to another unused, reserved
IP address.
Run one of the following commands:
/etc/init.d/network restart
service network restart
If you are not at the local terminal you might have to reconnect using the new IP address. The
following example shows the syntax for creating the agile management console cluster VIF
(bond0:1) and, if using X9000 clients, the agile management console user VIF (bond1:0).
ifconfig bond0:1 172.16.3.1
ifconfig bond1:0 10.30.83.1
2. Configure the agile management console:
ibrix_fm -c <cluster_IP_addr> -d <cluster_VIF_device> –n
<cluster_VIF_netmask> -v cluster -I <local_IP_addr>
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).
3. If you are using X9000 clients and you created the interface bond1:0 in step 1, now set up the
user network VIF, specifying the user VIF IP address and VIF device used in step 1.
NOTE:
This step does not apply to CIFS/NFS clients. If you are not using X9000 clients, you can skip
this step.
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
4. Verify that the file /etc/ibrix/fminstance.xml exists and contains the following line:
<property name="currentFMName" value="hostname”> </property>
In the line, hostname is the hostname of your server. If the line does not exist, create it.
5. Restart the Fusionmanager services:
/etc/init.d/ibrix_fusionmanager restart
6. Register the hostname and IP address of the blade with the now active agile management
console:
ibrix_fm -R <blade_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:
Migrating to an agile management console configuration78