Versions Compared

Key

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

...

All virtual machines must be tagged properly.

Code Block
vss-cli --columns name,moref,domain.name,'group[*]' compute vm get {vmId} ha-group

...

  1. Removing a virtual machine from an HA group is simply done by running the following command:

    Code Block
    vss-cli compute vm set App-Node4 ha-group rm
  2. To verify the ha-group run the following command:

    Code Block
    vss-cli --columns name,moref,domain.name,'group[*]' compute vm get App-Node1 ha-group 

...