156-315.81 · Question #65
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?
The correct answer is A. cphaprob -d STOP unregister. 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; # this will show an entry named STOP. to remove this problematic register…
Question
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?
Options
- Acphaprob -d STOP unregister
- Bcphaprob STOP unregister
- Ccphaprob unregister STOP
- Dcphaprob -d unregister STOP
How the community answered
(69 responses)- A78% (54)
- B3% (2)
- C7% (5)
- D12% (8)
Explanation
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; # this will show an entry named STOP. to remove this problematic register run following; # cphaprob -d STOP unregister
Topics
Community Discussion
No community discussion yet for this question.