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 NICS.
1 for Public interface
2 for Private interface i.e. for I/O fencing.
Authentication without root password.
for shared Storage I have created one more VM with Solaris 10 OS and few disks are shared using iscsi protocol to two node cluster.
I am able to install x_86 VCS 5.1 on this two node cluster sucessfully.
But when I am trying to configure cluster using ./installvcs -configure I observed following error :
Veritas Cluster Server 5.1 SP1 Configure Program [m
[7m prod dev [m
[1m 1[0m) Configure heartbeat links using LLT over Ethernet
[1m 2[0m) Configure heartbeat links using LLT over UDP
[1m 3[0m) Automatically detect configuration for LLT over Ethernet
[1m b[0m) Back to previous menu
[1mHow would you like to configure heartbeat links? [1-3,b,q,?] (3)[0m 1
Discovering NICs on prod ............................................................................................ Discovered e1000g0 e1000g1 e1000g2 e1000g3
[1mEnter the NIC for the first private heartbeat link on prod: [b,q,?] (e1000g2)[0m
[1mWould you like to configure a second private heartbeat link? [y,n,q,b,?] (n)[0m y
[1mEnter the NIC for the second private heartbeat link on prod: [b,q,?] (e1000g3)[0m
[1mWould you like to configure a third private heartbeat link? [y,n,q,b,?] (n)[0m
[1mDo you want to configure an additional low-priority heartbeat link? [y,n,q,b,?] (n)[0m
[1mAre you using the same NICs for private heartbeat links on all systems? [y,n,q,b,?] (y)[0m
Can't use string ("VCS51") as a HASH ref while "strict refs" in use at ../scripts/CPIP/Prod/VCS51.pm line 3870, <STDIN> line 10.
I tried to google above problem but could not find the answer , if anybody encounter such error and resolved this pls help me to resolve.
For any further info. require pls reply.
Thanks & Regards
Anish
If you are configuring manually there there are a few more things you need to do:
- Create /etc/VRTSvcs/conf/sysname file containing hostname
- Check contents of /etc/sysconfig/vcs for line that says ONENODE= to make sure this says no
- You may need to copy types.cf file from /etc/VRTSvcs/conf to /etc/VRTSvcs/conf/config
- 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 ()
- Start LLT - I think path is - /etc/rc2.d/S70llt start (both nodes)
- Start GAB - I think path is - /etc/rc2.d/S92gab start
- Start VCS on the node you created main.cf - /opt/VRTSvcs/bin/hastart
- Start VCS on the other node /opt/VRTSvcs/bin/hastart
- Run /opt/VRTSvcs/bin/hauser -add admin -priv Administrator
Mike