Versions Compared

Key

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

...

Code Block
languagebash
linenumbersfalse
vss-cli --wait compute vm set <name-or-vm-id> snapshot mk -d "lsi logic to paravirtual" -l 72

...

Code Block
languagebash
linenumbersfalse
vss-cli --wait compute vm set <vm-name-or-vm-id> state shutdown

...

Code Block
languagebash
linenumbersfalse
vss-cli --wait compute vm set <vm-name-or-vm-id> controller scsi mk --scsi paravirtual

...

Code Block
languagebash
linenumbersfalse
vss-cli --wait compute vm set <vm-name-or-vm-id> state on

...

Code Block
languagebash
linenumbersfalse
vss-cli --wait compute vm set <vm-name-or-vm-id> state shutdown

...

Code Block
languagebash
linenumbersfalse
vss-cli --wait compute vm set <vm-name-or-vm-id> controller scsi up -t paravirtual 0

...

Code Block
languagebash
linenumbersfalse
vss-cli --wait compute vm set <name-or-vm-id> controller scsi rm 1

...

Code Block
languagebash
linenumbersfalse
vss-cli --wait compute vm set <vm-name-or-vm-id> state on

...

Code Block
languagebash
linenumbersfalse
vss-cli --wait compute vm set <vm-name-or-vm-id> snapshot rm <snap-id>

...

Code Block
languagebash
linenumbersfalse
vss-cli --wait compute vm set <vm-name-or-vm-id> state --cconfirm shutdown
  1. Add a temporary VMware Paravirtual Controller to the Virtual Machine.

Code Block
languagebash
linenumbersfalse
vss-cli --wait compute vm set <vm-name-or-vm-id> controller scsi mk -s-scsi paravirtual
  1. Verify that a new SCSI controller has been created.

...

Code Block
languagebash
linenumbersfalse
vss-cli --wait compute vm set <vm-name-or-vm-id> state --confirm shutdown
  1. Update scsi controller 0 to type Paravirtual:

Code Block
languagebash
linenumbersfalse
vss-cli --wait compute vm set <vm-name-or-vm-id> controller scsi up -t paravirtual 0

...

Code Block
languagebash
linenumbersfalse
vss-cli --wait compute vm set <vm-name-or-vm-id> state --confirm shutdown
  1. Remove temporary SCSI controller

...