Bringing up the existing node

Bring up the node.

To bring up the node

  1. Log in as superuser.
  2. Make the VCS configuration writable.
    # haconf -makerw
  3. Display the service groups currently configured.
    # hagrp -list
  4. Freeze the service groups.
    # hagrp -freeze group -persistent

    Repeat this command for each service group in step 3.

  5. Make the configuration read-only.
    # haconf -dump -makero
  6. Stop VCS on Node A.
    # hastop -local -force
  7. Enable the GAB and LLT startup files so they can be used.
    # mv /etc/rc.d/rc2.d/X92gab /etc/rc.d/rc2.d/S92gab
    # mv /etc/rc.d/rc2.d/X70llt /etc/rc.d/rc2.d/S70llt