Publication Date: 2012-07-25 | Views: 1195 | Downloads: 0 | Author: Siddharth Mishra | Document ID: EKB0000556702
root@N2000SERVERA # hastatus
attempting to connect....connected
group resource system message
--------------- -------------------- -------------------- --------------------
N2000SERVERA ADMIN WAIT
problem with configuration file?
N2000SERVERB *FAULTED*
root@N2000SERVERA # hastatus
attempting to connect....connected
group resource system message
--------------- -------------------- -------------------- --------------------
N2000SERVERA ADMIN WAIT
problem with configuration file?
N2000SERVERB *FAULTED*
include "types.cf"
cluster vcs1 (
UserNames = { admin = annOniNhoInwMr }
ClusterAddress = "19.34.112.245"
Administrators = { admin }
CredRenewFrequency = 0
CounterInterval = 5
)
system hanode1 (
)
system hanode2 (
)
group ClearCase (
SystemList = { hanode1 = 0, hanode2 = 1 }
AutoStartList = { hanode1 }
)
Application CC (
StartProgram = "/etc/VRTSvcs/cconline"
StopProgram = "/etc/VRTSvcs/ccoffline"
CleanProgram = "/etc/VRTSvcs/ccclean"
MonitorProcesses = { "/opt/rational/clearcase/etc/albd_server" }
)
IP CC-IP (
Device @hanode1 = hme0
Device @hanode2 = hme0
Address = "19.34.112.235"
)
NIC CC-NIC (
Device @hanode1 = hme0
Device @hanode2 = hme0
)
CC requires CC-IP
CC-IP requires CC-NIC
// resource dependency tree
//
// group ClearCase
// {
// Application CC
// {
// IP CC-IP
// {
// NIC CC-NIC
// }
// }
// }
group ClusterService (
SystemList = { hanode2 = 0, hanode1 = 1 }
UserStrGlobal = "vcs1_14141@https://19.34.112.28:8443;vcs1_14141@https://19.34.112.30:8443;"
AutoStartList = { hanode2, hanode1 }
OnlineRetryLimit = 3
OnlineRetryInterval = 120
)
IP webip (
Device = hme0
Address = "19.34.112.245"
NetMask = "255.255.252.0"
)
NIC csgnic (
Device = hme0
)
NotifierMngr ntfr (
SmtpServer = "smtp.server.com"
SmtpRecipients = { "user@address.com" = Information }
)
VRTSWebApp VCSweb (
Critical = 0
AppName = vcs
InstallDir = "/opt/VRTSweb/VERITAS"
TimeForOnline = 5
RestartLimit = 3
)
VCSweb requires webip
ntfr requires csgnic
webip requires csgnic
// resource dependency tree
//
// group ClusterService
// {
// VRTSWebApp VCSweb
// {
// IP webip
// {
// NIC csgnic
// }
// }
// NotifierMngr ntfr
// {
// NIC csgnic
// }
// }