July 9, 2011 at 6:42 am
Hi,
How to know which node is active and which node is passive without using any GUI tool of cluster? Can I find the information of failover and failback in any log file when failover\failback happened ?
Thanks in advance.
July 9, 2011 at 9:26 am
The cluster.log file holds detailed information on cluster actions. This file is found in
C:\Windows\Cluster
To check the status of cluster groups and which node they are online on, use the following from a command prompt
cluster group /stat
-----------------------------------------------------------------------------------------------------------
"Ya can't make an omelette without breaking just a few eggs" 😉
July 11, 2011 at 5:38 am
beejug1983 (7/9/2011)
Hi,How to know which node is active and which node is passive without using any GUI tool of cluster? Can I find the information of failover and failback in any log file when failover\failback happened ?
Thanks in advance.
If you want to do this without code you would need to view the relevant cluster group in 'Cluster Administrator.
Adam Zacks-------------------------------------------Be Nice, Or Leave
July 12, 2011 at 6:49 am
He didn't want to use the GUI tool 😉
Use:-
Select ServerProperty('ComputerNamePhysicalNetBIOS')
July 12, 2011 at 7:22 am
jasonmorris (7/12/2011)
He didn't want to use the GUI tool 😉Use:-
Select ServerProperty('ComputerNamePhysicalNetBIOS')
ooops, my bad.
read to quickly.
Adam Zacks-------------------------------------------Be Nice, Or Leave
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply