Versions Compared

Key

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

...

  1. Look for the VM uuid.

    Code Block
    vss compute vm ls -f name <vm-name>


  2. Submit a request to reboot (VMware Tools running required) or power cycle the VM if not responsive.

    Code Block
    vss compute vm set <uuid> state reset|reboot
    Host Name: hostname (Ubuntu Linux (64-bit))
    IP Address: 172.17.0.1, 192.168.2.31
    Are you sure you want to change the state from "running to reset" of the above VM? [y/N]:


  3. Verify if the VM issues have been solved

...