Cannot online the cvm_clus resource since the following message appears: ERROR: vxclustadm ERROR:CVM group definition missing in /etc/VRTSvcs/conf/config/main.cf
| Article:TECH17520 | | | Created: 2001-01-17 | | | Updated: 2004-01-21 | | | Article URL http://www.symantec.com/docs/TECH17520 |
Problem
Cannot online the cvm_clus resource since the following message appears: ERROR: vxclustadm ERROR:CVM group definition missing in /etc/VRTSvcs/conf/config/main.cf
Error
ERROR: CVMCluster start failed on this node
ERROR: vxclustadm ERROR:CVM group definition missing in /etc/VRTSvcs/conf/config
/main.cf
Solution
The VERITAS SANPoint FS HA (SPFS HA) cluster requires the VERITAS Cluster Volume Manager (CVM) service group to be named 'cvm' and will not accept any other name for the group. This is hard coded in the CVMCluster agent.
group cvm (
SystemList = { sydvcs1 = 0, sydvcs2 = 0 }
AutoFailOver = 0
Parallel = 1
AutoStartList = { sydvcs1, sydvcs2 }
Below is example that illustrates the symptom and error messages if the group name is defined otherwise:
Example
sydvcs2# more main.cf
include "types.cf"
include "CFSTypes.cf"
include "CVMTypes.cf"
cluster prad (
UserNames = { admin = "cDRpdxPmHpzS." }
Administrators = { admin }
HacliUserLevel = COMMANDROOT
CounterInterval = 5
)
system sydvcs1 (
)
system sydvcs2 (
)
group cvmgroup (
SystemList = { sydvcs1 = 0, sydvcs2 = 0 }
AutoFailOver = 0
Parallel = 1
AutoStartList = { sydvcs1, sydvcs2 }
)
CFSfsckd vxfsckd (
)
CVMCluster cvm_clus (
Critical = 0
CVMClustName = prad
CVMNodeAddr = { sydvcs1 = "169.254.65.1",
sydvcs2 = "169.254.65.2" }
CVMNodeId = { sydvcs1 = 0, sydvcs2 = 1 }
PortConfigd = 4500
PortKmsgd = 4501
CVMTimeout = 200
)
CVMMultiNIC cvmmnic (
Critical = 0
CVMDevice @sydvcs1 = { qfe1 = "169.254.65.101",
qfe2 = "169.254.65.102" }
CVMDevice @sydvcs2 = { qfe1 = "169.254.65.103",
qfe2 = "169.254.65.104" }
CVMAddress = { sydvcs1 = "169.254.65.1",
sydvcs2 = "169.254.65.2" }
ActivePvtNet = 1
CVMNetMask = "0xffffff00"
CVMIfconfigTwice = 1
CVMArpDelay = 5
)
cvm_clus requires cvmmnic
Error messages from engine_A.log, if the group name is defined other than cvm:
ERROR: CVMCluster start failed on this node
ERROR: vxclustadm ERROR:CVM group definition missing in /etc/VRTSvcs/conf/config/main.cf
TAG_D 2001/12/14 12:06:30 (sydvcs2) VCS:13066:Agent is calling clean for resource(cvm_clus) because the resource is not up even after online completed.
TAG_D 2001/12/14 12:06:31 (sydvcs2) VCS:13068:Resource(cvm_clus) - clean completed successfully.
TAG_D 2001/12/14 12:06:31 (sydvcs2) VCS:13071:Resource(cvm_clus): reached OnlineRetryLimit(2).
TAG_B 2001/12/14 12:06:33 VCS:10303:Resource cvm_clus (Owner: unknown, Group: cvmgroup) is FAULTED (timed out) on sys sydvcs2
|
|
Legacy ID
242869
Article URL http://www.symantec.com/docs/TECH17520
Terms of use for this information are found in Legal Notices









Thank you.