How To
Summary
When an AIX system is running PowerHA, and there is a desire to upgrade the OS, there are some practices that are best to follow in relation to PowerHA and CAA.
Objective
Environment
Steps
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Confirm all cluster nodes are stable.
On each node, run the lssrc command:
# lssrc -ls clstrmgrES
Review the output and confirm each shows to be ST_STABLE and no node listed as 'forced down'.
On each node, run odmget to check the handle value of the node.
If any node shows a value of '0', the cluster is out of sync.
IE: # odmget HACMPcluster | grep handle
Output: handle=0
# clmgr sync cluster
It is recommended to back up both AIX OS (mksysb or alt_disk_copy) and the PowerHA configuration (cluster snapshot).
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# smitty mksys
or
alt_disk_copy -d hdisk#
# smitty hacmp --> Cluster Nodes and Networks -> Manage the Cluster
-> Snapshot Configuration
-> Create a Snapshot of the Cluster Configuration
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2- On the node where AIX is to be upgraded, stop cluster services, and CAA with clmgr:
# clmgr offline node (node name) STOP_CAA=yes
IE:
# clmgr offline node halab33 STOP_CAA=yes
You might see some warning messages but that is expected.
When the command-line returns confirm CAA is stopped.
# lscluster -m
Expected output:
1035-153 lscluster: Cluster services are not active on this node because it has been stopped.
# clmgr online node (node name) START_CAA=yes
IE:
# clmgr online node halab33 START_CAA=yes
6 - Confirm CAA and cluster services are now "UP" and in "ST_STABLE" state.
# lscluster -m
(Look for both nodes to be 'UP')
And
# lssrc -ls clstrmgrES | grep ST_
(Look for node to be ST_STABLE)
Additional Information
|
SUPPORT: If more assistance is required, follow these step-by-step instructions to contact IBM: Open a case for software under warranty or an active and valid support contract. The technical support specialist assigned to your case confirms these steps are completed: a. Document and collect screen captures of all symptoms, errors, and messages that occurred b. Capture any logs or data relevant to the situation c. Contact IBM to open a case: -For electronic support, visit the IBM Support Community: d. Provide a good description of your issue and reference this technote e. Upload all of the details and data to your case -You can attach files to your case in the IBM Support Community |
Related Information
Was this topic helpful?
Document Information
Modified date:
23 December 2022
UID
ibm16449306