Oracle® VM Server for SPARC 3.2 Administration Guide

Exit Print View

Updated: May 2015
 
 

Domain Information (ldom_info) Resource

The following example shows the optional properties of the ldom_info resource:

Example 22-6  Example ldom_info XML Output

The following example shows values specified for several ldom_info properties such as uuid, hostid, and Address.

<Envelope>
  <References/>
  <Content xsi:type="ovf:VirtualSystem_Type" id="primary">
    <Section xsi:type="ovf:ResourceAllocationSection_type">
      <Item>
        <rasd:OtherResourceType>ldom_info</rasd:OtherResourceType>
        <uuid>c2c3d93b-a3f9-60f6-a45e-f35d55c05fb6</uuid>
        <rasd:Address>00:03:ba:d8:ba:f6</rasd:Address>
        <gprop:GenericProperty key="hostid">83d8baf6</gprop:GenericProperty>
        <gprop:GenericProperty key="master">plum</gprop:GenericProperty>
        <gprop:GenericProperty key="failure-policy">reset</gprop:GenericProperty>
        <gprop:GenericProperty key="extended-mapin-space">on</gprop:GenericProperty>
        <gprop:GenericProperty key="progress">45%</gprop:GenericProperty>
        <gprop:GenericProperty key="status">ongoing</gprop:GenericProperty>
        <gprop:GenericProperty key="source">system1</gprop:GenericProperty>
        <gprop:GenericProperty key="rc-add-policy"></gprop:GenericProperty>
        <gprop:GenericProperty key="perf-counters">global</gprop:GenericProperty>
      </Item>
    </Section>
  </Content>
</Envelope>

    The ldom_info resource is always contained within a <Content> section. The following properties within the ldom_info resource are optional properties:

  • <uuid> tag, which specifies the UUID of the domain.

  • <rasd:Address> tag, which specifies the MAC address to be assigned to a domain.

  • <gprop:GenericProperty key="extended-mapin-space"> tag, which specifies whether extended mapin space is enabled (on) or disabled (off) for the domain. The default value is off.

  • <gprop:GenericProperty key="failure-policy"> tag, which specifies how slave domains should behave should the master domain fail. The default value is ignore. Following are the valid property values:

    • ignore ignores failures of the master domain (slave domains are unaffected).

    • panic panics any slave domains when the master domain fails.

    • reset resets any slave domains when the master domain fails.

    • stop stops any slave domains when the master domain fails.

  • <gprop:GenericProperty key="hostid"> tag, which specifies the host ID to be assigned to the domain.

  • <gprop:GenericProperty key="master"> tag, which specifies up to four comma-separated master domain names.

  • <gprop:GenericProperty key="progress"> tag, which specifies the percentage of progress made by the command.

  • <gprop:GenericProperty key="source"> tag, which specifies the machine reporting on the progress of the command.

  • <gprop:GenericProperty key="status"> tag, which specifies the status of the command (done, failed, or ongoing).

  • <gprop:GenericProperty key="rc-add-policy"> tag, which specifies whether to enable or disable the direct I/O and SR-IOV I/O virtualization operations on any root complex that might be added to the specified domain. Valid values are iov and no value (rc-add-policy=).

  • <gprop:GenericProperty key="perf-counters"> tag, which specifies the performance register sets to access (global, htstrand, strand).

    If the platform does not have the performance access capability, the perf-counters property value is ignored.