Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To create, modify and delete HA Groups, use the following commands:

hzn exchange hagroup create <name> --nodeId node1 --nodeId node2 [ --nodeId node3 ]

hzn exchange hagroup update <name> --nodeId node1 --nodeId node2 [ --nodeId node3 ]

hzn exchange hagroup delete <name>

hzn exchange hagroup list [ <name> ]


To check if a service will be deployed to all nodes in an HA Group, we need a new flag on the command. This flag will cause the command to retrieve the list of nodes in the HA group and compare them all against the policy inputs:

hzn deploycheck --checkHA


External Components

<Describe any new or changed interactions with components that are not the agent or the management hub.>

...