Configuring auto discovery for each cluster in VBS

Auto discovery is supported only for tiers that do not have GCO configured. For any tier with GCO configured, virtual IP is the only supported communication mechanism.

Auto discovery is configured in following scenarios:

Caution:

Do not set auto discovery on a tier that has GCO configured.

Before configuring auto discovery, ensure that vbsapp resource is brought offline.

To configure auto discovery of IP address of VBS daemon on a cluster:

  1. Log on to any node of a cluster that is a part of your VBS.
  2. Make the configuration read-writable.
    # haconf -makerw
  3. Delete the IP resource configured for virtual IP of the VBS daemon.
    # hares -delete csgip
  4. Delete the NIC resource configured for virtual IP of the VBS daemon.
    # hares -delete csgnic
  5. Delete the cluster IP address.
    # haclus -modify ClusterAddress ""
  6. Make the configuration read-only.
    # haconf -dump -makero