6.0 HP X9000 File Serving Software Installation (TA768-96041, October 2011)

# ibrix_nic t n bond1 h kudos1
# ibrix_nic t n bond1 h kudos2
# ibrix_nic t n bond1 h kudos3
Completing the installation
For more information, see the following:
“Post-installation tasks” (page 44)
“Adding Linux X9000 clients” (page 47)
Changing IP addressing for the private network (optional)
NOTE: This procedure is for use only on systems with a stand-alone, dedicated management
console configuration prior to installing the agile management console.
This example changes the internal network from 172.16.0.0/255.255.248 to
192.168.0.0/255.255.248.0.
1. Connect an ssh session to 172.16.3.1 (the fusion manager on blade1).
2. Copy the /etc/hosts file:
cp /etc/hosts /etc/hosts_original
scp 172.16.3.2:/etc/hosts 172.16.3.2:/etc/hosts_original
scp 172.16.3.3:/etc/hosts 172.16.3.3:/etc/hosts_original
3. Check the installed version:
ibrix_version l
4. Copy the installation tarball to /tmp on blade 1 (the fusion manager).
5. Copy the installation tarball file to /tmp on the other blades:
scp <installation-tarball> 172.16.3.2:/tmp
scp <installation-tarball> 172.16.3.3:/tmp
. . .
Repeat for all installed blades.
6. Decompress the installation tarball:
cd /tmp
tar -xvf tarball
cd ibrix
7. Uninstall the fusion manager and file serving node software:
cd /usr/local/ibrix
./ibrixinit u
8. Edit the /etc/hosts file:
vi /etc/hosts
:1,$s/172.16/192.168/g
:wq!
9. Copy the new hosts file to the other servers:
scp /etc/hosts 172.16.3.2:/etc
scp /etc/hosts 172.16.3.3:/etc
10. Edit the bond0 configuration file and change the IPADDR parameter to the new address:
vi /etc/sysconfig/network-scripts/ifcfg-bond0
11. On each file serving node, decompress the installation tarball:
cd /tmp
tar -xvf tarball
cd ibrix
Completing the installation 39