Error Code details
V-16-10011-924
Severity: Error 
Component: Cluster Server 
Message:
Not able to read attribute ConfidenceLevel. Returning UNKNOWN
Description:

This message displays when the DiskGroup agent fails to read the ConfidenceLevel attribute which is a resource level attribute. This happens when the DiskGroup agent type definition in the /etc/VRTSvcs/conf/config/types.cf file is not updated as in the /etc/VRTSvcs/conf/types.cf file.

 

Veritas solutions
Solution 1 Vote: [Useful] [Not useful]
Last Modified: 2012-03-31 09:29:29
Platform: AIX 5.1 (POWER), AIX 5.2 (POWER), AIX 5.3 (POWER)
Release: 5.1
Content:

The Platform should be AIX, and the Release should be VCS 6.0 and later.

 

Verify that the ConfidenceLevel attribute is present in the values of the ArgList attribute of the DiskGroup agent type definition in the file /etc/VRTSvcs/conf/config/types.cf. If ConfidenceLevel is not present in the value of ArgList of the DiskGroup agent type definition, manually modify the DiskGroup agent type definition in /etc/VRTSvcs/conf/config/types.cf as per the file of /etc/VRTSvcs/conf/types.cf.

 

Follow the steps below to perform the change while Veritas Cluster Server (VCS) is running.  

 

  1. Change VCS configuration to the read-write mode

#/opt/VRTSvcs/bin/haconf -makerw

 

  1. Modify the ArgList attribute of the DiskGroup agent

#/opt/VRTSvcs/bin/hatype -modify DiskGroup ArgList -add ConfidenceLevel

 

  1. Dump the VCS configuration and change configuration to the read-only mode

#/opt/VRTSvcs/bin/haconf -dump -makero