Greetings
I'm trying to cluster two nodes using VCS, so I downloaded VRTS_SF_HA_Solutions_6.1_RHEL.tar.gz, extracted it, and then installed it on RHEL 6.
In the final steps, the cluster should be configured. But I'm not able to configure the UUID correctly.
logs for both nodes from a host (balancer) used for installation.
[root@balancer rhel6_x86_64]# tail /opt/VRTS/install/logs/installer-201409221212
LNM/start.had.node1
2014/09/22 12:27:42 VCS INFO V-16-1-10118 GAB timeout set to 30000 ms. GAB peak
load timeout set to 30000 ms.
2014/09/22 12:27:42 VCS NOTICE V-16-1-11057 GAB registration monitoring timeout
set to 200000 ms
2014/09/22 12:27:42 VCS NOTICE V-16-1-11059 GAB registration monitoring action s
et to log system message
2014/09/22 12:27:47 VCS INFO V-16-1-10077 Received new cluster membership
2014/09/22 12:27:47 VCS NOTICE V-16-1-10112 System (node1) - Membership: 0x1, DDNA: 0x2
2014/09/22 12:27:47 VCS NOTICE V-16-1-10086 System node1 (Node '0') is in Regular Membership - Membership: 0x1
2014/09/22 12:27:47 VCS NOTICE V-16-1-10322 System node1 (Node '0') changed state from CURRENT_DISCOVER_WAIT to LOCAL_BUILD
2014/09/22 12:27:48 VCS ERROR V-16-1-10614 Cluster UUID is not configured or it is empty, on system node1 - VCS Stopping. Manually Restart VCS after configuring Cluster UUID.
0 12:21:29 cmd exit=0 (duration: 0 seconds)
0 12:21:29 ## The proc_start_sys() return '0'
[root@balancer rhel6_x86_64]# tail /opt/VRTS/install/logs/installer-201409221212LNM/start.had.node2
2014/09/22 12:29:56 VCS INFO V-16-1-10118 GAB timeout set to 30000 ms. GAB peak load timeout set to 30000 ms.
2014/09/22 12:29:56 VCS NOTICE V-16-1-11057 GAB registration monitoring timeout set to 200000 ms
2014/09/22 12:29:56 VCS NOTICE V-16-1-11059 GAB registration monitoring action set to log system message
2014/09/22 12:30:01 VCS INFO V-16-1-10077 Received new cluster membership
2014/09/22 12:30:01 VCS NOTICE V-16-1-10112 System (node2) - Membership: 0x2, DDNA: 0x1
2014/09/22 12:30:01 VCS NOTICE V-16-1-10086 System node2 (Node '1') is in Regular Membership - Membership: 0x2
2014/09/22 12:30:01 VCS NOTICE V-16-1-10322 System node2 (Node '1') changed state from CURRENT_DISCOVER_WAIT to LOCAL_BUILD
2014/09/22 12:30:01 VCS ERROR V-16-1-10614 Cluster UUID is not configured or it is empty, on system node2 - VCS Stopping. Manually Restart VCS after configuring Cluster UUID.
0 12:23:40 cmd exit=0 (duration: 0 seconds)
0 12:23:40 ## The proc_start_sys() return '0'
On node1:
[root@node1 bin]# cat /etc/llthosts
0 node1
1 node2
[root@node1 bin]# ./uuidconfig.pl -clus -configure -use_llthost
No UUID is configured on node1 node2
Error String: Configuring new UUID on node1 node2
Generating a new UUID for the cluster ...Done
Populating UUID on cluster nodes: node1 node2
Setting UUID on system node1 ...command scp /tmp/clusuuid.8711 [node1]:/etc/vx/.uuids/clusuuid returned 256
[root@node1 bin]# ll -a /etc/vx
total 52
drwxr-xr-x. 4 root root 4096 Sep 19 16:24 .
drwxr-xr-x. 115 root root 12288 Sep 22 12:08 ..
-r--r--r--. 1 root root 4898 Oct 22 2013 amf-modinst-script
drwxr-xr-x. 3 root root 4096 Sep 19 16:24 dcli
drwxr-xr-x. 5 root root 4096 Sep 19 16:20 licenses
-r--r--r--. 1 root root 16596 Oct 22 2013 modinst-script
[root@cluster1 bin]# ./uuidconfig.pl -clus -display -use_llthost
Finding existing UUID information ...
node1 .... does not exist.
node2 .... does not exist.
Done
No UUID is Configured
NO_UUID : node1 node2
Any help is appreciated.
Thanks