2.3.1. Disabling ACPI Soft-Off with chkconfig Management
You can use chkconfig management to disable ACPI Soft-Off either by removing the ACPI daemon (acpid) from chkconfig management or by turning off acpid.
Note
This is the preferred method of disabling ACPI Soft-Off.
Disable ACPI Soft-Off with chkconfig management at each cluster node as follows:
-
Run either of the following commands:
-
chkconfig --del acpid— This command removesacpidfromchkconfigmanagement.— OR —
-
chkconfig --level 2345 acpid off— This command turns offacpid.
-
-
Reboot the node.
-
When the cluster is configured and running, verify that the node turns off immediately when fenced.
Tip
You can fence the node with the
fence_nodecommand or Conga.