Identify the required steps in order to enable automatic reboot on a two-node cluster…

Identify the required steps in order to enable automatic reboot on a two-node cluster (nodes mars
and earth), if all the monitored disk paths from that node are broken and there is another node that
still has working paths to at least one of the shared devices.

Identify the required steps in order to enable automatic reboot on a two-node cluster (nodes mars
and earth), if all the monitored disk paths from that node are broken and there is another node that
still has working paths to at least one of the shared devices.

A.
1) clnode set -p reboot_on_path_failure=enabled mars
2) clnode set -p reboot_on_path_failure=enabled earth

B.
1) Identify all DID numbers that represent disks only connected to one node.
2) For each device, perform cldev unmonitor d
3) clnode set -p reboot_on_path_failure=enabled mars
4) clnode set -p reboot_on_path_failure=enabled earth

C.
Nothing required, this feature is enabled by default already.

D.
1) Identify all DID numbers that represent disks connected to all nodes.
2) For each device, perform cldev unmonitor d
3) clnode set -p reboot_on_path_failure=enabled mars

4) clnode set -p reboot_on_path_failure=enabled earth



Leave a Reply 0

Your email address will not be published. Required fields are marked *