Versions Compared

Key

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

...

  1. Get list of virtual machines to create group, for this example: App-Node[1-4]

  2. Run the following command:

    Code Block
    vss-cli compute vm set App-Node1 ha-group -r App-Node2 App-Node3 App-Node4
    1. For further options to create an HA roup group run --help.

    2. From the moment the HA Group is created, our automated check will verify its validity every 3 hours (domain separation and relationship).

  3. To verify the ha-group run the following command:

    Code Block
    vss-cli compute vm get App-Node1 ha-group

...