...
- Enter the Add HA configuration description (ADDHACFGD) command and required parameters to create a configuration description that allows PowerHA to communicate with the CSM.
ADDHACFGD CLUSTER(*) NAME(PWRHA_CLUCSM1) TYPE(*STGCTL) SUBTYPE(*CSM) HOST(powerha ('password')('10.65.1.1:9559' '10.65.1.2:9559'))
This command
createsadds a configuration description which enables access to
accessthe CSM storage controller
for cluster CSM1.
Note: The
This mayNote title Note - The username specified on the ADDHACFGD command must have a role of Administrator on the CSM storage controller
- The default port number for many CSM instances is 9559.
- Any port number other than 443 must be added to the IP address of the host as is shown in the example above.
- Start the CSM session by running the Start CSM Session (STRCSMSSN) command.
STRCSMSSN SSN(HYSGMIRSSN) TYPE(*GLOBALMIR) CRG(HYSGMIRCRG)
Tip title Tip The session name specified on the Session (SSN) parameter of the STRCSMSSN command does not need to match the name of the corresponding session on the Copy Services Manager storage controller. PowerHA automatically locates the correct session on the CSM storage controller and associates it with the PowerHA session
- Start the CRG. Run the command:
STRCRG CLUSTER(PWRHA_CLU) CRG(HYSGMIRCRG)
...