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

Valid values:

  • VirtualBusLogicController
  • VirtualLsiLogicController
  • VirtualLsiLogicSASController
  • ParaVirtualSCSIController
  • VirtualE100

No

<scsi-controller>

Specifies the name of the SCSI controller to be updated

Yes

<bus-number>

Specifies the bus number associated with this controller

Valid values: 0 (default), 1, 2, 3

Yes

<shared-bus>

Specifies the mode for sharing the SCSI bus

Valid values: physicalSharing, virtualSharing, noSharing

Yes

XML sample of the <device-change-list> element for updating a SCSI controller

<device-change-list>
  <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>


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

TrueSight Orchestration Content 21.3