Monday, March 5, 2012

Restarting VCS in Veritas SF for Oracle RAC environment

The following procedures to restart VCS and bring the service groups on the domain online.


To restart LLT, GAB, VCS, and DBE/AC processes
  1. Restart LLT.
    # /etc/rc2.d/S70llt start
  2. Restart GAB.
    # /etc/rc2.d/S92gab start
  3. Restart the LMX driver.
    # /etc/rc2.d/S71lmx start
  4. Restart the VCSMM driver.
    # /etc/rc2.d/S98vcsmm start
  5. Restart the VXFEN driver
    # /etc/rc2.d/S97vxfen start
  6. Restart the ODM driver.
    # mount /dev/odm
  7. Start VCS.
    # hastart
  8. Verify that the CVM service group is online.
    # hagrp -state cvm
  9. Verify the GAB memberships required for DBE/AC for Oracle9i RAC are configured.
    # /sbin/gabconfig -a
    GAB Port Memberships
    ============================================================
    Port a gen 4a1c0001 membership 012
    Port b gen g8ty0002 membership 012
    Port d gen 40100001 membership 012
    Port f gen f1990002 membership 012
    Port h gen g8ty0002 membership 012
    Port o gen f1100002 membership 012
    Port q gen 28d10002 membership 012
    Port v gen 1fc60002 membership 012
    Port w gen 15ba0002 membership 012
  10. Bring the service groups that had been take offline in step 3 on page 11 online.
    # hagrp -online service_grp_name -sys wildcat

No comments:

Post a Comment