Updating a SCSI controller configuration
The Updating a SCSI controller operation allows you to update the configuration of a SCSI controller associated with a virtual machine.
The following table shows the child elements of the <device-change-list> element:
Element | Definition | Required |
|---|---|---|
<operation> | Specifies the operation to be performed: edit | Yes |
<device> | Specifies information about the device on the host system; contains the type attribute that specifies the type of the device
| No |
<scsi-controller> | Specifies the name of the SCSI controller to be updated | Yes |
<bus-number> | Specifies the bus number associated with this controller | Yes |
<shared-bus> | Specifies the mode for sharing the SCSI bus | Yes |
XML sample of the <device-change-list> element for updating a SCSI controller
<device-change>
<operation>edit</operation>
<device type="VirtualLsiLogicController">
<scsi-controller>SCSI Controller 0</scsi-controller>
<bus-number>0</bus-number>
<shared-bus>physicalSharing</shared-bus>
</device>
</device-change>
</device-change-list>