...
Get list of virtual machines to create group, for this example:
App-Node[1-4]
Run the following command:
Code Block vss-cli compute vm set App-Node1 ha-group -r App-Node2 App-Node3 App-Node4
For further options to create an HA roup group run
--help
.From the moment the HA Group is created, our automated check will verify its validity every 3 hours (domain separation and relationship).
To verify the ha-group run the following command:
Code Block vss-cli compute vm get App-Node1 ha-group
...