6.3 HP StoreAll 9300/9320 Storage Administrator Guide (AW549-96072, June 2013)

10. Run the following command to verify that automated failover is off. In the output, the HA column
should display off.
<ibrixhome>/bin/ibrix_server -l
11. Unmount file systems on Linux StoreAll clients:
ibrix_umount -f MOUNTPOINT
12. Stop the SMB, NFS and NDMP services on all nodes. Run the following commands on the
node hosting the active Fusion Manager:
ibrix_server -s -t cifs -c stop
nl
ibrix_server -s -t nfs -c stop
nl
ibrix_server -s -t ndmp -c stop
If you are using SMB, verify that all likewise services are down on all file serving nodes:
ps -ef | grep likewise
Use kill -9 to stop any likewise services that are still running.
If you are using NFS, 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 processes that are still running.
If necessary, run the following command on all nodes to find any open file handles for the
mounted file systems:
lsof </mountpoint>
Use kill -9 to stop any processes that still have open file handles on the file systems.
13. Unmount each file system manually:
ibrix_umount -f FSNAME
Wait up to 15 minutes for the file systems to unmount.
Troubleshoot any issues with unmounting file systems before proceeding with the upgrade.
See “File system unmount issues” (page 22).
Performing the upgrade manually
This upgrade method is supported only for upgrades from StoreAll software 6.x to the 6.3 release.
Complete the following steps first for the server running the active Fusion Manager and then for
the servers running the passive Fusion Managers:
1. This release is only available through the registered release process. To obtain the ISO image,
contact HP Support to register for the release and obtain access to the software dropbox.
2. Ensure that the /local/ibrix/ folder is empty prior to copying the contents of pkgfull.
The upgrade will fail if the /local/ibrix/ folder contains leftover .rpm packages not listed
in the build manifest.
3. Mount the pkg-full ISO image and copy the entire directory structure to the /local/ibrix/
directory, as shown in the following example:
mount -o loop
/local/pkg/ibrix-pkgfull-FS_6.3.72+IAS_6.3.72-x86_64.signed.iso
/mnt/
4. Change the permissions of all components in the /local/ibrix/ directory structure by
entering the following command:
chmod -R 777 /local/ibrix/
Manual offline upgrades for StoreAll software 6.x to 6.3 15