Configuring PIPs for a Multi-Site Cluster

A multi-site cluster requires that have matching PIPs in each site. During a failover event, the PIP IP address will also change.

Note: If you are using a PIP range, you will need to run the command against every PIP.

  1. Log in to the CloudControl System Console as htadmin.

  2. Select Command Prompt.
  3. Run the following command for each PIP pair:

    asc ha --multiSiteHaConf

    Do you want to edit the mappings in the existing multisite HA configuration? (yes/no) yes
     Configuring : PIP mapping
    vCenter/ESXi PIP [192.0.2.226]: <Primary node PIP>
    Netmask that goes with this PIP [255.255.254.0]: <Primary node PIP Netmask>
    FQDN (if any) associated with this PIP [test.site1.com]: <Primary node PIP FQDN>
    vCenter/ESXi PIP [192.0.3.326]: <Secondary node PIP>
    Netmask that goes with this PIP [255.255.255.0]: <Secondary node PIP netmask>
    FQDN (if any) associated with this PIP [test.site2.com]: <Secondary node PIP FQDN>
     Do you want to specify another PIP mapping? (yes/no) no
    Success: The High Availability system has been updated
  4. Verify your PIP mappings by running the following command: 

    asc ha --multiSiteHaConf --list