6.0 HP X9320 Network Storage System Administrator Guide (AW542-96009, December 2011)

Manual upgrade
Check the following:
If the restore script fails, check /usr/local/ibrix/setup/logs/restore.log for
details.
If configuration restore fails, look at /usr/local/ibrix/autocfg/logs/appliance.log
to determine which feature restore failed. Look at the specific feature log file under /usr/
local/ibrix/setup/logs/ for more detailed information.
To retry the copy of configuration, use the following command:
/usr/local/ibrix/autocfg/bin/ibrixapp upgrade f s
Node is not registered with the cluster network
Nodes hosting the agile management console 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 ib51101, which is hosting the active management console, has an IP address on the user
network (15.226.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 15.226.51.101
ib51-102 10.10.51.102
1. If the node is hosting the active management console, as in this example, stop the management
console 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 management console (ib51102 in the example),
unregister node ib51101:
[root@ib51-102 ~]# ibrix_fm -u ib51-101
Command succeeded!
3. On the node hosting the active management console, register node ib51101 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 management console, be sure the hostname specified with -R
matches the hostname of the server.
The ibrix_fm commands now show that node ib51101 has the correct IP address and node
ib51102 is hosting the active management console.
[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)
==================================================
92 Upgrading the X9000 Software