6.2 HP IBRIX 9300/9320 Storage Administrator Guide (AW549-96049, December 2012)

5. Review the file /etc/hosts on every IBRIX node (file serving nodes and management nodes)
to ensure the hosts file contains two lines similar to the following:
127.0.0.1 <hostname> localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
In this instance, <hostname> is the name of the IBRIX node as returned by the hostname
command.
If these two lines do not exist or they do not contain all of the information, open the /etc/
hosts file with a text editor such as “vi” and modify the file so it contains the two lines,
matching the format provided in this step. For example, if the hostname command returns
ss01, then the lines should appear as follows:
127.0.0.1 ss01 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
6. After the upgrade, the Fusion Manager on each server in the IBRIX cluster must be restarted
manually.
1. Restart all passive Fusion Managers.
a. Determine if the Fusion Manager is in passive mode by entering the following
command:
ibrix_fm -i
b. If the command returns “passive” (regardless of failover disabled or not), enter the
following command to restart Fusion Manager:
service ibrix_fusionmanager restart
c. Redo steps a and b for each Fusion Manager.
2. Restart the Active Fusion Manager by issuing the following commands on the active FM
server:
a. Enter the following command to set all instances of Fusion Manager to the nofmfailover
mode:
ibrix_fm -m nofmfailover -A
b. To restart Fusion Manager, enter the following command:
service ibrix_fusionmanager restart
c. Enter the following command to set all instances of Fusion Manager to the passive
mode:
ibrix_fm -m passive -A
Manual offline upgrades for IBRIX software 6.x to 6.2
Preparing for the upgrade
To prepare for the upgrade, complete the following steps:
1. Make sure you have completed all steps in the upgrade checklist (Table 2 (page 111)).
2. Verify that ssh shared keys have been set up. To do this, run the following command on the
node hosting the active instance of the agile Fusion Manager:
ssh <server_name>
Repeat this command for each node in the cluster.
116 Upgrading the IBRIX software to the 6.2 release