...
- Add the PowerHA policy QHA_COMM_STRICT_CERT_CHECK to your cluster with the ADDHAPCY command.
ADDHAPCY PCY(QHA_COMM_STRICT_CERT_CHECK) PCYDMN(*NONE) QUAL('CFGD(*ALL)') * VALUE(*NO)
This policy is defined to instruct the PowerHA environment to ignore the requirement to use trusted certificates.
...
- 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(CSM1) TYPE(*STGCTL) SUBTYPE(*CSM) HOST(powerha ('password')('10.65.1.1:9559' '10.65.1.2:9559'))
This command adds a configuration description which enables access to the CSM storage controller.
Note 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 that are not located on a DS8000 HMC 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. DS8000 HMC-based CSM instances have a port of 443.
- 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)
...