Exam 156-31581 All QuestionsBrowse all questions from this exam
Question 312

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?

    Correct Answer: A

    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.

Discussion
BombastOption: A

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

85rodOption: A

Correct A to remove this problematic register run following; # cphaprob -d STOP unregister