HP StoreAll OS 6.5.1 Upgrade Guide

a. To stop SMB (CIFS) processes:
ibrix_server -s -t cifs -c stop
b. If you are using SMB, verify that all likewise services are down on all nodes:
ps -ef | grep likewise
Use kill -9 to stop any likewise services that are still running.
c. To stop NFS processes:
ibrix_server -s -t nfs -c stop
Verify that all NFS processes are stopped:
ps -ef | grep nfs
If necessary, use the following command to stop NFS services:
/etc/init.d/nfs stop
Use kill -9 to stop any NFS lockd and nfsd that are still running.
d. To stop NDMP processes:
ibrix_server -s -t ndmp -c stop
e. If necessary, run the following command on all nodes to find any open file handles for
the mounted file systems:
lsof </mountpoint>
f. Use kill -9 to stop any processes that still have open file handles on the file systems.
This step should be a last resort to stopping services. Improper shutdown might result in
file inconsistencies.
4. From the management console, unmount all StoreAll file systems:
<ibrixhome>/bin/ibrix_umount -f <fsname>
Upgrading the management console
Complete the following steps on the management console:
1. Force a backup of the configuration:
<ibrixhome>/bin/ibrix_fm -B
The output is stored at /usr/local/ibrix/tmp/fmbackup.zip. Be sure to save this file
in a location outside of the cluster.
2. Move the <installer_dir>/ibrix directory used in the previous release installation to
ibrix.old. For example, if you expanded the tarball in /root during the previous StoreAll
installation on this node, the installer is in /root/ibrix.
3. Expand the distribution tarball or mount the distribution DVD in a directory of your choice.
Expanding the tarball creates a subdirectory named ibrix that contains the installer program.
For example, if you expand the tarball in /root, the installer is in /root/ibrix.
4. Change to the installer directory if necessary and execute the following command:
./ibrixupgrade -f
5. Verify that the management console started successfully:
/etc/init.d/ibrix_fusionmanager status
The status command confirms whether the correct services are running. Output is similar to
the following:
Fusion Manager Daemon (pid 18748) running...
6. Check /usr/local/ibrix/log/fusionserver.log for errors.
34 Cascading upgrades