pcs_resource_enable
Enable a Pacemaker resource by ID or all resources in a cluster with pcs resource enable. Activates disabled resources for controlled cluster operation.
Instructions
Enable a resource or all resources via 'pcs resource enable ' or '--all'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Enable all resources | |
| sudo | No | Prefix commands with sudo on the remote host | |
| cluster | No | Named cluster in config | |
| resource | No | Resource ID to enable | |
| timeoutMs | No | SSH command timeout in milliseconds | |
| sshConfigHost | No | OpenSSH Host alias to resolve connection parameters | |
| sshConfigPath | No | Path to OpenSSH config (defaults to ~/.ssh/config) |