X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ha-manager.1-synopsis.adoc;h=83adbf8a149173d4fb2f5f853cf905897c838ffd;hb=67558489055a7538728d6f1c4f2e467ea26ad88e;hp=f91530df2f66c0b75e0f0c3ea3f7d5372bcd1b2d;hpb=95895385d2d1a3e787270b91e5a59bcae654a1d3;p=pve-docs.git diff --git a/ha-manager.1-synopsis.adoc b/ha-manager.1-synopsis.adoc index f91530d..83adbf8 100644 --- a/ha-manager.1-synopsis.adoc +++ b/ha-manager.1-synopsis.adoc @@ -40,6 +40,43 @@ List HA resources. Only list resources of specific type +*ha-manager crm-command migrate* ` ` + +Request resource migration (online) to another node. + +``: `:` :: + +HA resource ID. This consists of a resource type followed by a resource specific name, separated with colon (example: vm:100 / ct:100). For virtual machines and containers, you can simply use the VM or CT id as a shortcut (example: 100). + +``: `` :: + +Target node. + +*ha-manager crm-command relocate* ` ` + +Request resource relocatzion to another node. This stops the service on the +old node, and restarts it on the target node. + +``: `:` :: + +HA resource ID. This consists of a resource type followed by a resource specific name, separated with colon (example: vm:100 / ct:100). For virtual machines and containers, you can simply use the VM or CT id as a shortcut (example: 100). + +``: `` :: + +Target node. + +*ha-manager crm-command stop* ` ` + +Request the service to be stopped. + +``: `:` :: + +HA resource ID. This consists of a resource type followed by a resource specific name, separated with colon (example: vm:100 / ct:100). For virtual machines and containers, you can simply use the VM or CT id as a shortcut (example: 100). + +``: ` (0 - N)` :: + +Timeout in seconds. If set to 0 a hard stop will be performed. + *ha-manager groupadd* ` --nodes ` `[OPTIONS]` Create a new HA group. @@ -124,30 +161,13 @@ Shows help for a specific command Verbose output format. -*ha-manager migrate* ` ` +*ha-manager migrate* -Request resource migration (online) to another node. +An alias for 'ha-manager crm-command migrate'. -``: `:` :: - -HA resource ID. This consists of a resource type followed by a resource specific name, separated with colon (example: vm:100 / ct:100). For virtual machines and containers, you can simply use the VM or CT id as a shortcut (example: 100). +*ha-manager relocate* -``: `` :: - -Target node. - -*ha-manager relocate* ` ` - -Request resource relocatzion to another node. This stops the service on the -old node, and restarts it on the target node. - -``: `:` :: - -HA resource ID. This consists of a resource type followed by a resource specific name, separated with colon (example: vm:100 / ct:100). For virtual machines and containers, you can simply use the VM or CT id as a shortcut (example: 100). - -``: `` :: - -Target node. +An alias for 'ha-manager crm-command relocate'. *ha-manager remove* ``