Versions Compared

Key

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

...

The PVSCSI adapter offers a significant reduction in CPU utilization as well as potentially increased throughput compared to the default virtual storage adapters, and is thus the best choice for environments with very I/O-intensive guest applications.

Anchor
id2
id2
Anchor
VMwareParavirtualSCSIController-id2
VMwareParavirtualSCSIController-id2
[2]

Anchor
Changing-VMware-Storage-Controller-to-Paravirtual-for-CentOS-7
Changing-VMware-Storage-Controller-to-Paravirtual-for-CentOS-7
Anchor
VMwareParavirtualSCSIController-Changing-VMware-Storage-Controller-to-Paravirtual-for-CentOS-7
VMwareParavirtualSCSIController-Changing-VMware-Storage-Controller-to-Paravirtual-for-CentOS-7
Changing VMware Storage Controller to Paravirtual for CentOS 7

This tutorial contain step by step guidance to change the Virtual Storage Controller from LSI Logic Parallel (SCSI controller 0) to VMware Paravirtual for a CentOS 7 based Virtual Machine that is running on the ITS Private Cloud.

...

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

More information Manage virtual machine snapshots.

Anchor
Changing-VMware-Storage-Controller-to-Paravirtual-for-Windows
Changing-VMware-Storage-Controller-to-Paravirtual-for-Windows
Anchor
VMwareParavirtualSCSIController-Changing-VMware-Storage-Controller-to-Paravirtual-for-Windows
VMwareParavirtualSCSIController-Changing-VMware-Storage-Controller-to-Paravirtual-for-Windows
Changing VMware Storage Controller to Paravirtual for Windows

This tutorial contain step by step guidance to change the Virtual Storage Controller from LSI Logic SAS (SCSI controller 0) to VMware Paravirtual for a Microsoft Windows Server 2016 or later (64-bit) based Virtual Machine running on the ITS Private Cloud

Anchor
id3
id3
Anchor
VMwareParavirtualSCSIController-id3
VMwareParavirtualSCSIController-id3
[3].

...

Code Block
languagebash
linenumbersfalse
vss-cli --wait compute vm set <vm-name-or-vm-id> state -c-confirm 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 --sscsi 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

...