Table of Contents
Table of Contents | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Introduction
Virtual Machine "High Availability Groups" or "HA Groups" is a metadata tagging feature in the ITS Private Cloud to tag virtual machines as a group or redundant pairs. The criteria to have a valid HA Group is:
...
Code Block |
---|
vss-cli --columns name,moref,domain.name,'group[*]' compute vm get {vmId} ha-group |
\uD83D\uDCD8 Create Create HA Group
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 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
...
Info |
---|
Virtual machine decommissioning updates any related HA Group automatically. |
\uD83D\uDCCB Related Related articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|