How to Check VCS Failover and Primary node.
Hi,
I am a newbie to VCS and is learning by setting up trial version in two VMs.
How do i check in command that the VCS has been failed over? and after failover, which one is the Primary node?
Thanks
See answers below:
so I should use "hastop -local -evacuater" when I do VCS failover test? Is this how the real world is doing when they have to do to test disater scenario"?
Normally you test by downing a node (like power down system board or pull power cable, or for a VM you can just power VM off)
I didn't setup any service group in my test environment yet so when I do hastop -local, the Cluster Service will be online on the failover node automatically.
This is because ClusterService isa special service group which VCS always tries to keep online
So, if I define the service group resoures for an application later, will hasstop -local -evacuate safetly failover everything to the second node?
Yes
Mike