*ha-manager* ` [ARGS] [OPTIONS]` *ha-manager add* `` `[OPTIONS]` Create a new HA resource. ``: `:` :: 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). `-comment` `` :: Description. `-group` `` :: The HA group identifier. `-max_relocate` ` (0 - N)` ('default =' `1`):: Maximal number of service relocate tries when a service failes to start. `-max_restart` ` (0 - N)` ('default =' `1`):: Maximal number of tries to restart the service on a node after its start failed. `-state` `` ('default =' `started`):: Requested resource state. `-type` `` :: Resource type. *ha-manager config* `[OPTIONS]` List HA resources. `-type` `` :: Only list resources of specific type *ha-manager groupadd* ` -nodes ` `[OPTIONS]` Create a new HA group. ``: `` :: The HA group identifier. `-comment` `` :: Description. `-nodes` `[:]{,[:]}*` :: List of cluster node names with optional priority. `-nofailback` `` ('default =' `0`):: The CRM tries to run services on the node with the highest priority. If a node with higher priority comes online, the CRM migrates the service to that node. Enabling nofailback prevents that behavior. `-restricted` `` ('default =' `0`):: Resources bound to restricted groups may only run on nodes defined by the group. `-type` `` :: Group type. *ha-manager groupconfig* Get HA groups. *ha-manager groupremove* `` Delete ha group configuration. ``: `` :: The HA group identifier. *ha-manager groupset* `` `[OPTIONS]` Update ha group configuration. ``: `` :: The HA group identifier. `-comment` `` :: Description. `-delete` `` :: A list of settings you want to delete. `-digest` `` :: Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications. `-nodes` `[:]{,[:]}*` :: List of cluster node names with optional priority. `-nofailback` `` ('default =' `0`):: The CRM tries to run services on the node with the highest priority. If a node with higher priority comes online, the CRM migrates the service to that node. Enabling nofailback prevents that behavior. `-restricted` `` ('default =' `0`):: Resources bound to restricted groups may only run on nodes defined by the group. *ha-manager help* `[]` `[OPTIONS]` Get help about specified command. ``: `` :: Command name `-verbose` `` :: Verbose output format. *ha-manager 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). ``: `` :: 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). ``: `` :: The cluster node name. *ha-manager remove* `` Delete resource configuration. ``: `:` :: 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 set* `` `[OPTIONS]` Update resource configuration. ``: `:` :: 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). `-comment` `` :: Description. `-delete` `` :: A list of settings you want to delete. `-digest` `` :: Prevent changes if current configuration file has different SHA1 digest. This can be used to prevent concurrent modifications. `-group` `` :: The HA group identifier. `-max_relocate` ` (0 - N)` ('default =' `1`):: Maximal number of service relocate tries when a service failes to start. `-max_restart` ` (0 - N)` ('default =' `1`):: Maximal number of tries to restart the service on a node after its start failed. `-state` `` ('default =' `started`):: Requested resource state. *ha-manager status* `[OPTIONS]` Display HA manger status. `-verbose` `` ('default =' `0`):: Verbose output. Include complete CRM and LRM status (JSON).