6.3 HP IBRIX X9720/StoreAll 9730 Storage Administrator Guide (AW549-96073, June 2013)

Node is not registered with the cluster network
Nodes hosting the agile Fusion Manager must be registered with the cluster network. If the
ibrix_fm command reports that the IP address for a node is on the user network, you will need
to reassign the IP address to the cluster network. For example, the following commands report that
node ib51-101, which is hosting the active Fusion Manager, has an IP address on the user
network (192.168.51.101) instead of the cluster network.
[root@ib51-101 ibrix]# ibrix_fm -i
FusionServer: ib51-101 (active, quorum is running)
==================================================
[root@ib51-101 ibrix]# ibrix_fm -f
NAME IP ADDRESS
-------- ----------
ib51-101 192.168.51.101
ib51-102 10.10.51.102
1. If the node is hosting the active Fusion Manager, as in this example, stop the Fusion Manager
on that node:
[root@ib51-101 ibrix]# /etc/init.d/ibrix_fusionmanager stop
Stopping Fusion Manager Daemon [ OK ]
[root@ib51-101 ibrix]#
2. On the node now hosting the active Fusion Manager (ib51-102 in the example), unregister
node ib51-101:
[root@ib51-102 ~]# ibrix_fm -u ib51-101
Command succeeded!
3. On the node hosting the active Fusion Manager, register node ib51-101 and assign the
correct IP address:
[root@ib51-102 ~]# ibrix_fm -R ib51-101 -I 10.10.51.101
Command succeeded!
NOTE: When registering a Fusion Manager, be sure the hostname specified with -R matches
the hostname of the server.
The ibrix_fm commands now show that node ib51-101 has the correct IP address and node
ib51-102 is hosting the active Fusion Manager.
[root@ib51-102 ~]# ibrix_fm -f
NAME IP ADDRESS
-------- ----------
ib51-101 10.10.51.101
ib51-102 10.10.51.102
[root@ib51-102 ~]# ibrix_fm -i
FusionServer: ib51-102 (active, quorum is running)
==================================================
File system unmount issues
If a file system does not unmount successfully, perform the following steps on all servers:
1. Run the following commands:
chkconfig ibrix_server off
chkconfig ibrix_ndmp off
chkconfig ibrix_fusionmanager off
2. Reboot all servers.
3. Run the following commands to move the services back to the on state. The commands do not
start the services.
chkconfig ibrix_server on
chkconfig ibrix_ndmp on
chkconfig ibrix_fusionmanager on
Upgrading the StoreAll software to the 6.1 release 183