5.6 HP StorageWorks X9320 Network Storage System Administrator Guide (AW542-96006, June 2011)

NOTE: If iLO was not previously configured on the server, the command will fail with the
following error:
com.ibrix.ias.model.BusinessException: x467s2 is not associated with any power sources
Use the following command to define the iLO parameters into the X9000 cluster database:
ibrix_powersrc -a -t ilo -h HOSTNAME -I IPADDR [-u USERNAME -p PASSWORD]
See the installation guide for more information about configuring iLO.
Removing the dedicated Management Server
This procedure removes the dedicated Management Server machine from the cluster and installs
another instance of the agile management console on a second file serving node.
Complete the following steps:
1. On the Management Server machine, place the agile management console into maintenance
mode:
ibrix_fm -m maintenance
2. Verify that the management console is in maintenance mode:
ibrix_fm i
For example:
[root@x109s1 ibrix]# ibrix_fm -i
FusionServer: x109s1 (maintenance, quorum not started)
==================================
Command succeeded!
Verify that the passive management console has become the active management console. Run
the ibrix_fm -i command on the file serving node hosting the passive management
console (x109s3 in this example). It may take up to two minutes for the passive management
console to become active.
For example:
[root@x109s3 ibrix]# ibrix_fm -i
FusionServer: x109s3 (active, quorum is running)
=============================
Command succeeded!
At this point, the ibrix_fm -f command reports two agile management consoles, the passive
console on the Management Server (x109s1) and the active console on the file serving node
(x109s3).
[root@x109s3 ibrix]# ibrix_fm -f
NAME IP ADDRESS
------ ----------
x109s1 172.16.3.100
x109s3 172.16.3.3
Command succeeded!
3. Uninstall the management console from the Management Server machine:
/ibrix/ibrixinit -tm -U
4. Verify that the uninstalled management console is no longer registered. Run the following
command from the file serving node hosting the newly active management console:
ibrix_fm -f
The command should now report only the agile management console on the file serving node.
[root@x109s3 ibrix]# ibrix_fm -f
NAME IP ADDRESS
------ ----------
Removing the dedicated Management Server 67