cancel
Showing results forΒ 
Search instead forΒ 
Did you mean:Β 

VCS WARNING V-16-1-10162 Group shrtlog has not been fully probed on system

naveen_6025
Not applicable


Hi, We are doing new setup 2 node cluster. I have done all the configuration but unable to bring one of the SG online. it is giving following error.

[root@XXXXXXXX27 config]# hagrp -online shrtlog -sys XXXXXXX27 VCS WARNING V-16-1-10162 Group shrtlog has not been fully probed on system XXXXXXXX27

[root@XXXXXXXXX27 config]#

 

-- SYSTEM STATE
-- System               State                Frozen            

A  XXXXXXXX27          RUNNING              0                  
A  XXXXXXXX28          RUNNING              0                  

-- GROUP STATE
-- Group           System               Probed     AutoDisabled    State        

B  cvm             XXXXXXXX27          Y          N               ONLINE       
B  cvm             XXXXXXXX28          Y          N               ONLINE       
B  shrtlog         XXXXXXXX27          N          Y               OFFLINE      
B  shrtlog         XXXXXXXX28          N          Y               OFFLINE 

 


I dont see any obivious logs in engine.log

2014/01/16 10:58:20 VCS INFO V-16-1-50135 User root fired command: hagrp -online shrtlog XXXXXXXX27 from localhost

2014/01/16 11:04:06 VCS INFO V-16-1-10304 Resource cvmvoldg1 (Owner: Unspecified, Group: shrtlog) is offline on XXXXXXXX27 (First probe)

2014/01/16 11:04:06 VCS INFO V-16-1-10304 Resource cvmvoldg1 (Owner: Unspecified, Group: shrtlog) is offline on XXXXXXXX28 (First probe)

2014/01/16 11:06:27 VCS INFO V-16-1-50135 User root fired command: hagrp -online shrtlog XXXXXXXX27 from localhost

/01/16 11:07:19 VCS INFO V-16-1-50135 User root fired command: hagrp -autoenable shrtlog XXXXXXXX27 from localhost

2014/01/16 11:07:26 VCS INFO V-16-1-50135 User root fired command: hagrp -online shrtlog XXXXXXXX27 from localhost

2014/01/16 11:09:41 VCS INFO V-16-1-50135 User root fired command: hagrp -online shrtlog XXXXXXXX27 from localhost

 


[root@XXXXXXXX27 config]# VxVM INFO V-5-2-9219 slave sent protocol version 100
hastatus -sum

-- SYSTEM STATE
-- System               State                Frozen           

A  XXXXXXXX27          RUNNING              0                 
A  XXXXXXXX28          RUNNING              0                 

-- GROUP STATE
-- Group           System               Probed     AutoDisabled    State       

B  cvm             XXXXXXXX27          Y          N               ONLINE      
B  cvm             XXXXXXXX28          Y          N               ONLINE      
B  shrtlog         XXXXXXXX27          N          Y               OFFLINE     
B  shrtlog         XXXXXXXX28          N          Y               OFFLINE     

-- RESOURCES NOT PROBED
-- Group           Type                 Resource             System           

E  shrtlog         CFSMount             cfsmount1            XXXXXXXX27      
E  shrtlog         CFSMount             cfsmount1            XXXXXXXX28      
[root@XXXXXXXX27 config]# hagrp -online shrtlog -sys XXXXXXXX28
VCS WARNING V-16-1-10158 Group shrtlog autodisabled on system XXXXXXXX28. This can happen if VCS is not running on the system or group is not probed on the system
[root@XXXXXXXX27 config]# hagrp -autoenable shrtlog -sys XXXXXXXX27
[root@XXXXXXXX27 config]# hagrp -online shrtlog -sys XXXXXXXX27
VCS WARNING V-16-1-10162 Group shrtlog has not been fully probed on system XXXXXXXX27
[root@XXXXXXXX27 config]# hagrp -online shrtlog -sys XXXXXXXX28
VCS WARNING V-16-1-10158 Group shrtlog autodisabled on system XXXXXXXX28. This can happen if VCS is not running on the system or group is not probed on the system
[root@XXXXXXXX27 config]# hagrp -autoenable shrtlog -sys XXXXXXXX28
[root@XXXXXXXX27 config]# hagrp -autoenable shrtlog -sys XXXXXXXX28
[root@XXXXXXXX27 config]# hagrp -online shrtlog -sys XXXXXXXX28
VCS WARNING V-16-1-10162 Group shrtlog has not been fully probed on system XXXXXXXX28
[root@XXXXXXXX27 config]#
[root@XXXXXXXX27 config]# hares -probe cfsmount1 -sys XXXXXXXX27
[root@XXXXXXXX27 config]# hagrp -online shrtlog -sys XXXXXXXX27
VCS WARNING V-16-1-10162 Group shrtlog has not been fully probed on system XXXXXXXX27
[root@XXXXXXXX27 config]


packages avilable on the server
VRTSvcsdr-5.1.100.000-SP1GA_RHEL5
VRTSvcs-5.1.100.000-SP1GA_RHEL5
VRTSvcsag-5.1.100.000-SP1GA_RHEL5
VRTSvcsea-5.1.100.000-SP1GA_RHEL5
CS_BMP_VCS-2.4.1-2

 

1 REPLY 1

Gaurav_S
Moderator
Moderator
   VIP    Certified

Hi,

As you have already tried autoenable but it is not working because CFSMount resources are not getting probed. Couple of things

1. CFSMount agent is running ?  check with ps -ef , check if this agent is orphan process or running for long, you can try restarting the agent with haagent command

2. Any issues with the configuration of CFSMount resource ? Post the definintions from main.cf here for CFSMount resource, have you defined all the mandatory attributes ? Mandatory attributes are

BlockDevice (required) string-scalar Block device for mount point.
MountPoint  (required) string-scalar Directory for mount point.

NodeList string-keylist List of nodes on which to mount

 

You can also look at CFSMount_A.log if you are getting more details there.

3. The monitor command Determines if the file system is mounted. Checks mount status
using the fsclustadm command.If vxconfigd itself is getting hung or unresponsive, fsclustadm may time out & monitor command will not complete which will cause CFSMonitor to fail.

 

G