Configure the VCS hagui service

for those who feel comfortable with the hagui in Veritas Cluster, and cannot use it because you don’t have the daemon
running, you must add this section to your /etc/VRTSvcs/conf/config/main.cf:
group ClusterService (
SystemList = { hst101 = 0, hst102 = 1 }
AutoStartList = { hst101, hst102 }
OnlineRetryLimit = 3
Tag = CSG
)
IP webip (
Device = eth0
Address = “172.20.162.15”
NetMask = “255.255.254.0”
)
Where you need to change “hst101” and “hst102” to the hostnames of your nodes, and configure your
network interface accordingly.
Edit VCS main.cf using vi
Sometimes you need to edit your veritas cluster configuration file “main.cf” and you feel the urge to do it using vi, here’s
how to do it:
hastop -all
cp main.cf main.cf.copy
vi main.cf
hacf -verify /etc/VRTSvcs/conf/config
hacf -generate /etc/VRTSvcs/conf/config
hastart
262/433

Leave a Reply

Your email address will not be published. Required fields are marked *