When simulating a problem on ClusterXL cluster with cphaprob –d STOP -s problem -t 0 register, to initiate a failover on an active cluster member, what command allows you remove the problematic state?
When simulating a problem on ClusterXL cluster with cphaprob –d STOP -s problem -t 0 register, to initiate a failover on an active cluster member, what command allows you remove the problematic state?
To remove the problematic state initiated by the command 'cphaprob –d STOP -s problem -t 0 register', you need to use the command 'cphaprob –d STOP unregister'. This will unregister the STOP state and remove the problematic condition from the cluster member.
esting a failover in a controlled manner using following command; # cphaprob -d STOP -s problem -t 0 register This will register a problem state on the cluster member this was entered on; If you then run; # cphaprob list this will show an entry named STOP. to remove this problematic register run following; # cphaprob -d STOP unregister
Correct A to remove this problematic register run following; # cphaprob -d STOP unregister