Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. 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

    creates

    adds a configuration description which enables access to

    access

    the CSM storage controller

    for cluster CSM1

    .

    Note: The
    Note
    titleNote
    1. The username specified on the ADDHACFGD command must have a role of Administrator on the CSM storage controller
    2. The default port number for many CSM instances is 9559.
    This may
    1. Any port number other than 443 must be added to the IP address of the host as is shown in the example above.


  2. Start the CSM session by running the Start CSM Session (STRCSMSSN) command.
    STRCSMSSN SSN(HYSGMIRSSN) TYPE(*GLOBALMIR) CRG(HYSGMIRCRG)
    Tip
    titleTip

    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


  3. Start the CRG. Run the command:
    STRCRG CLUSTER(PWRHA_CLU) CRG(HYSGMIRCRG)

...