Adding a PCI Controller


Warning

The macro unmigrated-inline-wiki-markup from Confluence is no longer available.


The following figure shows the sample for device-change-list for adding a PCI Controller. For adding a virtual disk, the permissible values of the elements are:

Element

Definition

Required

<device>

Contains information about the hard disk that you want to add; contains the controller-type attribute

Valid values for controller-type:

  • VirtualBusLogicController (default)
  • VirtualLsiLogicController
  • VirtualLsiLogicSASController
  • ParaVirtualSCSIController

No

<bus-number>

Specifies the bus number required for adding a PCI controller

Valid value: 0

No

XML Sample of device-change-list for adding a PCI Controller

<device-change-list>
    <device-change>
        <operation>add</operation>
        <device type="VirtualPCIController">
            <bus-number>0</bus-number>
            <device>0</device>
        </device>
    </device-change>
</device-change-list>
Warning

The macro unmigrated-inline-wiki-markup from Confluence is no longer available.

 

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

(archive) BMC Atrium Orchestrator Application Adapters 20.12.01