Powering on a suspended system leads to an IP resource fault

If you suspend a system, and then power on the system , VCS reports the state of the IP resource as faulted.

When you power on a suspended virtual machine, the network connections undergo a restart. The virtual IP plumbed on the virtual machine is unplumbed. As a result, if you have configured the IP resource for monitoring with VCS, then VCS reports the IP resource as faulted. (2927874)

Workaround: Set the value of the App.RestartLimit attribute for the IP resource to 1 using the following steps

Perform the following steps

  1. Make the VM configuration file editable:
    # haconf -makerw
  2. Set the value of the App.RestartLimit attribute to 1:
    # hatype -modify IP RestartLimit 1
  3. Save the change and make the VM configuration file read-only:
     # haconf -dump -makero