1.
Ensure that all nodes are up and running. To determine the status of your cluster nodes, check
the dashboard on the GUI or use the
ibrix_health
command.
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.
3.
Note any custom tuning parameters, such as file system mount options. When the upgrade is
complete, you can reapply the parameters.
4.
Ensure that no active tasks are running. Stop any active remote replication, data tiering, or
rebalancer tasks running on the cluster. (Use
ibrix_task -l
to list active tasks.) When the
upgrade is complete, you can start the tasks again.
5.
The 6.1 release requires that nodes hosting the agile management be registered on the cluster
network. Run the following command to verify that nodes hosting the agile Fusion Manager
have IP addresses on the cluster network:
ibrix_fm -f
If a node is configured on the user network, see
“Node is not registered with the cluster network
” (page 22)
for a workaround.
6.
Stop all client I/O to the cluster or file systems. On the Linux client, use
lsof </mountpoint>
to show open files belonging to active processes.
7.
Unmount file systems on Linux StoreAll clients:
ibrix_umount -f MOUNTPOINT
8.
On all nodes hosting the passive Fusion Manager, place the Fusion Manager into maintenance
mode:
<ibrixhome>/bin/ibrix_fm -m maintenance -A
9.
On the active Fusion Manager node, disable automated failover on all file serving nodes:
<ibrixhome>/bin/ibrix_server -m -U
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. 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.
12. Unmount each file system manually:
ibrix_umount -f FSNAME
Upgrading the StoreAll software to the 6.1 release 177