Versions Compared

Key

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

Table of Contents

Table of Contents
minLevel1
maxLevel6
include
outlinefalse
indent
stylenone
excludeTable of Contents
typelist
class
printabletrue

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

  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 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

...

Info

Virtual machine decommissioning updates any related HA Group automatically.

Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@32c6ab3f
sortmodified
showSpacefalse
reversetrue
typepage
labelskb-how-to-article
cqllabel = "kb-how-to-article" and type = "page" and space = "VSSPublic"