X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ha-manager.1-synopsis.adoc;h=83adbf8a149173d4fb2f5f853cf905897c838ffd;hb=12804f688fe4a0a4d6affb94174b0242259588f8;hp=3071693e775a6b8b5bc59464675285ecd8de4e30;hpb=35a75dd36c05f79e9dda81147867878a55d839c1;p=pve-docs.git diff --git a/ha-manager.1-synopsis.adoc b/ha-manager.1-synopsis.adoc index 3071693..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). - -``: `` :: - -The cluster node name. - -*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). - -``: `` :: +*ha-manager relocate* -The cluster node name. +An alias for 'ha-manager crm-command relocate'. *ha-manager remove* ``