Forum Discussion

Anish's avatar
Anish
Level 4
13 years ago

Error During VCS configuration

Hi All,   I have setup VCS Lab on my own laptop Environment is as follows:   Veritas Workstation 8.0 2 x VMS with 1.5 GB RAM each, Solaris 10 U9 64-bit OS. With All pre-requisites like 3 NI...
  • mikebounds's avatar
    13 years ago

    If you are configuring manually there there are a few more things you need to do:

    1. Create /etc/VRTSvcs/conf/sysname file containing hostname
    2. Check contents of /etc/sysconfig/vcs for line that says ONENODE= to make sure this says no
    3. You may need to copy types.cf file from /etc/VRTSvcs/conf to /etc/VRTSvcs/conf/config
    4. Create a main.cf file on one of the nodes in /etc/VRTSvcs/conf to /etc/VRTSvcs/conf/config as follows:
      include "types.cf"
      cluster rainbow (
      )
      system prod ()
      system dev ()
       
    5. Start LLT - I think path is - /etc/rc2.d/S70llt start (both nodes)
    6. Start GAB - I think path is - /etc/rc2.d/S92gab start
    7. Start VCS on the node you created main.cf - /opt/VRTSvcs/bin/hastart
    8. Start VCS on the other node /opt/VRTSvcs/bin/hastart
    9. Run  /opt/VRTSvcs/bin/hauser -add admin -priv Administrator

     

    Mike