cancel
Showing results for 
Search instead for 
Did you mean: 

notify mgr and vcs web resource is not getting online after server shut down in the HA

ajsakthivel
Level 3
hi

While doing the HA in the San while we executing the server down all  the resources in app-service group came to online, but resources(notifier and vcs web) under the cluster service group alone can't come up to online

This the main.cf file for your reference.


include "types.cf"
include "LMSTypes.cf"
 
cluster r1_HA_SAN (
UserNames = { administrator = eLIfIHhIIiIK }
ClusterAddress = "10.77.210.17"
Administrators = { administrator }
)
 
system lca-t2000 (
)
 
system lms-t1000-5 (
)
 
group App_Service (
SystemList = { lca-t2000 = 0, lms-t1000-5 = 1 }
AutoStartList = { lca-t2000, lms-t1000-5 }
)
 
DiskGroup datadg_san (
DiskGroup = datadg
)
 
IP App_IP (
Device @lca-t2000 = e1000g0
Device @lms-t1000-5 = bge0
Address = "10.77.210.7"
NetMask = "255.255.255.192"
)
 
r1 r1Agent (
)
 
Mount cscopx_Mount (
MountPoint = "/data/r1_SAN/"
BlockDevice = "/dev/vx/dsk/datadg/volume"
FSType = vxfs
FsckOpt = "-y"
)
 
Mount varcscopx_Mount (
MountPoint = "/var/adm/volume1"
BlockDevice = "/dev/vx/dsk/datadg/varvolume"
FSType = vxfs
FsckOpt = "-y"
)
 
Proxy NIC_proxy (
TargetResName = csgnic
)
 
Volume cscopx (
Volume = volume1
DiskGroup = datadg
)
 
Volume varcscopx (
Volume = varvolume
DiskGroup = datadg
)
 
App_IP requires NIC_proxy
r1Agent requires App_IP
r1Agent requires volume1_Mount
r1Agent requires varvolume_Mount
volume1 requires datadg_san
volume1_Mount requires volume1
varvolume requires datadg_san
varvolume_Mount requires varvolume
 
group ClusterService (
SystemList = { lca-t2000 = 0, lms-t1000-5 = 1 }
AutoStartList = { lca-t2000, lms-t1000-5 }
OnlineRetryInterval = 120
)
 
IP webip (
Device @lca-t2000 = e1000g0
Device @lms-t1000-5 = bge0
Address = "10.77.210.7"
NetMask = "255.255.255.192"
)
 
NIC csgnic (
Device @lca-t2000 = e1000g0
Device @lms-t1000-5 = bge0
NetworkHosts = { "10.77.210.65" }
)
 
NotifierMngr ntfr (
SmtpServer = "email.cisco.com"
SmtpRecipients = { "saannama@cisco.com" = Information }
)
 
VRTSWebApp VCSweb (
AppName = cmc
InstallDir = "/opt/VRTSweb/VERITAS"
TimeForOnline = 5
RestartLimit = 3
)
 
VCSweb requires webip
ntfr requires csgnic
webip requires csgnic

can any please help on that.

Thanks and Regards,
Sakthivel.A
1 REPLY 1

vcs_man
Level 4
Employee Accredited Certified
If I am understanding the issue, you mean to say that the App Group came online after the failover but ClusterService didn't.

What is the error you got at the time of failover for Notifier and VCSWeb resources while onlining on the node.

Please provide us following..
#what is the VCS version and OS?
#log of failure from /var/VRTSvcs/log/engine_A.log file 

Thanks,
Mandar