Oracle® VM Server for SPARC 3.2 Administration Guide

Exit Print View

Updated: May 2015
 
 

Console (console) Resource

    A console resource is always contained within a <Content> section. It can have <gprop:GenericProperty> tags with the following keys:

  • port – Port to which to change this virtual console (console)

  • service_name – Virtual console concentrator (vcc) service to which to bind this console

  • group – Name of the group to which to bind this console

  • enable-log – Enable or disable virtual console logging for this console

Example 22-24  Example console XML
<Envelope>
  <References/>
  <Content xsi:type="ovf:VirtualSystem_Type" id="ldg1">
    <Section xsi:type="ovf:VirtualHardwareSection_Type">
      <Item>
        <rasd:OtherResourceType>console</rasd:OtherResourceType>
        <gprop:GenericProperty key="port">6000</gprop:GenericProperty>
        <gprop:GenericProperty key="service_name">vcc2</gprop:GenericProperty>
        <gprop:GenericProperty key="group">group-name</gprop:GenericProperty>
        <gprop:GenericProperty key="enable-log">on</gprop:GenericProperty>
      </Item>
    </Section>
  </Content>
</Envelope>