Symantec logo

Bringing up the existing node

  1. Restart Node A.
  2. Log in as superuser.
  3. Make the VCS configuration writable.

    # haconf -makerw

  4. Display the service groups currently configured.

    # hagrp -list

  5. Freeze the service groups.

    # hagrp -freeze group -persistent

    Repeat this command for each service group listed in step 4.

  6. Make the configuration read-only.

    # haconf -dump -makero

  7. Stop VCS on Node A.

    # hastop -local -force

  8. Edit the VCS system configuration file /etc/sysconfig/vcs, and remove the "-onenode" option.

    Change the line:

    ONENODE=yes

    To:

    ONENODE=no

  9. Rename the GAB and LLT startup files so they can be used.

    # mv /etc/init.d/gab.old /etc/init.d/gab

    # mv /etc/init.d/llt.old /etc/init.d/llt