<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation"> <title>LPARConfigurationScript Specification</title> <!-- Begin Header Records --> <!-- All rights reserved. Licensed Materials Property of IBM --> <!-- US Government Users Restricted Rights --> <!-- Use, duplication or disclosure restricted by --> <!-- GSA ADP Schedule Contract with IBM Corp. --> <!-- Change History: --> <!-- YYMMDD USERID Change description --> <link rel="stylesheet" type="text/css" href="../rzahg/ic.css"> </head> <body> <!-- End Header Records --><!--Java sync-link--> <script type="text/javascript" language="Javascript" src="../rzahg/synch.js"> </script> <h2>LPARConfigurationScript Specification, Version 10</h2> <h3><a name="aboutlparcs">About the LPARConfigurationScript specification</a></h3> <p>Following is the specification for LPARConfigurationScript. It defines the tags used for the client to talk to the host and tags used by the host to return information to the client. In order to complete this communication, many sub tags have been defined. These include <strong>Info</strong> which only gives information about the LPAR configuration, <strong>Action</strong> which changes the LPAR configuration, and <strong>Status</strong>, which gives information about actions the client requested to be performed. For an introduction to using XML, see <a href="DMConfigurationScript_intro.htm">Introduction to using Hardware Configuration Markup Languages</a>. </p> <p>For the LPARConfigurationScript DTD, see <a href="LPARConfigurationScript_DTD.htm">LPARConfigurationScript DTD</a>.</p> <br> <h4><a name="lparcsmsg">Message IDs</a></h4> <p>All tags have associated Message IDs that they may generate. A description of these MessageID's can be found at the end of this document. Any subtag may generate any of it's parents MessageID's. That is, if LPARConfigurationScript generates 80, then any subtags may also generate 80. </p> <table width="100%"> <tr> <td width="2%"> </td> <td width="98%"></td> </tr> <!--=======================================================================--> <!-- LPARConfigurationScript tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name= "LPARConfigurationScript"><strong>LPARConfigurationScript</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>Tag Format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <LPARConfigurationScript DTDVersion="integer" Error="Internal|Validation|Parsing"> . <Info . . . > . <Action . . . > . <Status . . . > . <Message . . . > . </LPARConfigurationScript> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>Usage:</strong></th> </tr> <tr> <td colspan="3">This is the basic tag for LPAR configuration requests. A client can do the following using LPARConfigurationScript: Request information about the current LPAR configuration using an <strong>Info</strong> tag, make changes to the LPAR configuration using an <strong>Action</strong> tag, or request status on the actions which were requested using the <strong>Status</strong> tag. The server will then return information about the LPAR configuration using the <strong>Info</strong> tag, tell if an action(s) were successfully submitted using the <strong>Action</strong> tag, or return the status of an action using the <strong>Status</strong> tag.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>DTDVersion (integer)</td> <td>Required</td> <td>Tells the version of the LPARConfigurationScript being used. This value will be 1 for the first release, and every change to the DTD will cause this version to be incremented. Every version will be upward compatible, so a server running DTDVersion 10 will also be able to process scripts having DTD versions 1-9.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Error (Internal|Parsing|Validation)</td> <td>Optional</td> <td>This attribute is used the tell if there was an internal, validation, or Parsing error of the LPARConfigurationScript. Internal means that a major problem occurred while trying to process the script and a service representative should be contacted. A parsing error means that the script was not correct XML form, such as a new tag was started before the previous one was closed. A validation error means that the script was in correct form, but something about one of the requests was invalid. This is an output only attribute which is only returned if an error occurs.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Info</td> <td>Optional, Can Repeat</td> <td>Information about the LPAR configuration. No LPAR changes are made within these tags.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Action</td> <td>Optional, Can Repeat</td> <td>Actions which are performed on the LPAR configuration to change the configuration.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Status</td> <td>Optional, Can Repeat</td> <td>Status about changes made to the LPAR configuration since the last IPL.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages, such as whether the system supports LPAR or not.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>Message IDs (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">70, 71, 78, 79, 80, 81, 88, 89, FF, 100100</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- --> <!-- --> <!-- Info Tags --> <!-- --> <!-- --> <!--=======================================================================--> <!--=======================================================================--> <!-- Info tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="Info"><strong> Info</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>Tag Format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <Info LPARConfigurationID="string"> . <PartitionInfo . . . > . <SystemInfo . . . > . <IOResourcesInfo . . . > . <ProcessorPoolInfo . . . > . <LPARConfigurationData . . . > (DTDVersion = 10) . <Message . . . > . </Info> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>Usage:</strong></th> </tr> <tr> <td colspan="3">This tag is used to get information about the LPAR configuration of a system. It can return information about partition(s), the system, I/O resources, and processor pool(s).</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>LPARConfigurationID (string)</td> <td>Optional</td> <td>This can be used to tell if the LPAR configuration has changed between requests. If this string differs from a string received previously, then the LPAR configuration has changed.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>PartitionInfo</td> <td>Optional, Can Repeat</td> <td>Used to request information about one or more partitions on the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>SystemInfo</td> <td>Optional, Can Repeat</td> <td>Used to request information about the system as a whole.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>IOResourcesInfo</td> <td>Optional, Can Repeat</td> <td>Used to request information about the I/O resources on the system or owned by a partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessorPoolInfo</td> <td>Optional, Can Repeat</td> <td>Used to request information about the processor pools on the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>Message IDs (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">No new message IDs that the parent tags cannot also return.</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Info: PartitionInfo tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="PartitionInfo"><strong>Info: PartitionInfo</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>Tag Format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <PartitionInfo Format="All|Basic|General|Communications| ProcessorPools|Processors|MainStorage| InteractivePerformance|IOResources| SRCHistory|GuestEnvironment (DTDVersion = 10)| TCPIPAddress"> SRCHistoryDetailLevel="integer" SRCHistoryEntries="integer" . <Partition . . . > . <PartitionFilter . . . > . <Message . . . > . </PartitionInfo> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>Usage:</strong></th> </tr> <tr> <td colspan="3">This tag is used by the client to request information about one or more partitions and to tell the server how to format this information. The server will return the information using this same tag, but all of the requested information about the partition will be filled in.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Format (enumeration)</td> <td>Optional</td> <td>Specifies what information to return for each partition. If this attribute is not specified, then all information will be returned. Possible values are: All| Basic| General| Communications| ProcessorPools| Processors| MainStorage| InteractivePerformance| IOResources| SRCHistory| GuestEnvironment| TCPIPAddress. To determine what information each format returns, look at the <strong>Partition</strong> tag. Regardless of which format is specified, the Basic information is always returned. For the format 'All', all information about the partition is returned.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>SRCHistoryDetailLevel</td> <td>Optional</td> <td>Specifies how many words to display of an SRC entry. Valid values are 1 through 9, which display up to words 11 through 19 respectively. For example, specifying the SRCHistoryDetailLevel to be 3 will return words 11, 12, and 13 for each SRC entry returned.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>SRCHistoryEntries</td> <td>Optional</td> <td>Specifies how many SRC entries to return. Valid values are positive integers. If the value specified for SRCHistoryEntries is larger than the number of entries available, all available entries are returned.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Partition</td> <td>Optional, Can Repeat</td> <td>The partition for which information is needed.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PartitionFilter</td> <td>Optional, Can Repeat</td> <td>Used in place of a Partition tag when requesting information. It is used to request information about all partitions which match a certain criteria.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>Message IDs (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">No new message IDs that the parent tags cannot also return.</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Info: Partition tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="Partition"><strong> Partition</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>Tag Format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <Partition <strong>Basic Format Attributes:</strong> PartitionID="integer" PartitionName="string" <strong>General Format Attributes:</strong> PartitionType="Primary|Secondary" State="On|PoweringOn|Off|PoweringOff| Failed|UnitAttention|Error| New|Unknown" SerialNumber="string" LICVRM="string" HypervisorDelta="integer" IPLSource="A|B|C|D|Unknown" IPLMode="Manual|Normal|Automatic|Secure|Unknown" SystemIPLAction="IPL|Hold" IPLChanges="Pending|None" FunctionalConfiguration="Yes|No" PointerTagsInactive="Yes|No" <strong>Communications Format Attributes:</strong> HighSpeedLinkPool="integer" VirtualOptiConnectPool="integer" VirtualLANField="bitfield" <strong>ProcessorPools Format Attributes:</strong> ProcessorPoolID="integer" ProcessorPoolIDPending="integer" <strong>Processors Format Attributes:</strong> ProcessorType="Physical|Virtual" ProcessorTypePending="Physical|Virtual" PhysicalProcessors="integer" PhysicalProcessorsPending="integer" PhysicalProcessorsMin="integer" PhysicalProcessorsMinFunctional="integer" PhysicalProcessorsMinPending="integer" PhysicalProcessorsMax="integer" PhysicalProcessorsMaxPending="integer" VirtualProcessors="integer" VirtualProcessorsPending="integer" VirtualProcessorsMin="integer" VirtualProcessorsMinFunctional="integer" VirtualProcessorsMinPending="integer" VirtualProcessorsMax="integer" VirtualProcessorsMaxPending="integer" ProcessingUnits="float" ProcessingUnitsPending="float" ProcessingUnitsMin="float" ProcessingUnitsMinFunctional="float" ProcessingUnitsMinPending="float" ProcessingUnitsMax="float" ProcessingUnitsMaxPending="float" <strong>MainStorage Format Attributes:</strong> MainStorage="integer" MainStoragePending="integer" MainStorageMin="integer" MainStorageMinFunctional="integer" MainStorageMinPending="integer" MainStorageMinRuntime="integer" MainStorageMax="integer" MainStorageMaxPending="integer" MainStorageReserved="integer" MainStorageReservedPending="integer" <strong>InteractivePerformance Format Attributes:</strong> InteractivePerformance="integer" InteractivePerformancePending="integer" InteractivePerformanceMin="integer" InteractivePerformanceMinFunctional="integer" InteractivePerformanceMinPending="integer" InteractivePerformanceMax="integer" InteractivePerformanceMaxPending="integer" <strong>IOResources Format Attributes:</strong> LoadSourceIOP="integer" AlternateIPLSourceIOP="integer" WorkstationConsoleIOP="integer" AlternateWorkstationConsoleIOP="integer" ElectronicCustomerSupportIOP="integer" <strong>SRCHistory Format Attributes:</strong> SRCHistoryEntriesTotal="integer" <strong>GuestEnvironment Format Attributes: (DTDVersion = 10)</strong> HostPartitionID="integer" IPLSourceAParameters="hexadecimal" IPLSourceBParameters="hexadecimal" IPLSourceCParameters="hexadecimal" IPLSourceDParameters="hexadecimal"> . <strong>SRCHistory Format Sub Tags:</strong> <SRC . . . > . <strong>TCPIPAddress Format Sub Tags:</strong> <TCPIPAddress . . . > . <Message . . . > . </Partition> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>Usage:</strong></th> </tr> <tr> <td colspan="3">This tag and its sub tags are used to return information about a partition.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>PartitionID (integer)</td> <td>Required</td> <td>Number assigned to the partition. This value can range from 0 to 31, if the hardware supports 32 partitions.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PartitionName (string)</td> <td>Optional</td> <td>Name assigned to the partition. This value can range from 1 to 8 characters in length, and must be different than the name of any other partition on the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PartitionType (Primary|Secondary)</td> <td>Optional</td> <td>The type of partition, whether it is a primary or secondary partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>State (enumeration)</td> <td>Optional</td> <td>State that the partition is in. Possible values: On| PoweringOn| Off| PoweringOff| Failed| UnitAttention| Error| New| Unknown. See <a href= "#PartitionState">table</a> below for more information about these states.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>SerialNumber (string)</td> <td>Optional</td> <td>The serial number of the partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>LICVRM (string)</td> <td>Optional</td> <td>The version, release, and modification of the Licensed Internal Code of the partition. The string is in the form of VvRrMm where the v is the version, r is the release, and m is the modification.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>HypervisorDelta (integer)</td> <td>Optional</td> <td>Tells how much the PLIC of the partition differs from the PLIC of the primary partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>IPLSource (A|B|C|D|Unknown)</td> <td>Optional</td> <td>Tells the source which will be used the next time the partition is IPLed.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>IPLMode (Manual|Normal|Automatic|Secure|Unknown)</td> <td>Optional</td> <td>Tells the IPL mode that the partition is in.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>SystemIPLAction (IPL|Hold)</td> <td>Optional</td> <td>This is used to signify if the partition will IPL when the system IPLs or not. The primary is always set to IPL, all other partitions can either IPL with the system or wait to be manually IPLed.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>IPLChanges (Pending|None)</td> <td>Optional</td> <td>Tells if there are partition configuration changes that will take effect on the next time the partition or the system is IPLed.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>FunctionalConfiguration (Yes|No)</td> <td>Optional</td> <td>Yes if the partition has enough resources to be functional, No otherwise.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PointerTagsInactive (Yes|No)</td> <td>Optional</td> <td>State of the pointer tags bit on the processors. "No" partition is running an operating system which honors the pointer tag bit (such as i5/OS), "Yes" if the partition is running an operating system which ignores this bit.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>HighSpeedLinkPool (integer)</td> <td>Optional</td> <td>The high speed link pool which the partition is in. The valid values are 0 which means that it isn't using high speed link, and 1 which means it is using high speed link.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>VirtualOptiConnectPool (integer)</td> <td>Optional</td> <td>The virtual opticonnect pool which the partition is in. The valid values are 0 which means that it isn't using virtual opticonnect, and 1 which means it is using virtual opticonnect.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>VirtualLANField (bitfield)</td> <td>Optional</td> <td>The virtual LAN field tells which LAN connections the partition supports. This bit field is made up of four hex digits, such as 8F2B. Each bit represents a different LAN ID, with 0 being the left most bit. In the case listed above, this partition would be communicating on the following LAN IDs: 0, 4, 5, 6, 7, 10, 12, 14, and 15.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessorPoolID (integer)</td> <td>Optional</td> <td>Processor pool that the partition is currently using. This will not be returned if the partition is not using a processor pool. The only valid processor pool ID is 0 in V5R1.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessorPoolIDPending (integer)</td> <td>Optional</td> <td>Processor pool that the partition will be using after the next IPL. This will not be returned if the partition is not using a processor pool. The only valid processor pool ID is 0 in V5R1.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessorType (Physical|Virtual)</td> <td>Optional</td> <td>Type of processors the partition has.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessorTypePending (Physical|Virtual)</td> <td>Optional</td> <td>Type of processors the partition will have after next IPL.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PhysicalProcessors (integer)</td> <td>Optional</td> <td>Current number of physical processors.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PhysicalProcessorsPending (integer)</td> <td>Optional</td> <td>Number of physical processors after next IPL.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PhysicalProcessorsMin (integer)</td> <td>Optional</td> <td>Minimum number of physical processors.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PhysicalProcessorsMinFunctional (integer)</td> <td>Optional</td> <td>Minimum number of physical processors needed for the partition to be functional.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PhysicalProcessorsMinPending (integer)</td> <td>Optional</td> <td>Minimum number of physical processors after the next IPL.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PhysicalProcessorsMax (integer)</td> <td>Optional</td> <td>Maximum number of physical processors.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PhysicalProcessorsMaxPending (integer)</td> <td>Optional</td> <td>Maximum number of physical processors after next IPL.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>VirtualProcessors (integer)</td> <td>Optional</td> <td>Current number of virtual processors.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>VirtualProcessorsPending (integer)</td> <td>Optional</td> <td>Number of virtual processors after next IPL.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>VirtualProcessorsMin (integer)</td> <td>Optional</td> <td>Minimum number of virtual processors.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>VirtualProcessorsMinFunctional (integer)</td> <td>Optional</td> <td>Minimum number of virtual processors needed for the partition to be functional.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>VirtualProcessorsMinPending (integer)</td> <td>Optional</td> <td>Minimum number of virtual processors after the next IPL.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>VirtualProcessorsMax (integer)</td> <td>Optional</td> <td>Maximum number of virtual processors.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>VirtualProcessorsMaxPending (integer)</td> <td>Optional</td> <td>Maximum number of virtual processors after next IPL.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessingUnits (float)</td> <td>Optional</td> <td>Current number of processing units. This value has a precision of 2 decimal places.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessingUnitsPending (float)</td> <td>Optional</td> <td>Number of processing units after next IPL. This value has a precision of 2 decimal places.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessingUnitsMin (float)</td> <td>Optional</td> <td>Minimum number of processing units. This value has a precision of 2 decimal places.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessingUnitsMinFunctional (float)</td> <td>Optional</td> <td>Minimum number of processing units needed for this partition to be functional. This value has a precision of 2 decimal places.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessingUnitsMinPending (float)</td> <td>Optional</td> <td>Minimum number of processing units after the next IPL. This value has a precision of 2 decimal places.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessingUnitsMax (float)</td> <td>Optional</td> <td>Maximum number of processing units. This value has a precision of 2 decimal places.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessingUnitsMaxPending (float)</td> <td>Optional</td> <td>Maximum number of processing units after next IPL. This value has a precision of 2 decimal places.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>MainStorage (integer)</td> <td>Optional</td> <td>Current amount of main storage(MB).</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>MainStoragePending (integer)</td> <td>Optional</td> <td>Amount of main storage(MB) after next IPL.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>MainStorageMin (integer)</td> <td>Optional</td> <td>Minimum amount of main storage(MB).</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>MainStorageMinFunctional (integer)</td> <td>Optional</td> <td>Minimum amount of main storage(MB) needed for this partition to be functional.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>MainStorageMinPending (integer)</td> <td>Optional</td> <td>Minimum amount of main storage(MB) after next IPL.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>MainStorageMinRuntime (integer)</td> <td>Optional</td> <td>Minimum amount of main storage(MB) that doesn't require an IPL.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>MainStorageMax (integer)</td> <td>Optional</td> <td>Maximum amount of main storage(MB).</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>MainStorageMaxPending (integer)</td> <td>Optional</td> <td>Maximum amount of main storage(MB) after the next IPL.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>MainStorageReserved (integer)</td> <td>Optional</td> <td>Amount of main storage which is reserved because the current main storage is less than the maximum main storage.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>MainStorageReservedPending (integer)</td> <td>Optional</td> <td>Amount of main storage which will be reserved next IPL because the current main storage is less than the maximum main storage.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>InteractivePerformance (integer)</td> <td>Optional</td> <td>Current amount of interactive performance(% of system).</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>InteractivePerformancePending (integer)</td> <td>Optional</td> <td>Amount of interactive performance(% of system) after next IPL.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>InteractivePerformanceMin (integer)</td> <td>Optional</td> <td>Minimum amount of interactive performance(% of system).</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>InteractivePerformanceMinFunctional (integer)</td> <td>Optional</td> <td>Minimum amount of interactive performance(% of system) needed for the partition to be functional.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>InteractivePerformanceMinPending (integer)</td> <td>Optional</td> <td>Minimum amount of interactive performance(% of system) after next IPL.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>InteractivePerformanceMax (integer)</td> <td>Optional</td> <td>Maximum amount of interactive performance(% of system).</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>InteractivePerformanceMaxPending (integer)</td> <td>Optional</td> <td>Maximum amount of interactive performance(% of system) after the next IPL.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>LoadSourceIOP (integer)</td> <td>Optional</td> <td>System resource ID of the IOP which contains the load source of the partition. The system resource ID is used by LPAR to uniquely identify an I/O resource on the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>AlternateIPLSourceIOP (integer)</td> <td>Optional</td> <td>System resource ID of the IOP which contains the alternate IPL source of the partition. The system resource ID is used by LPAR to uniquely identify an I/O resource on the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>WorkstationConsoleIOP (integer)</td> <td>Optional</td> <td>System resource ID of the IOP which contains the workstation console of the partition. The system resource ID is used by LPAR to uniquely identify an I/O resource on the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>AlternateWorkstationConsoleIOP (integer)</td> <td>Optional</td> <td>System resource ID of the IOP which contains the alternate workstation console of the partition. The system resource ID is used by LPAR to uniquely identify an I/O resource on the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ElectronicCustomerSupportIOP (integer)</td> <td>Optional</td> <td>System resource ID of the IOP which contains the default electronic customer support device of the partition. The system resource ID is used by LPAR to uniquely identify an I/O resource on the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>SRCHistoryEntriesTotal (integer)</td> <td>Optional</td> <td>Number of SRCs which have been kept in the SRC history for this partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>HostPartitionID (integer)</td> <td>Optional</td> <td>Partition ID of the hosting i5/OS partition for this guest partition. (DTDVersion = 10)</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>IPLSourceAParameters (hexadecimal)</td> <td>Optional</td> <td>The guest partition command line parameters for an A side IPL. (DTDVersion = 10)</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>IPLSourceBParameters (hexadecimal)</td> <td>Optional</td> <td>The guest partition command line parameters for a B side IPL. (DTDVersion = 10)</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>IPLSourceCParameters (hexadecimal)</td> <td>Optional</td> <td>The guest partition command line parameters for a C side IPL. (DTDVersion = 10)</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>IPLSourceDParameters (hexadecimal)</td> <td>Optional</td> <td>The guest partition command line parameters for a D side IPL. (DTDVersion = 10)</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>SRC</td> <td>Optional, Can Repeat</td> <td>SRC which has been logged for this partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>TCPIPAddress</td> <td>Optional, Can Repeat</td> <td>TCP/IP address which the partition has configured. This field is only supported when called from the Primary partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">101000</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Info: PartitionFilter tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="PartitionFilter"><strong> Info: PartitionFilter</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <PartitionFilter Value="All|This|Primary|Secondary"> </PartitionFilter> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This tag allows the client to request information about partitions which fit in the category specified by the Value attribute.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Value (All|This|Primary|Secondary)</td> <td>Optional</td> <td>Value to filter on. 'All' is the default. 'All' means all partitions will be returned, 'This' means that only information about the partition which the client is connected to will be returned, 'Primary' means that only information about the primary will be returned, and 'Secondary' means that information about all of the secondaries will be returned.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td colspan="3">None</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">D000</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- SRC tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="SRC"><strong>SRC</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <SRC Word1="string" Word2="string" Word3="string" Word4="string" Word5="string" Word6="string" Word7="string" Word8="string" Word9="string" Year="integer" Month="integer" Day="integer" Hour="integer" Minute="integer" Second="integer"/> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This tag returns an SRC which was displayed for the partition.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Word1 (string)</td> <td>Optional</td> <td>First word of the SRC.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Word2 (string)</td> <td>Optional</td> <td>Second word of the SRC.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Word3 (string)</td> <td>Optional</td> <td>Third word of the SRC.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Word4 (string)</td> <td>Optional</td> <td>Fourth word of the SRC.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Word5 (string)</td> <td>Optional</td> <td>Fifth word of the SRC.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Word6 (string)</td> <td>Optional</td> <td>Sixth word of the SRC.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Word7 (string)</td> <td>Optional</td> <td>Seventh word of the SRC.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Word8 (string)</td> <td>Optional</td> <td>Eighth word of the SRC.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Word9 (string)</td> <td>Optional</td> <td>Ninth word of the SRC.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Year (integer)</td> <td>Optional</td> <td>The year in which the SRC was posted.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Month (integer)</td> <td>Optional</td> <td>The month on which the SRC was posted.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Day (integer)</td> <td>Optional</td> <td>The day on which the SRC was posted.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Hour (integer)</td> <td>Optional</td> <td>The hour on which the SRC was posted.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Minute (integer)</td> <td>Optional</td> <td>The minute on which the SRC was posted.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Second (integer)</td> <td>Optional</td> <td>The second on which the SRC was posted.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td colspan="3">None</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">No new message IDs that the parent tags cannot also return.</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- TCPIPAddress tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="TCPIPAddress"><strong> TCPIPAddress</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <TCPIPAddress IPAddress="string" AddressType="Service|XPF"/> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This tag returns a TCP/IP address which is configured on this partition.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>IPAddress (string)</td> <td>Optional</td> <td>String specifying an IP address on the partition, such as "255.255.255.255".</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>AddressType (Service|XPF)</td> <td>Optional</td> <td>Type of IP address. Service address is available when IPLed to DST or beyond, but an i5/OS address is only available when IPLed to i5/OS and TCP has been started.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td colspan="3">None</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">No new message IDs that the parent tags cannot also return.</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Info: SystemInfo tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="SystemInfo"><strong>Info: SystemInfo</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <SystemInfo Format="All|General| Communications| Partitions| ProcessorPools| Processors| MainStorage| InteractivePerformance"> . <System . . . > . <Message . . . > . </SystemInfo> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This tag is used by the client to request information about the system resources and to tell the server how to format this information. The server will return the information using this same tag, but all of the requested information about the system will be filled in.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Format (enumeration)</td> <td>Optional</td> <td>Specifies what information to return for each partition. If this attribute is not specified, then all information will be returned. Possible values are: All| General| Communications| InteractivePerformance| MainStorage| Partitions| ProcessorPools| Processors. To determine what information each format returns, look at the <strong>System</strong> tag. For the format 'All', all information about the system is returned.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>System</td> <td>Optional, Cannot Repeat</td> <td>The information about the system resources.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">No new message IDs that the parent tags cannot also return.</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Info: System Tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="System"><strong> System</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <System <strong>General Format Attributes:</strong> TypeModel="string" FeatureCode="string" SerialNumber="string" PointerTagsInactiveCapable="Yes|No" CommercialProcessingWorkloadTotal="integer" CommercialProcessingWorkloadInteractive="integer" <strong>Communications Format Attributes:</strong> HighSpeedLinkCapable="Yes|No" HighSpeedLinkPoolMaximum="integer" VirtualOptiConnectCapable="Yes|No" VirtualOptiConnectPoolMaximum="integer" <strong>Partitions Format Attributes:</strong> PartitionsConfigured="integer" PartitionsMaximum="integer" <strong>ProcessorPools Format Attributes:</strong> ProcessorPoolCapable="Yes|No" ProcessorPoolsConfigured="integer" ProcessorPoolsMaximum="integer" GuestProcessorPoolCapable="Yes|No" (DTDVersion = 10) <strong>Processors Format Attributes:</strong> PhysicalProcessors="integer" PhysicalProcessorsAvail="integer" PhysicalProcessorsAvailPending="integer" ProcessingUnits="float" ProcessingUnitsPending="float" ProcessingUnitsAvail="float" ProcessingUnitsAvailPending="float" <strong>MainStorage Format Attributes:</strong> MainStorage="integer" MainStorageAvail="integer" MainStorageAvailPending="integer" <strong>InteractivePerformance Format Attributes:</strong> InteractivePerformance="integer" InteractivePerformanceAvail="integer" InteractivePerformanceAvailPending="integer"> . <Message . . . > . </System> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This tag is used to return the information about the system and its resources.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>TypeModel (string)</td> <td>Optional</td> <td>Type and model of the system. The format for this string is TTTT-MMM, where TTTT is the type and MMM is the model.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>FeatureCode (string)</td> <td>Optional</td> <td>Feature code of the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>SerialNumber (string)</td> <td>Optional</td> <td>Serial number of the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PointerTagsInactiveCapable (Yes|No)</td> <td>Optional</td> <td>Yes if the system supports partitions with pointer tags inactive, No otherwise.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>CommercialProcessingWorkloadTotal (integer)</td> <td>Optional</td> <td>Total amount of commercial processing workload the system has. This is used as a performance benchmark when comparing systems.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>CommercialProcessingWorkloadInteractive (integer)</td> <td>Optional</td> <td>Total amount of interactive commercial processing workload the system has. This is used as a performance benchmark when comparing systems.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>HighSpeedLinkCapable (Yes|No)</td> <td>Optional</td> <td>Tells if the system hardware supports high speed link.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>HighSpeedLinkPoolMaximum (integer)</td> <td>Optional</td> <td>Maximum number of high speed link pools allowed on the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>VirtualOptiConnectCapable (Yes|No)</td> <td>Optional</td> <td>Tells if the system hardware supports virtual opticonnect.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>VirtualOptiConnectPoolMaximum (integer)</td> <td>Optional</td> <td>Maximum number of virtual opticonnect pools allowed on the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PartitionsConfigured (integer)</td> <td>Optional</td> <td>Number of configured partitions on the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PartitionsMaximum (integer)</td> <td>Optional</td> <td>The maximum number of partitions allowed on the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessorPoolCapable (Yes|No)</td> <td>Optional</td> <td>Tells if the system supports processor pools or not.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessorPoolsConfigured (integer)</td> <td>Optional</td> <td>Number of processor pools configured on the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessorPoolsMaximum (integer)</td> <td>Optional</td> <td>Maximum number of processor pools which the system supports.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>GuestProcessorPoolCapable (Yes|No)</td> <td>Optional</td> <td>Tells if the system supports guest partitions using processor pools. (DTDVersion = 10)</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PhysicalProcessors (integer)</td> <td>Optional</td> <td>Number of physical processors the system has.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PhysicalProcessorsAvail (integer)</td> <td>Optional</td> <td>Number of physical processors available.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PhysicalProcessorsAvailPending (integer)</td> <td>Optional</td> <td>Number of physical processors available next IPL.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessingUnits (float)</td> <td>Optional</td> <td>Number of processing units in all processor pools on the system. This value has a precision of 2 decimal places.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessingUnitsPending (float)</td> <td>Optional</td> <td>Number of processing units in all processor pools on the system after the next IPL. This value has a precision of 2 decimal places.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessingUnitsAvail (float)</td> <td>Optional</td> <td>Number of processing units in all processor pools which are available. This value has a precision of 2 decimal places.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessingUnitsAvailPending (float)</td> <td>Optional</td> <td>Number of processing units in all processor pools which will be available after the next IPL. This value has a precision of 2 decimal places.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>MainStorage (integer)</td> <td>Optional</td> <td>Amount of main storage(MB) the system has.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>MainStorageAvail (integer)</td> <td>Optional</td> <td>Amount of main storage(MB) available.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>MainStorageAvailPending (integer)</td> <td>Optional</td> <td>Amount of main storage(MB) available next IPL.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>InteractivePerformance (integer)</td> <td>Optional</td> <td>Amount of interactive performance(% of system) the system has.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>InteractivePerformanceAvail (integer)</td> <td>Optional</td> <td>Amount of interactive performance(% of system) available.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>InteractivePerformanceAvailPending (integer)</td> <td>Optional</td> <td>Amount of interactive performance(% of system) available next IPL.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">No new message IDs that the parent tags cannot also return.</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Info: IOResourcesInfo tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="IOResourcesInfo"><strong> Info: IOResourcesInfo</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <IOResourcesInfo Format="All|Basic|General|Partitions|Address" DetailLevel="integer" CapabilityFilter="All|LoadSource|AlternateIPLSource| ElectronicCustomerSupport| AnyConsole|TwinaxialConsole| OperationsConsole|LANAttachedConsole"> . <PartitionIOResources . . . > . <PartitionIOResourcesFilter . . . > . <SystemIOResources . . . > . <Message . . . > . </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This tag is used to return information about the I/O resources on the system by partition or the system as a whole.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Format (enumeration)</td> <td>Optional</td> <td>Specifies what information to return for I/O resource. If this attribute is not specified, then all information will be returned. Possible values are: All| Basic| General| Partitions| Address. To determine what information each format returns, look at the <strong>IOResource</strong> tag. For the format 'All', all information about each I/O resource is returned.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>DetailLevel (integer)</td> <td>Optional</td> <td>The level of detail to include in the information returned. The default value of 1 returns only one level below that of the resource specified, while a value greater than one returns that many more levels of resources below the current. Example: if a bus was specified, then a level of detail of 1 returns all IOPs under the bus, while a detail level of 3 returns all IOPs, IOAs, and Devices under the bus.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>CapabilityFilter (enumeration)</td> <td>Optional</td> <td>This specifies the capabilities the IOPs should have which are returned. For example if LoadSource was specified, only IOPs capable of supporting a load source device would be returned, along with the resources attached to the IOP if that information was asked for. All other IOPs are filtered out. The default value is All which returns all resources. Possible values are: All| LoadSource| AlternateIPLSource| ElectronicCustomerSupport| AnyConsole| TwinaxialConsole| OperationsConsole| LANAttachedConsole. Any console returns an IOP capable of supporting a console, while TwinaxialConsole, OperationsConsole, and LANAttachedConsole return only IOPs capable of supporting that particular console.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>PartitionIOResources</td> <td>Optional, Can Repeat.</td> <td>I/O resources belonging to a partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PartitionIOResourcesFilter</td> <td>Optional, Can Repeat.</td> <td>I/O resources for partitions which fit in a particular category.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>SystemIOResources</td> <td>Optional, Can Repeat.</td> <td>I/O resources attached to the system as a whole.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">No new message IDs that the parent tags cannot also return.</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Info: PartitionIOResources tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="PartitionIOResources"> <strong>PartitionIOResources</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <PartitionIOResources PartitionID="integer"> . <IOResource . . . > . <Message . . . > . </PartitionIOResources> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This tag is used to return information about the I/O resources belonging to a particular partition.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>PartitionID (integer)</td> <td>Required</td> <td>Number assigned to the partition. This value can range from 0 to 31, if the hardware supports 32 partitions.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>IOResource</td> <td>Optional, Can Repeat.</td> <td>This tag is used to give information about an I/O resource.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">101000, 101500, 101501, 101510, 101511, 101520, 101521, 101530, 101531, D000</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Info: PartitionIOResourcesFilter tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name= "PartitionIOResourcesFilter"><strong>PartitionIOResourcesFilter</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <PartitionIOResourcesFilter Value="All|This|Primary|Secondary"> . <IOResource . . . > . <Message . . . > . </PartitionIOResourcesFilter> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This tag allows the client to request information about the I/O resources for partitions which fit in the category specified by the Value attribute.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Value (All|This|Primary|Secondary)</td> <td>Optional</td> <td>Value to filter on. 'All' is the default. 'All' means all partitions will be returned, 'This' means that only information about the partition which the client is connected to will be returned, 'Primary' means that only information about the primary will be returned, and 'Secondary' means that information about all of the secondaries will be returned.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>IOResource</td> <td>Optional, Can Repeat.</td> <td>This tag is used to give information about an I/O resource.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">101500, 101501, D000</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Info: SystemIOResources tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="SystemIOResources"><strong> SystemIOResources</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <SystemIOResources Value="All|Available"> . <IOResource . . . > . <Message . . . > . </SystemIOResources> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This tag is used to return information about the I/O resources belonging to the system. All resources can be returned or only those resources which are available.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Value (All|Available)</td> <td>Optional</td> <td>Value to filter on. 'All' is the default. 'All' means all I/O resources will be returned, and 'Available' means that only available I/O resources will be returned. The list returned will meet the requirements specified by the IOResourcesInfo tag.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>IOResource</td> <td>Optional, Can Repeat.</td> <td>This tag is used to give information about an I/O resource.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">101500, 101501, D000</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- IOResource tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="IOResource"><strong> IOResource</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <IOResource <strong>Basic Format Attributes:</strong> LPARSRID="integer" <strong>General Format Attributes:</strong> ResourceType="Bus|IOP|IOA|Device|Slot|Unknown" DescriptionID="integer" StatusID="integer" TypeModel="string" SerialNumber="string" PartNumber="string" Sharable="Yes|No" Configurable="Yes|No" ResourcesAttached="integer" OwnershipType="Dedicated|Shared|Available|Unknown" OwningPartitionID="integer" OwningPartitionName="string" TowerNumber="integer" CardPosition="string" DevicePosition="string" VendorID="integer" DeviceID="integer" RevisionID="integer" SubSystemType="integer" SubSystemVendorID="integer" LoadSource="Yes|No" LoadSourceAbility="DeviceAttached|Capable|Incapable" AlternateIPLSource="Yes|No" RecentAlternateIPLSource="Yes|No" AlternateIPLSourceAbility="DeviceAttached|Capable|Incapable" WorkstationConsole="Yes|No" AlternateWorkstationConsole="Yes|No" WorkstationConsoleAbility="Capable|Incapable" TwinaxialConsoleAbility="DeviceAttached|Capable|Incapable" OperationsConsoleAbility="Capable|Incapable" LANAttachedConsoleAbility="Capable|Incapable" ElectronicCustomerSupport="Yes|No" ElectronicCustomerSupportAbility="DeviceAttached|Capable|Incapable" <strong>Address Format Attributes:</strong> LogicalAddress="string" BusTransportType="SPD|PCI" SystemBusAddress="integer" SystemBoardAddress="integer" SystemCardAddress="integer" UnitAddressType="Communications|Storage| WorkStation|Library| AuxiliaryProcessor| Cryptography" IOAdapterAddress="integer" IOBusAddress="integer" AuxiliaryProcessorAddress="integer" LibraryAddress="integer" ControllerAddress="integer" AdapterAddress="integer" PortAddress="integer" ChannelAddress="integer" DeviceAddress="integer" SessionAddress="integer"> . <IOResource . . . > . <Message . . . > . <strong>Partitions Format Sub Tags:</strong> <UsingPartition . . . > . </IOResource> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This tag is used to return or specify information about an I/O resource on the system.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>LPARSRID (integer)</td> <td>Required</td> <td>System resource ID of the I/O resource. This is used by LPAR to uniquely identify an I/O resource on the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>DescriptionID (integer)</td> <td>Optional</td> <td>A number which corresponds to a description of the resource. See <a href= "#DescriptionID">table</a> below for a description of the values.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>StatusID (integer)</td> <td>Optional</td> <td>A number which corresponds to the status of the resource. See <a href= "#StatusID">table</a> below for a description of the values.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>TypeModel (string)</td> <td>Optional</td> <td>Type and model of the resource. The format for this string is TTTT-MMM, where TTTT is the type and MMM is the model.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>SerialNumber (string)</td> <td>Optional</td> <td>The serial number of the resource.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PartNumber (string)</td> <td>Optional</td> <td>The part number of the resource.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Sharable (Yes|No)</td> <td>Optional</td> <td>Yes if the resource can be shared by multiple partitions at the same time, No otherwise.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Configurable (Yes|No)</td> <td>Optional</td> <td>Yes if the resource can have configuration actions done on it directly using the ConfigureIOResource action, No if it cannot be configured independent from one of its parent resources.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ResourcesAttached (integer)</td> <td>Optional</td> <td>Number of Devices attached to this Device.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>OwnershipType (enumeration)</td> <td>Optional</td> <td>This tells if the resource is owned by one or more partitions. Possible values: Dedicated| Shared| Available| Unknown. Dedicated means that the resource and all resources attached to it are owned by one partition. Shared means that the resource is shared by more than one partition. Available means that no partition owns the resource, so it can be added to any partition. Unknown means that the ownership of the resource is unknown.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>OwningPartitionID (integer)</td> <td>Optional</td> <td>ID of the partition which owns the resource. This value can range from 0 to 31, if the hardware supports 32 partitions. If the ownership type is Available, this attribute will not be returned.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>OwningPartitionName (string)</td> <td>Optional</td> <td>Name of the partition which owns the resource. This value can range from 1 to 8 characters in length, and must be different than the name of any other partition on the system. If the ownership type is Available, this attribute will not be returned.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>TowerNumber (integer)</td> <td>Optional</td> <td>The number of the tower in which this resource resides.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>CardPosition (integer)</td> <td>Optional</td> <td>The location within the tower that the resource resides.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>DevicePosition (integer)</td> <td>Optional</td> <td>The location within the tower that the resource resides.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>VendorID (integer)</td> <td>Optional</td> <td>Details about resource. Only available on PCI hardware.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>DeviceID (integer)</td> <td>Optional</td> <td>Details about resource. Only available on PCI hardware.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>RevisionID (integer)</td> <td>Optional</td> <td>Details about resource. Only available on PCI hardware.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>SubSystemType (integer)</td> <td>Optional</td> <td>Details about resource. Only available on PCI hardware.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>SubSystemVendorID (integer)</td> <td>Optional</td> <td>Details about resource. Only available on PCI hardware.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>LoadSource (Yes|No)</td> <td>Optional</td> <td>Yes if this resource is a load source IOP for a partition, No otherwise.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>LoadSourceAbility (enumeration)</td> <td>Optional</td> <td>The ability this resource has of supporting a load source device. Possible values are: DeviceAttached| Capable| Incapable. DeviceAttached means that a device is attached and ready to use. Capable means that this IOP can support a load source device if it is attached. Incapable means that the feature is not supported by this IOP.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>AlternateIPLSource (Yes|No)</td> <td>Optional</td> <td>Yes if this resource is a alternate IPL source IOP for a partition, No otherwise.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>RecentAlternateIPLSource (Yes|No)</td> <td>Optional</td> <td>Yes if this resource was the most recently used alternate IPL source used to IPL the partition, No otherwise.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>AlternateIPLSourceAbility (enumeration)</td> <td>Optional</td> <td>The ability this resource has of supporting an alternate IPL device. Possible values are: DeviceAttached| Capable| Incapable. DeviceAttached means that a device is attached and ready to use. Capable means that this IOP can support an alternate IPL device if it is attached. Incapable means that the feature is not supported by this IOP.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>WorkstationConsole (Yes|No)</td> <td>Optional</td> <td>Yes if this resource is the workstation console IOP for a partition, No otherwise.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>AlternateWorkstationConsole (Yes|No)</td> <td>Optional</td> <td>Yes if this resource is the alternate workstation console IOP for a partition, No otherwise.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>WorkstationConsoleAbility (enumeration)</td> <td>Optional</td> <td>The ability this resource has of supporting a workstation console. Possible values are: Capable| Incapable. Capable means that this IOP can support a workstation console device if it is attached. Incapable means that the feature is not supported by this IOP.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>TwinaxialConsoleAbility (enumeration)</td> <td>Optional</td> <td>The ability this resource has of supporting twinaxial console. Possible values are: DeviceAttached| Capable| Incapable. DeviceAttached means that a device is attached and ready to use. Capable means that this IOP can support a twinaxial console device if it is attached. Incapable means that the feature is not supported by this IOP.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>OperationsConsoleAbility (enumeration)</td> <td>Optional</td> <td>The ability this resource has of supporting operations console. Possible values are: Capable| Incapable. Capable means that this IOP can support an operations console device if it is attached. Incapable means that the feature is not supported by this IOP.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>LANAttachedConsoleAbility (enumeration)</td> <td>Optional</td> <td>The ability this resource has of supporting LAN attached console. Possible values are: Capable| Incapable. Capable means that this IOP can support a LAN attached console device if it is attached. Incapable means that the feature is not supported by this IOP.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ElectronicCustomerSupport (Yes|No)</td> <td>Optional</td> <td>Yes if this IOP is the default electronic customer support IOP for a partition, No otherwise.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ElectronicCustomerSupportAbility (enumeration)</td> <td>Optional</td> <td>The ability this resource has of supporting electronic customer support device. Possible values are: DeviceAttached| Capable| Incapable. DeviceAttached means that a device is attached and ready to use. Capable means that this IOP can support an electronic customer support device if it is attached. Incapable means that the feature is not supported by this IOP.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>LogicalAddress (string)</td> <td>Optional</td> <td>Logical address of the resource.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>BusTransportType (SPD|PCI)</td> <td>Optional</td> <td>Bus transport type part of the resource's address.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>SystemBusAddress (integer)</td> <td>Optional</td> <td>System bus part of the resource's address.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>SystemBoardAddress (integer)</td> <td>Optional</td> <td>System board part of the resource's address.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>SystemCardAddress (integer)</td> <td>Optional</td> <td>System card part of the resource's address.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>UnitAddressType (enumeration)</td> <td>Optional</td> <td>Unit address part of the resource's address. Possible values: Communications| Storage| WorkStation| Library| AuxiliaryProcessor| Cryptography</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>IOAdapterAddress (integer)</td> <td>Optional</td> <td>I/O adapter part of the resource's address.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>IOBusAddress (integer)</td> <td>Optional</td> <td>I/O bus part of the resource's address.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>AuxiliaryProcessorAddress (integer)</td> <td>Optional</td> <td>Auxiliary processor part of the resource's address.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>LibraryAddress (integer)</td> <td>Optional</td> <td>Library part of the resource's address.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ControllerAddress (integer)</td> <td>Optional</td> <td>Controller part of the resource's address.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>AdapterAddress (integer)</td> <td>Optional</td> <td>Adapter part of the resource's address.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PortAddress (integer)</td> <td>Optional</td> <td>Port part of the resource's address.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ChannelAddress (integer)</td> <td>Optional</td> <td>Channel part of the resource's address.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>DeviceAddress (integer)</td> <td>Optional</td> <td>Device part of the resource's address.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>SessionAddress (integer)</td> <td>Optional</td> <td>Session part of the resource's address.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>IOResource</td> <td>Optional, Can Repeat.</td> <td>This tag is used to give information about an I/O resource.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>UsingPartition</td> <td>Optional, Can Repeat</td> <td>Tells which partitions are using the resource.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">No new message IDs that the parent tags cannot also return.</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Info: ProcessorPoolInfo tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="ProcessorPoolInfo"><strong> Info: ProcessorPoolInfo</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <ProcessorPoolInfo Format=All|Basic|Partitions|Processors"> . <ProcessorPool . . . > . <ProcessorPoolFilter . . . > . <Message . . . > . </ProcessorPoolInfo> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This tag is used to return information about the processor pools on the system.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Format (enumeration)</td> <td>Optional</td> <td>Specifies what information to return for processor pools. If this attribute is not specified, then all information will be returned. Possible values are: All| Basic| Partitions| Processors. To determine what information each format returns, look at the <strong>ProcessorPool</strong> tag. For the format 'All', all information about each processor pool is returned.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>ProcessorPool</td> <td>Optional, Can Repeat.</td> <td>This tag is used to request information about a single processor pool.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessorPoolFilter</td> <td>Optional, Can Repeat.</td> <td>This tag is used to request information about processor pools which fit in a particular category.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">No new message IDs that the parent tags cannot also return.</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Info: ProcessorPool tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="ProcessorPool"><strong> ProcessorPool</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <ProcessorPool <strong>Basic Format Attributes:</strong> ProcessorPoolID="integer" <strong>Processors Format Attributes:</strong> PhysicalProcessors="integer" PhysicalProcessorsPending="integer" PhysicalProcessorsMinRequired="integer" PhysicalProcessorsMinRequiredPending="integer" ProcessingUnits="float" ProcessingUnitsPending="float"> ProcessingUnitsAvail="float" ProcessingUnitsAvailPending="float"> . <Message . . . > . <strong>Partitions Format Sub Tags:</strong> <UsingPartition . . . > . </ProcessorPool> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This tag is used to get the information about a processor pool.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>ProcessorPoolID (integer)</td> <td>Required</td> <td>Number assigned to the processor pool. The only valid processor pool ID is 0 in V5R1.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PhysicalProcessors (integer)</td> <td>Optional</td> <td>Number of physical processors the processor pool has.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PhysicalProcessorsPending (integer)</td> <td>Optional</td> <td>Number of physical processors the processor pool will have next IPL.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PhysicalProcessorsMinRequired (integer)</td> <td>Optional</td> <td>Minimum number of physical processors which have to be in the processor pool to fulfill the number of processing units needed by each partition using the processor pool.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PhysicalProcessorsMinRequiredPending (integer)</td> <td>Optional</td> <td>Minimum number of physical processors after the next IPL which have to be in the processor pool to fulfill the number of processing units needed by each partition using the processor pool.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessingUnits (float)</td> <td>Optional</td> <td>Number of processing units the processor pool has. This value has a precision of 2 decimal places.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessingUnitsPending (float)</td> <td>Optional</td> <td>Number of processing units the processor pool will have after the next IPL. This value has a precision of 2 decimal places.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessingUnitsAvail (float)</td> <td>Optional</td> <td>Number of processing units available. This value has a precision of 2 decimal places.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessingUnitsAvailPending (float)</td> <td>Optional</td> <td>Number of processing units available next IPL. This value has a precision of 2 decimal places.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>UsingPartition</td> <td>Optional, Can Repeat</td> <td>Tells which partitions are using the processor pool.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">101010</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Info: ProcessorPoolFilter tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="ProcessorPoolFilter"><strong> ProcessorPoolFilter</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <ProcessorPoolFilter Value="All|Available" . <Message . . . > . </ProcessorPoolFilter> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This tag is used to get information about the processor pools on the system.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Value (All|Available)</td> <td>Optional</td> <td>Value to filter on. 'All' is the default. 'All' means that all processor pools will be returned. 'Available' means that only processor pools having available processing units will be returned.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">D000</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Info: LPARConfigurationData tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="LPARConfigurationData"> <strong>Info: LPARConfigurationData (DTDVersion = 10)</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <LPARConfigurationData ConfigurationData="hexadecimal"> . <Message . . . > . </LPARConfigurationData> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This tag is used to backup the LPAR configuration data from the server.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>ConfigurationData (hexadecimal)</td> <td>Optional</td> <td>This returns the binary data as a hexadecimal string.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>None</td> <td></td> <td></td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">101010, 11000D, 110064, 110065, 110068, 1103E8, 1203E9, 12000A, 12000B, 12000C, 12000D, 12000E, 12000F, 120012, 120013</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- UsingPartition tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="UsingPartition"><strong> UsingPartition</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <UsingPartition PartitionID="integer" PartitionName="string"/> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This tag is used to tell which partitions are using a particular resource.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>PartitionID (integer)</td> <td>Required</td> <td>Number assigned to the partition. This value can range from 0 to 31, if the hardware supports 32 partitions.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PartitionName (string)</td> <td>Optional</td> <td>Name for the new partition. This value can range from 1 to 8 characters in length, and must be different than the name of any other partition on the system.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td colspan="3">None</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">No new message IDs that the parent tags cannot also return.</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- --> <!-- --> <!-- ACTION TAGS --> <!-- --> <!-- --> <!--=======================================================================--> <!--=======================================================================--> <!-- ACTION --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="Action"><strong> Action</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <Action Handle="string" ActionStatus="Successful|Failed" LPARConfigurationID="string"> <OpenSession . . . > . <CloseSession . . . > . <CancelAction . . . > . <CommitActions . . . > . <AcceptLPARConfigurationData . . . > . <ClearLPARConfigurationData . . . > . <ClearNonReportingLPARResources . . . > . <ConfigureIOResource . . . > . <ConfigurePartition . . . > . <ConfigureProcessorPool . . . > . <CopyConfigurationDataToServer . . . > (DTDVersion = 10) . <CreatePartition . . . > . <CreateProcessorPool . . . > . <DeletePartition . . . > . <DeleteProcessorPool . . . > . <RestartSystem . . . > . <SaveLPARConfigurationData . . . > . <SynchronizeLPARConfigurationData . . . > . <UnclearLPARConfigurationData . . . > . <ActionProfile . . . > . <Message . . . > . </Action> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This tag is used to request that a specified action(s) be performed on the LPAR configuration. The user and the partition must have the appropriate authorities to make the request. Most actions do not actually take effect until a CommitActions tag is put into the script. This means that if a CloseSession tag is done without doing a CommitActions tag, then all of the configuration changes done in the script will be lost. A CommitActions tag can be specified after every tag if each action should be committed before attempting the next action. If an action doesn't need to be committed, this will be listed in the usage section of the tag.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Handle (string)</td> <td>Optional</td> <td>Handle to the currently opened session. If this attribute is specified, an OpenSession tag is not needed. This also updates the timeout value which is used to automatically close the session if the server hasn't gotten a response from the client for 5 minutes.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ActionStatus (Successful|Failed)</td> <td>Optional</td> <td>Tells if all of the actions have been successfully submitted.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>LPARConfigurationID (string)</td> <td>Optional</td> <td>This can be used to tell if the LPAR configuration has changed between requests. If this string differs from a string received previously, then the LPAR configuration has changed.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>OpenSession</td> <td>Optional, Cannot Repeat</td> <td>Opens a new session to make LPAR configuration changes.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>CloseSession</td> <td>Optional, Cannot Repeat</td> <td>Closes the currently open LPAR configuration change session.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>CancelAction</td> <td>Optional, Can Repeat</td> <td>Cancels actions which are running or are pending.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>CommitActions</td> <td>Optional, Can Repeat</td> <td>Commit all pending configuration actions. Configuration changes will be lost unless they are committed.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>AcceptLPARConfigurationData</td> <td>Optional, Can Repeat</td> <td>Accept a load source disk which was added to the system. This action does not require a CommitActions tag for changes to occur.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ClearLPARConfigurationData</td> <td>Optional, Can Repeat</td> <td>Clear all of the LPAR configuration data on the system. This action does not require a CommitActions tag for changes to occur.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ClearNonReportingLPARResources</td> <td>Optional, Can Repeat</td> <td>Clear non-reporting resources from the logical partitioning configuration lists. This action does not require a CommitActions tag for changes to occur.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ConfigureIOResource</td> <td>Optional, Can Repeat</td> <td>Configure an existing I/O resource on the system. This is used to change the owning partition and the type of ownership of the resource.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ConfigurePartition</td> <td>Optional, Can Repeat</td> <td>Configure an existing partition on the system. This allows the resources of a partition to be changed except for I/O resources.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ConfigureProcessorPool</td> <td>Optional, Can Repeat</td> <td>Configure an existing processor pool on the system. This allows the number of processors in the pool to be changed.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>CreatePartition</td> <td>Optional, Can Repeat</td> <td>Create a new partition on the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>CreateProcessorPool</td> <td>Optional, Can Repeat</td> <td>Create a new processor pool on the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>DeletePartition</td> <td>Optional, Can Repeat</td> <td>Delete an existing partition on the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>DeleteProcessorPool</td> <td>Optional, Can Repeat</td> <td>Delete an existing processor pool on the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>RestartSystem</td> <td>Optional</td> <td>Restart the system in order to make configuration changes take effect.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>SaveLPARConfigurationData</td> <td>Optional, Can Repeat</td> <td>Save the primary partition's LPAR configuration data on the active secondary partitions. This action does not require a CommitActions tag for changes to occur.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>SynchronizeLPARConfigurationData</td> <td>Optional, Can Repeat</td> <td>Synchronize the LPAR configuration data on the other side of the load source with the configuration data on this side of the load source. This action does not require a CommitActions tag for changes to occur.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>UnclearLPARConfigurationData</td> <td>Optional, Can Repeat</td> <td>Unclear the LPAR configuration data of the system. This action does not require a CommitActions tag for changes to occur.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ActionProfile</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which is used to tell if the actions were successfully submitted or not.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">1, 2, 3, 4, 6, 7, 8, 9, C, D, 110001</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Action: OpenSession --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="OpenSession"><strong>Action: OpenSession</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <OpenSession> . <Message . . . > . </OpenSession> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This action opens a new session. A handle to the session will be passed back using the <strong>Action</strong> tag's <strong>Handle</strong> attribute.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td colspan="3">None</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">2, C</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Action: CloseSession --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="CloseSession"><strong>Action: CloseSession</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <CloseSession> . <Message . . . > . </CloseSession> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This action closes the currently opened session. The session handle is obtained from the call to OpenSession previously in the script or by specifying the handle directly by using the Handle attribute of the Action tag. Any uncommitted LPAR configuration changes are lost when the session is closed.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td colspan="3">None</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">2, C</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Action: CancelAction --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="CancelAction"><strong>Action: CancelAction</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <CancelAction Type="All|Current"> . <Message . . . > . </CancelAction> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This action cancels the Type of action specified (All or Current). The current running action may, or may not be able to be cancelled. All remaining non-running actions are eligible to be cancelled. A CancelAction with a type of "All" cancels all pending uncommitted actions, the current action, and all actions which have not been run.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Type</td> <td>Optional</td> <td>Specifies the Type of action to be cancelled. Possible values are: All | Current.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">B</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Action: CommitActions --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="CommitActions"><strong> Action: CommitActions</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <CommitActions> . <Message . . . > . </CommitActions> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This action commits all pending configuration changes that the user has requested. This tag is required for actions in the script to be committed to the configuration. Most of the recovery type actions do not need to be committed, but actions used to set up and maintain the LPAR configuration need to be committed.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td colspan="3">None</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">No new message IDs that the parent tags cannot also return.</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Action: AcceptLPARConfigurationData tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name= "AcceptLPARConfigurationData"><strong>Action: AcceptLPARConfigurationData</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <AcceptLPARConfigurationData> . <Message . . . > . </AcceptLPARConfigurationData> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This action forces changes made to the logical partitioning configuration data to the load source disk unit. Use this action if the load source disk unit currently contains logical partitioning configuration data that originated on another partition or system. The user must be an <strong>LPAR Administrator</strong> to perform this action.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td colspan="3">None</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">101010, 11000D, 110064, 110065, 110068, 1103E8, 1203E9, 12000A, 12000B, 12000C, 12000D, 12000E, 12000F, 120012, 120013</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Action: ClearLPARConfigurationData tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name= "ClearLPARConfigurationData"><strong>Action: ClearLPARConfigurationData</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <ClearLPARConfigurationData> . <Message . . . > . </ClearLPARConfigurationData> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This action clears the logical partitioning configuration data stored on the load source disk unit. On the next system IPL, all resources will be owned by the primary partition and no secondary partitions will exist. The system will no longer be partitioned. All secondary partitions defined must be powered off before the clear can proceed. A system IPL is required to activate the change. It may be required to perform a ClearLPARConfigurationDataOnDisk action on the first system IPL after executing this action. The user must be an <strong>LPAR Administrator</strong> to perform this action. This action occurs whether it is committed or not.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td colspan="3">None</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">101010, 11000D, 110064, 110065, 110068, 1103E8, 1203E9, 12000A, 12000B, 12000C, 12000D, 12000E, 12000F, 120012, 120013</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Action: ClearNonReportingLPARResources tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name= "ClearNonReportingLPARResources"><strong>Action: ClearNonReportingLPARResources</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <ClearNonReportingLPARResources> . <Message . . . > . </ClearNonReportingLPARResources> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This action clears non-reporting resources from the logical partitioning configuration lists. This is useful if hardware resources have been moved and old entries still exist in the configuration data. The user must be an <strong>LPAR Administrator</strong> to perform this action. This action occurs whether it is committed or not.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td colspan="3">None</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">101010, 11000D, 110064, 110065, 110068, 1103E8, 1203E9, 12000A, 12000B, 12000C, 12000D, 12000E, 12000F, 120012, 120013</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Action: ConfigureIOResource tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="ConfigureIOResource"><strong> Action: ConfigureIOResource</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <ConfigureIOResource LPARSRID="integer" OwnershipType="Dedicated|Shared|Use|Available"> PartitionID="integer"> ClearHardwareInfo="Yes|No"> IgnoreInuseWarnings="Yes|No"> IgnoreConfigurationWarnings="Yes|No"> . <Message . . . > . </ConfigureIOResource> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This action changes the configuration of an I/O resource. Things such as changing which partition owns the resource and what type of ownership the partition has of the resource can be changed using this tag.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>LPARSRID (integer)</td> <td>Required</td> <td>Specifies the I/O resource to configure.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>OwnershipType (Dedicated|Shared|Use|Available)</td> <td>Required</td> <td>Specifies how the I/O resource should be owned. Dedicated means that the resource and all resources attached to it are owned by a single partition and cannot be used by any other partition. Shared means that the resource and resources attached to it can be used by other partitions. Use means that the resource is owned by another partition, but that this partition should be allowed to use it as well. Available means that the resource is not owned by any partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PartitionID (integer)</td> <td>Optional</td> <td>Specifies the partition on which this action is being performed. For ownership type of "Dedicated", "Shared", or "Use", it specifies which partition should own the resource dedicated, shared, or use the resource, respectively. For ownership type of "Available" it specifies which partition will no longer be using the resource. This parameter is required for all ownership types except "Available". If it is not specified in the ownership type of "Available", it is assumed that the resource should be removed from all partitions currently owning/using it.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ClearHardwareInfo (Yes|No)</td> <td>Optional</td> <td>Specifies whether the information about this hardware should be kept by the partition the I/O resource came from. "No" is the default. "No" means that the information about the resource will be kept by the partition it came from, "Yes" means that the hardware information will be deleted. This should not be set to yes if the resource will be moved back to this partition in the future.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>IgnoreInuseWarnings (Yes|No)</td> <td>Optional</td> <td>Specifies whether the resource should be moved even if the resource is currently in use by the partition it is in before the move. "No" is the default. "No" means that the resource will not be moved if it is in use, "Yes" means that it will be moved even if the other partition is using it. It can cause failure or data corruption if the resource is moved while in use. For this reason, only an <strong>LPAR Administrator</strong> is allowed to set this attribute to "Yes".</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>IgnoreConfigurationWarnings (Yes|No)</td> <td>Optional</td> <td>Specifies whether warnings encountered by moving the partition should be returned to the user or if the warnings should be ignored the action should be performed anyway. The default is "No". No means that the action will not be performed if these warnings occur, and the warnings will be returned to the user. "Yes" means that these warnings will be ignored and the action will be attempted anyway.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">101500, 101501, 101502, 110032, 110033, 110034, 110035, 110036, 110037, 110038, 110039, 11003A, 11003B, 11003C, 11003D, 11003F, 110040, 110044, 131200, 132100, 132101, 132105, 132201, 134102, 134103, 134104, 134106, 134200</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Action: ConfigurePartition tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="ConfigurePartition"><strong> Action: ConfigurePartition</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <ConfigurePartition PartitionID="integer" PartitionName="string" SystemIPLAction="IPL|Hold" PointerTagsInactive="Yes|No" HighSpeedLinkPool="integer" VirtualOptiConnectPool="integer" VirtualLANField="bitfield" ProcessorType="Physical|Virtual" PhysicalProcessors="integer" PhysicalProcessorsMin="integer" PhysicalProcessorsMax="integer" VirtualProcessors="integer" VirtualProcessorsMin="integer" VirtualProcessorsMax="integer" ProcessingUnits="float" ProcessingUnitsMin="float" ProcessingUnitsMax="float" ProcessorPoolID="integer" MainStorage="integer" MainStorageMin="integer" MainStorageMax="integer" InteractivePerformance="integer" InteractivePerformanceMin="integer" InteractivePerformanceMax="integer" LoadSourceIOP="integer" AlternateIPLSourceIOP="integer" WorkstationConsoleIOP="integer" AlternateWorkstationConsoleIOP="integer" ElectronicCustomerSupportIOP="integer" HostPartitionID="integer" (DTDVersion = 10) IPLSourceAParameters="hexadecimal" (DTDVersion = 10) IPLSourceBParameters="hexadecimal" (DTDVersion = 10) IPLSourceCParameters="hexadecimal" (DTDVersion = 10) IPLSourceDParameters="hexadecimal" (DTDVersion = 10) IgnoreCommunicationsInuseWarnings="Yes|No" IgnoreIOResourceCapabilities="Yes|No"> . <Message . . . > . </ConfigurePartition> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This action is used to change the configuration of a partition. The user must be an <strong>LPAR Administrator</strong> to be able to change any Min or Max type attributes on this tag. If an attribute requires <strong>LPAR Administrator</strong> authority to change, then that is listed in the description of the attribute. <p> The ConfigurePartition attributes correspond to their equivalent Pending attributes in the Partition tag. For example, setting the MainStorage attribute in ConfigurePartition would update the MainStoragePending value in the Partition tag.</p> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>PartitionID (integer)</td> <td>Required</td> <td>Specifies which partition to apply the action to. This value can range from 0 to 31, if the hardware supports 32 partitions.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PartitionName (string)</td> <td>Optional</td> <td>New name assigned to the partition. This value can range from 1 to 8 characters in length, and must be different than the name of any other partition on the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>SystemIPLAction (IPL|Hold)</td> <td>Optional</td> <td>New system IPL action for the partition. "IPL" means that the partition will be IPLed when the system IPLs, "Hold" means that the partition will stay turned off when the system IPLs and have to be turned on manually. This parameter can only be set to "IPL" for the primary partition. This parameter does not require a CommitActions tag for changes to occur.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PointerTagsInactive (Yes|No)</td> <td>Optional</td> <td>New state of the pointer tags bit on the processors. "No" partition is running an operating system which honors the pointer tag bit (such as i5/OS), "Yes" if the partition is running an operating system which ignores this bit.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>HighSpeedLinkPool (integer)</td> <td>Optional</td> <td>New high speed link pool which the partition is in. The valid values are 0 which means that it isn't using high speed link, and 1 which means it is using high speed link.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>VirtualOptiConnectPool (integer)</td> <td>Optional</td> <td>New virtual opticonnect link pool which the partition is in. The valid values are 0 which means that it isn't using virtual opticonnect, and 1 which means it is using virtual opticonnect.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>VirtualLANField (bitfield)</td> <td>Optional</td> <td>New virtual LAN connections for this partition. This bit field is made up of four hex digits, such as 8F2B. Each bit represents a different LAN ID, with 0 being the left most bit. In the case listed above, this partition would be communicating on the following LAN IDs: 0, 4, 5, 6, 7, 10, 12, 14, and 15.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessorType (Physical|Virtual)</td> <td>Optional</td> <td>New type of processors for the partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PhysicalProcessors (integer)</td> <td>Optional</td> <td>New number of physical processors for the partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PhysicalProcessorsMin (integer)</td> <td>Optional</td> <td>New physical processor minimum for the partition. The user must be an <strong> LPAR Administrator</strong> to change this value.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PhysicalProcessorsMax (integer)</td> <td>Optional</td> <td>New physical processor maximum for the partition. The user must be an <strong> LPAR Administrator</strong> to change this value.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>VirtualProcessors (integer)</td> <td>Optional</td> <td>New number of virtual processors for the partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>VirtualProcessorsMin (integer)</td> <td>Optional</td> <td>New virtual processor minimum for the partition. The user must be an <strong> LPAR Administrator</strong> to change this value.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>VirtualProcessorsMax (integer)</td> <td>Optional</td> <td>New virtual processor maximum for the partition. The user must be an <strong> LPAR Administrator</strong> to change this value.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessingUnits (float)</td> <td>Optional</td> <td>New number of processing units for the partition. This value will be truncated to 2 decimal places.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessingUnitsMin (float)</td> <td>Optional</td> <td>New processing units minimum for the partition. The user must be an <strong>LPAR Administrator</strong> to change this value. This value will be truncated to 2 decimal places.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessingUnitsMax (float)</td> <td>Optional</td> <td>New processing units maximum for the partition. The user must be an <strong>LPAR Administrator</strong> to change this value. This value will be truncated to 2 decimal places.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessorPoolID (integer)</td> <td>Optional</td> <td>Number assigned to the processor pool which the partition will be in. The only valid processor pool ID is 0 in V5R1.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>MainStorage (integer)</td> <td>Optional</td> <td>New amount of main storage(MB) for the partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>MainStorageMin (integer)</td> <td>Optional</td> <td>New main storage minimum(MB) for the partition. The user must be an <strong>LPAR Administrator</strong> to change this value.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>MainStorageMax (integer)</td> <td>Optional</td> <td>New main storage maximum(MB) for the partition. The user must be an <strong>LPAR Administrator</strong> to change this value.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>InteractivePerformance (integer)</td> <td>Optional</td> <td>New interactive performance(% of system) for the partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>InteractivePerformanceMin (integer)</td> <td>Optional</td> <td>New interactive performance(% of system) minimum for the partition. The user must be an <strong>LPAR Administrator</strong> to change this value.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>InteractivePerformanceMax (integer)</td> <td>Optional</td> <td>New interactive performance(% of system) maximum for the partition. The user must be an <strong>LPAR Administrator</strong> to change this value.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>LoadSourceIOP (integer)</td> <td>Optional</td> <td>System resource ID of the new load source IOP of the partition. The partition must already own this IOP. The system resource ID is used by LPAR to uniquely identify an I/O resource on the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>AlternateIPLSourceIOP (integer)</td> <td>Optional</td> <td>System resource ID of the new alternate IPL source IOP of the partition. The partition must already own this IOP. The system resource ID is used by LPAR to uniquely identify an I/O resource on the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>WorkstationConsoleIOP (integer)</td> <td>Optional</td> <td>System resource ID of the new workstation console IOP of the partition. The partition must already own this IOP. The system resource ID is used by LPAR to uniquely identify an I/O resource on the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>AlternateWorkstationConsoleIOP (integer)</td> <td>Optional</td> <td>System resource ID of the new alternate workstation console IOP of the partition. The partition must already own this IOP. The system resource ID is used by LPAR to uniquely identify an I/O resource on the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ElectronicCustomerSupportIOP (integer)</td> <td>Optional</td> <td>System resource ID of the new default electronic customer support IOP of the partition. The partition must already own this IOP. The system resource ID is used by LPAR to uniquely identify an I/O resource on the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>HostPartitionID (integer)</td> <td>Optional</td> <td>Sets the partition ID of the hosting i5/OS partition for this guest partition. (DTDVersion = 10)</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>IPLSourceAParameters (hexadecimal)</td> <td>Optional</td> <td>The guest partition command line parameters for an A side IPL. This parameter does not require a CommitActions tag for changes to occur. (DTDVersion = 10)</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>IPLSourceBParameters (hexadecimal)</td> <td>Optional</td> <td>The guest partition command line parameters for a B side IPL. This parameter does not require a CommitActions tag for changes to occur. (DTDVersion = 10)</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>IPLSourceCParameters (hexadecimal)</td> <td>Optional</td> <td>The guest partition command line parameters for a C side IPL. This parameter does not require a CommitActions tag for changes to occur. (DTDVersion = 10)</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>IPLSourceDParameters (hexadecimal)</td> <td>Optional</td> <td>The guest partition command line parameters for a D side IPL. This parameter does not require a CommitActions tag for changes to occur. (DTDVersion = 10)</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>IgnoreCommunicationsInuseWarnings (Yes|No)</td> <td>Optional</td> <td>Tells whether a communications type(High Speed Link, Virtual OptiConnect, or Virtual LAN) should be disconnected if it is in use. "Yes" if this communication should be disconnected, "No" if it should not. The default is "No".</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>IgnoreIOResourceCapabilities (Yes|No)</td> <td>Optional</td> <td>Tells whether an I/O resource should be check to see if it is capable of performing the requested function. Example, if an IOP is marked to be the load source, should it be checked to make sure it can function as a load source. "Yes" if the resource should not be checked and marked as requested, "No" if it should be checked and not marked if it is not capable of performing the requested function. The default is "No".</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">101000, 101010, 101200, 101201, 101210, 101211, 101212, 101220, 101221, 101222, 101230, 101231, 101232, 101240, 101241, 101242, 101250, 101251, 101252, 101253, 101260, 101270, 101280, 101290, 101500, 101501, 101600, 102100, 11000B, 11000C, 11000E, 110022, 11003E, 11004F, 110050, 110051, 110052, 110053, 110054, 120014, 120028, 120029, 12002A, 12002B, 12002C, 120032, 120033, 120034, 120035</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Action: ConfigureProcessorPool tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="ConfigureProcessorPool"> <strong>Action: ConfigureProcessorPool</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <ConfigureProcessorPool ProcessorPoolID="integer" PhysicalProcessors="integer"> . <Message . . . > . </ConfigureProcessorPool> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This action is used to change the configuration of a processor pool. Only values which are specified will be changed.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>ProcessorPoolID (integer)</td> <td>Required</td> <td>Number assigned to the processor pool to be configured. The only valid processor pool ID is 0 in V5R1.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PhysicalProcessors (integer)</td> <td>Optional</td> <td>New number of physical processors for the processor pool.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">101010, 101210, 101211, 110049, 11004A</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Action: CopyConfigurationDataToServer tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name= "CopyConfigurationDataToServer"><strong>Action: CopyConfigurationDataToServer (DTDVersion = 10)</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <CopyConfigurationDataToServer ConfigurationData="hexadecimal"/> . <Message . . . > . </CopyConfigurationDataToServer> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This action is used to restore the LPAR configuration data of a system which has previously been backed up using the LPARConfigurationData info tag. This completely destroys the existing configuration on the server. An IPL is required. The user must be an <strong>LPAR Administrator</strong> to perform this action.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>ConfigurationData (hexadecimal)</td> <td>Optional</td> <td>The configuration data to send to the server. The user must be an <strong>LPAR Administrator</strong> to change this value.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">101010, 11000D, 110064, 110065, 110068, 1103E8, 1203E9, 12000B, 12000C, 12000D, 12000E, 12000F, 120012, 120013</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Action: CreatePartition tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="CreatePartition"><strong> Action: CreatePartition</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <CreatePartition PartitionID="integer" PartitionName="string" PointerTagsInactive="Yes|No" HighSpeedLinkPool="integer" VirtualOptiConnectPool="integer" VirtualLANField="bitfield" ProcessorType="Physical|Virtual" PhysicalProcessors="integer" PhysicalProcessorsMin="integer" PhysicalProcessorsMax="integer" VirtualProcessors="integer" VirtualProcessorsMin="integer" VirtualProcessorsMax="integer" ProcessingUnits="float" ProcessingUnitsMin="float" ProcessingUnitsMax="float" ProcessorPoolID="integer" MainStorage="integer" MainStorageMin="integer" MainStorageMax="integer" InteractivePerformance="integer" InteractivePerformanceMin="integer" InteractivePerformanceMax="integer" HostPartitionID="integer" (DTDVersion = 10) IgnoreCommunicationsInuseWarnings="Yes|No"> . <Message . . . > . </CreatePartition> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This action is used to create a new partition. The user must be an <strong>LPAR Administrator</strong> to perform this action. <p> The CreatePartition attributes correspond to their equivalent Pending attributes in the Partition tag. For example, setting the MainStorage attribute in CreatePartition would update the MainStoragePending value in the Partition tag.</p> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>PartitionID (integer)</td> <td>Optional</td> <td>Specifies which partition to create. If no number is specified, then a valid available number will be chosen. This value can range from 0 to 31, if the hardware supports 32 partitions.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PartitionName (string)</td> <td>Required</td> <td>Name for the new partition. This value can range from 1 to 8 characters in length, and must be different than the name of any other partition on the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PointerTagsInactive (Yes|No)</td> <td>Optional</td> <td>New state of the pointer tags bit on the processors. "No" partition is running an operating system which honors the pointer tag bit (such as i5/OS), "Yes" if the partition is running an operating system which ignores this bit.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>HighSpeedLinkPool (integer)</td> <td>Optional</td> <td>The high speed link pool which the partition will be in. The valid values are 0 which means that it isn't using high speed link, and 1 which means it is using high speed link.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>VirtualOptiConnectPool (integer)</td> <td>Optional</td> <td>The virtual opticonnect link pool which the partition will be in. The valid values are 0 which means that it isn't using virtual opticonnect, and 1 which means it is using virtual opticonnect.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>VirtualLANField (bitfield)</td> <td>Optional</td> <td>New virtual LAN connections for this partition. This bit field is made up of four hex digits, such as 8F2B. Each bit represents a different LAN ID, with 0 being the left most bit. In the case listed above, this partition would be communicating on the following LAN IDs: 0, 4, 5, 6, 7, 10, 12, 14, and 15.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessorType (Physical|Virtual)</td> <td>Optional</td> <td>Type of processors the new partition will have.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PhysicalProcessors (integer)</td> <td>Optional</td> <td>Number of physical processors for the new partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PhysicalProcessorsMin (integer)</td> <td>Optional</td> <td>Physical processor minimum for the new partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PhysicalProcessorsMax (integer)</td> <td>Optional</td> <td>Physical processor maximum for the new partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>VirtualProcessors (integer)</td> <td>Optional</td> <td>Number of virtual processors for the new partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>VirtualProcessorsMin (integer)</td> <td>Optional</td> <td>Virtual processor minimum for the new partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>VirtualProcessorsMax (integer)</td> <td>Optional</td> <td>Virtual processor maximum for the new partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessingUnits (float)</td> <td>Optional</td> <td>Number of processing units for the new partition. This value will be truncated to 2 decimal places.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessingUnitsMin (float)</td> <td>Optional</td> <td>Processing units minimum for the new partition. This value will be truncated to 2 decimal places.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessingUnitsMax (float)</td> <td>Optional</td> <td>Processing units maximum for the new partition. This value will be truncated to 2 decimal places.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ProcessorPoolID (integer)</td> <td>Optional</td> <td>Number assigned to the processor pool which the new partition will be in. The only valid processor pool ID is 0 in V5R1.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>MainStorage (integer)</td> <td>Optional</td> <td>Amount of main storage(MB) for the new partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>MainStorageMin (integer)</td> <td>Optional</td> <td>Main storage(MB) minimum for the new partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>MainStorageMax (integer)</td> <td>Required</td> <td>Main storage(MB) maximum for the new partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>InteractivePerformance (integer)</td> <td>Optional</td> <td>Interactive performance(% of system) for the new partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>InteractivePerformanceMin (integer)</td> <td>Optional</td> <td>Interactive performance(% of system) minimum for the new partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>InteractivePerformanceMax (integer)</td> <td>Optional</td> <td>Interactive performance(% of system) maximum for the new partition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>HostPartitionID (integer)</td> <td>Optional</td> <td>Sets the partition ID of the hosting i5/OS partition for this guest partition. (DTDVersion = 10)</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>IgnoreCommunicationsInuseWarnings (Yes|No)</td> <td>Optional</td> <td>Tells whether a communications type(High Speed Link, Virtual OptiConnect, or Virtual LAN) should be disconnected if it is in use. "Yes" if this communication should be disconnected, "No" if it should not. The default is "No".</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">101000, 101001, 101010, 101200, 101201, 101210, 101211, 101212, 101220, 101221, 101222, 101230, 101231, 101232, 101240, 101241, 101242, 101250, 101251, 101252, 101253, 101260, 101270, 101280, 101290, 101500, 101501, 101600, 102100, 10D000, 11000B, 11000C, 11000E, 110022, 11003E, 11004F, 110050, 110051, 110052, 110053, 110054, 120014, 120028, 120029, 12002A, 12002B, 12002C, 120032, 120033, 120034, 120035</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Action: CreateProcessorPool tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="CreateProcessorPool"><strong> Action: CreateProcessorPool</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <CreateProcessorPool ProcessorPoolID="integer" PhysicalProcessors="integer"> . <Message . . . > . </CreateProcessorPool> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This action is used to create a new processor pool. The user must be an <strong>LPAR Administrator</strong> to perform this action.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>ProcessorPoolID (integer)</td> <td>Required</td> <td>Number assigned to the processor pool to be configured. The only valid processor pool ID is 0 in V5R1.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PhysicalProcessors (integer)</td> <td>Optional</td> <td>Number of physical processors for the new processor pool.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">101010, 101011, 101210, 101211, 110046, 110048, 11004A, 110078</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Action: DeletePartition tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="DeletePartition"><strong> Action: DeletePartition</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <DeletePartition PartitionID="integer"> . <Message . . . > . </DeletePartition> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This action is used to delete a secondary partition. Resources owned by the partition will be made available for other partitions to use. The partition must be in the off state to be deleted. The user must be an <strong>LPAR Administrator</strong> to perform this action.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>PartitionID (integer)</td> <td>Required</td> <td>Specifies which partition to apply the action to. This value can range from 0 to 31, if the hardware supports 32 partitions.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">101000, 102000, 11000D</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Action: DeleteProcessorPool tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="DeleteProcessorPool"><strong> Action: DeleteProcessorPool</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <DeleteProcessorPool ProcessorPoolID="integer"> . <Message . . . > . </DeleteProcessorPool> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This action deletes a processor pool. No partitions can be using the pool when it is deleted. The processors in the pool will be made available to be reallocated. The user must be an <strong>LPAR Administrator</strong> to perform this action.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>ProcessorPoolID (integer)</td> <td>Required</td> <td>Number assigned to the processor pool which should be deleted. The only valid processor pool ID is 0 in V5R1.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">101010, 110049</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Action: RestartSystem tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="RestartSystem"><strong> Action: RestartSystem</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <RestartSystem IgnorePrimaryAtXPFWarning="Yes|No" IgnoreSecondaryPartitionsActiveWarning="Yes|No" . <Message . . . > . </RestartSystem> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This action is used to restart the system for configuration changes to take effect. The user must be an <strong>LPAR Administrator</strong> to perform this action. This action does not require a CommitActions tag for changes to occur.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>IgnorePrimaryAtXPFWarning (Yes|No)</td> <td>Optional</td> <td>Tells whether the system should be restarted if the primary partition is up at XPF. "Yes" if the system should be restarted regardless of the state of the primary, "No" if it should only be restarted if the primary is at DST. The default is "No".</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>IgnoreSecondaryPartitionsActiveWarning (Yes|No)</td> <td>Optional</td> <td>Tells whether the system should be restarted if any secondary partitions are running. "Yes" if the system should be restarted regardless of whether any secondaries are active, "No" if the system should only be restarted if all secondary partitions are off. The default is "No".</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">102101, 102110</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Action: SaveLPARConfigurationData tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name= "SaveLPARConfigurationData"><strong>Action: SaveLPARConfigurationData</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <SaveLPARConfigurationData> . <Message . . . > . </SaveLPARConfigurationData> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This action updates the logical partitioning configuration data stored on all active secondary partition load source disk units with the logical partitioning configuration data on the primary partition load source. The user must be an <strong>LPAR Administrator</strong> to perform this action. This action occurs whether it is committed or not.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td colspan="3">None</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">101010, 11000D, 110064, 110065, 110068, 1103E8, 1203E9, 12000A, 12000B, 12000C, 12000D, 12000E, 12000F, 120012, 120013</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Action: SynchronizeLPARConfigurationData tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name= "SynchronizeLPARConfigurationData"><strong>Action: SynchronizeLPARConfigurationData</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <SynchronizeLPARConfigurationData> . <Message . . . > . </SynchronizeLPARConfigurationData> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This action writes the logical partitioning configuration data stored on this side of the load source disk unit to the other side (from source A LIC to source B LIC, or from source B LIC to source A LIC). The user must be an <strong>LPAR Administrator</strong> to perform this action. This action occurs whether it is committed or not.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td colspan="3">None</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">101010, 11000D, 110064, 110065, 110068, 1103E8, 1203E9, 12000A, 12000B, 12000C, 12000D, 12000E, 12000F, 120012, 120013</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Action: UnclearLPARConfigurationData tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name= "UnclearLPARConfigurationData"><strong>Action: UnclearLPARConfigurationData</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <UnclearLPARConfigurationData> . <Message . . . > . </UnclearLPARConfigurationData> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This action is used to unclear the logical partitioning configuration data stored on the primary partition load source disk unit. The system will attempt to recover from a previous clear. If any logical partitioning configuration actions were performed after the previous clear operation, then the original logical configuration data saved before the clear would have been changed and the unclear will not recover the original configuration. This action should only be performed if advised to do so by a service representative. The user must be an <strong>LPAR Administrator</strong> to perform this action. This action occurs whether it is committed or not.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td colspan="3">None</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">101010, 11000D, 110064, 110065, 110068, 1103E8, 1203E9, 12000A, 12000B, 12000C, 12000D, 12000E, 12000F, 120012, 120013</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- --> <!-- --> <!-- STATUS TAGS --> <!-- --> <!-- --> <!--=======================================================================--> <!--=======================================================================--> <!-- Status tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="Status"><strong> Status</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <Status Handle="string"> . <ActionProfile . . . > . <Message . . . > . </Status> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This tag is used to request status about an LPAR action which has been requested.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Handle (string)</td> <td>Optional</td> <td>Handle to the currently opened session, which was obtained from an OpenSession tag. This also updates the timeout value which is used to automatically close the session if the server hasn't gotten a response from the client for 5 minutes.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>ActionProfile</td> <td>Optional, Can Repeat</td> <td>Returns information about an action which was requested.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>This is an output only tag which can be used to return messages.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Message IDs --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message ids (hexadecimal)</strong></th> </tr> <tr> <td colspan="3">No new message IDs that the parent tags cannot also return.</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- --> <!-- --> <!-- GENERAL SUBTAGS --> <!-- --> <!-- --> <!--=======================================================================--> <!--=======================================================================--> <!-- ActionProfile tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="ActionProfile"><strong> ActionProfile</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <ActionProfile ActionID="integer" ActionType="string" PercentDone="integer" Stage="integer" ActionState="Successful|Failed|Running| Waiting|Canceled|Purged"> . <Message . . . > . </ActionProfile> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This tag is used to return the status of an action which is pending, running or has already run.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>ActionID (integer)</td> <td>Required</td> <td>Number associated with the action. This number can range from 0 to 511. If more than 512 actions are requested for the system or the system is IPLed, then the number wraps back around to 0. This number is only known by the partition which requested the action, and all entries are cleared if the partition is IPLed.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ActionType (string)</td> <td>Optional</td> <td>Name of the action. This name matches the name of the tag which was used to request the action. For example, if the user requests a ConfigurePartition action, this attribute would be set to ConfigurePartition.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PercentDone (integer)</td> <td>Optional</td> <td>Percentage of the action which has been completed.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Stage (integer)</td> <td>Optional</td> <td>The stage that the action is in, if the action has multiple stages. This is currently not used for any LPAR configuration actions.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>ActionState (enumeration)</td> <td>Optional</td> <td>State of the action. Possible values: Successful| Failed| Running| Waiting| Canceled| Purged. See <a href="#ActionState">table</a> below for a description of the values.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Message</td> <td>Optional, Can Repeat</td> <td>Returns error/warning code(s) encountered from trying to perform the requested actions.</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Message tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="Message"><strong> Message</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <Message MessageID="integer" MessageType="Error|Warning|Info"> . <MessageData . . . > . </Message> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This tag is used to return any messages (Errors, Warnings, or Info) that occur.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>MessageID (integer)</td> <td>Required</td> <td>Identifier representing a message which can be returned by the system. See <a href="#MessageID">table</a> below for a description of the values.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>MessageType (enumeration)</td> <td>Optional</td> <td>Type of message. Possible values are: Error| Warning| Info. The default is Error. Error means that an error occurred which caused the request to fail. Warning means that the configuration change may cause unexpected problems to occur, but the user can override the warnings and the configuration changes will go through. Info means that the request was successful, but there is information about the request that the user should be aware of.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>MessageData</td> <td>Optional, Can Repeat</td> <td>Data associated with the message.</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- MessageData tag --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="MessageData"><strong> MessageData</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Tag Format --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>tag format:</strong></th> </tr> <tr> <td colspan="3"> <pre> <MessageData Type="string" Value="string"/> </pre> </td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Usage --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>usage:</strong></th> </tr> <tr> <td colspan="3">This tag specifies any data that is associated with the message.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Attributes --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Attribute</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Type (string)</td> <td>Required</td> <td>The type of data that is included in the tag, such as PartitionID.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Value (string)</td> <td>Optional</td> <td>The actual value of the data.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Sub Tags --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Sub Tag(s)</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Condition</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td colspan="3">None</td> </tr> <!--===============================================================--> <!-- Type --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Type</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Value</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Attribute</td> <td>Name of attribute (String)</td> <td>There was a problem with this attribute. Either it is an illegal attribute or its value was invalid.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>AttributeValue</td> <td>Value of attribute (String)</td> <td>There was a problem with this value for the attribute. This shows errors like an attribute should have been an integer and was not, or an attribute is an enumerated type and the value given was not one of the valid options.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>PartitionID</td> <td>Identifier of the partition. (Integer)</td> <td>The partition the message is about.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>SessionType</td> <td>GUI, GreenScreen (String)</td> <td>Unable to open a new session because a session is already open. GUI means that another XML client already has a session open, GreenSreen means that a green screen client already has a session open.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>SubTag</td> <td>Name of Sub Tag (String)</td> <td>There was a problem with this XML Sub Tag. The subtag is either not valid or it was missing.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Tag</td> <td>Name of Tag (String)</td> <td>There was a problem with this XML Tag. The tag is either not valid or it was missing.</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Action State --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="ActionState"><strong>States that an action can be in.</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Partition State Table --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>State</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>Successful</td> <td>The action has completed successfully.</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Failed</td> <td>The action was attempted but has failed. A message should be associated with the action to tell what caused the action to fail.</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Running</td> <td>The action is currently running. The PercentDone attribute will specify how close the action is to completing.</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Waiting</td> <td>The action is waiting for another action ahead of it in the queue to complete before it can be run.</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Canceled</td> <td>The action was not run because the user canceled it using the cancel action tag.</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Purged</td> <td>The action was not run because an action ahead of it in the queue failed to complete successfully.</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Description ID --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="DescriptionID"><strong> DescriptionID values for I/O Resources</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Description Table --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Resource Description</strong></th> <th bgcolor="E4E4E4" align="left"><strong>DescriptionID</strong></th> </tr> <tr> <td>Uninitialized Description</td> <td>1</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Bus Expansion Adapter</td> <td>1000</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>SI Controller</td> <td>1001</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Bus Control Card</td> <td>1005</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Multi-adapter Bridge</td> <td>1006</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>SI I/O Adapter</td> <td>1007</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>SI System Adapter</td> <td>1008</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Remote HSL I/O Bridge</td> <td>1009</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Bus Expansion Unit</td> <td>1010</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Remote Bus Expansion Adapter</td> <td>1011</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Bus Extension Driver</td> <td>1015</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Bus Extension Receiver</td> <td>1020</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Bus Extension Unit</td> <td>1021</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Control Panel</td> <td>1025</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Deleted Resource</td> <td>1028</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Disk Expansion Unit</td> <td>1030</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>System Bus</td> <td>1035</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Virtual System Bus</td> <td>1036</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>SI Ring</td> <td>1037</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Remote SI Network Bus</td> <td>1038</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Main Storage</td> <td>1040</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Main Storage Riser</td> <td>1041</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Main Storage L3 Cache</td> <td>1042</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Power Controller</td> <td>1045</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Rack Enclosure</td> <td>1050</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Device Enclosure</td> <td>1051</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Bus Adapter</td> <td>1052</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Virtual Bus Adapter</td> <td>1053</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Shared Bus Adapter</td> <td>1055</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Shared Bus Unit</td> <td>1056</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>System</td> <td>1060</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Active Backplane</td> <td>1061</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Backplane Extender</td> <td>1062</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>System Clock</td> <td>1065</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>System Expansion Unit</td> <td>1070</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>System Processor</td> <td>1075</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>System Unit</td> <td>1080</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Voltage Regulator</td> <td>1085</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>SPCN Card</td> <td>1086</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Processor Capacity</td> <td>1087</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Interactive Card</td> <td>1088</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Capacitor Card</td> <td>1089</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Service Processor</td> <td>1090</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Unknown Resource</td> <td>1095</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Remote System</td> <td>1096</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Remote System Unit</td> <td>1097</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Remote Expansion Unit</td> <td>1098</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Communications IOP</td> <td>2000</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Connectivity IOP</td> <td>2005</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Cryptographic IOP</td> <td>2010</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Facsimile IOP</td> <td>2015</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>File Server IOP</td> <td>2020</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Storage IOP</td> <td>2025</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Multiple Function IOP</td> <td>2030</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Workstation IOP</td> <td>2035</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Multiple Function Planar</td> <td>2040</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Combined Function IOP</td> <td>2050</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Remote SI Network IOP</td> <td>2060</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Virtual IOP</td> <td>2061</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Communications IOA</td> <td>3000</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Disk Controller</td> <td>3005</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Diskette Controller</td> <td>3010</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Multiple Function IOA</td> <td>3015</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Virtual Storage IOA</td> <td>3016</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Optical Library</td> <td>3017</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Optical Controller</td> <td>3018</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Tape Controller</td> <td>3020</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Tape Library</td> <td>3022</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Virtual Controller</td> <td>3024</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Workstation IOA</td> <td>3025</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Virtual Adapter</td> <td>3030</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Cryptography Adapter</td> <td>3031</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Virtual Communication IOA</td> <td>3032</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Generic Adapter</td> <td>3033</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Storage IOA</td> <td>3034</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>CD-ROM Storage Unit</td> <td>4000</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Communications Port</td> <td>4005</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Disk Unit</td> <td>4010</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Diskette Unit</td> <td>4015</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Display Station</td> <td>4020</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Optical Storage Unit</td> <td>4025</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Plotter</td> <td>4030</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Printer</td> <td>4035</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Tape Unit</td> <td>4040</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Library Picker Arm</td> <td>4042</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Virtual Port</td> <td>4045</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Cryptography Device</td> <td>4046</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Read Cache</td> <td>4047</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Device Services</td> <td>4048</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Backplane</td> <td>4049</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Virtual Communication Port</td> <td>4050</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Communications Channel</td> <td>5000</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Empty Position</td> <td>6000</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Inaccessible Position</td> <td>6001</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Occupied Position</td> <td>6002</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Partition State --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="PartitionState"><strong> States that the partition can be in.</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Partition State Table --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>State</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> </tr> <tr> <td>On</td> <td>Partition is powered on.</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>PoweringOn</td> <td>Partition is in the process of powering on. Panel functions may not be allowed or may be ignored while the partition is in this state.</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Off</td> <td>Partition is powered off.</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>PoweringOff</td> <td>Partition is in the process of powering off. Panel functions may not be allowed or may be ignored while the partition is in this state.</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Failed</td> <td>Partition encountered a pre-IPL type failure, so there may be a problem with the configuration that is preventing a successful IPL. Check the Product Activity Log under the primary partition and service documentation for the system reference code shown. The following reference codes are common:<br> <br> B2xx 1210 - The system password has not been verified yet on the primary partition, secondary partitions cannot be IPLed until this is done.<br> <br> B2xx 1230 - The partition manager has detected a configuration that is not functionally valid for the partition (minimum requirements for processors, main storage, or interactive feature percentage not met).<br> <br> </td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>UnitAttention</td> <td>Partition encountered a run time failure. Check the reference code for the partition and take the appropriate action.</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Error</td> <td>An internal error has caused the control panel task to fail for the partition. No panel functions will be available. See the Licensed Internal Code (LIC) log and service documentation.</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>New</td> <td>Partition was created on this IPL and the system has not yet been IPLed to activate the partition.</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Unknown</td> <td>The state of the partition is unknown.</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- Status ID --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="StatusID"><strong>StatusID values for I/O Resources</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Status Table --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Status</strong></th> <th bgcolor="E4E4E4" align="left"><strong>StatusID</strong></th> <th bgcolor="E4E4E4" align="left"><strong>Status Description</strong></th> </tr> <tr> <td>Available</td> <td>0</td> <td>The resource is in a normal functioning state.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Unavailable</td> <td>518</td> <td>The resource is in a state where requests cannot be processed at this time, including the status request just issued by the system.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Failed</td> <td>2 or 4613</td> <td>The resource is in a state where the system request for status failed, or the resource is otherwise not operational.</td> </tr> <tr> <td colspan="3"> <hr noshade width="100%"> </td> </tr> <tr> <td>Unknown</td> <td>11</td> <td>The resource does not support the status request issued by the system so the operational state is not known.</td> </tr> </table> </td> </tr> <tr> <td colspan="2"> </td> </tr> <!--=======================================================================--> <!-- MessageID --> <!--=======================================================================--> <tr> <th colspan="2" align="left" bgcolor="CCE5FF"><a name="MessageID"><strong> MessageID</strong></a></th> </tr> <tr> <td> </td> <td> <table width="100%"> <!--===============================================================--> <!-- Description --> <!--===============================================================--> <tr> <th colspan="3" align="left" bgcolor="E4E4E4"><strong>message codes:</strong></th> </tr> <tr> <td colspan="3">There are errors, warnings, and informational messages which can be returned while attempting to perform LPAR actions. The following is a list of the messages which can be returned. The message tag will tell if the message is an error, warning(which can be ignored), or informational.</td> </tr> <tr> <td colspan="3"> </td> </tr> <!--===============================================================--> <!-- Messages and IDs --> <!--===============================================================--> <tr> <th bgcolor="E4E4E4" align="left"><strong>Description</strong></th> <th bgcolor="E4E4E4" align="left"><strong>MessageID<br> (hexadecimal)</strong></th> </tr> <tr> <td>Handle not valid. Either the handle was not used within the specified timeout (LPAR interface is in closed status), or the handle is not the one provided by the open command.</td> <td>1</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Action interface is already open. Another client is currently using the LPAR function.<br> <br> Message data associated with this message:<br> <ul> <li>SessionType - Type of session that has the interface open: Possible values: GUI / GreenScreen / DST / SST</li> <li>UserID - ID of the user who has the session open.</li> <li>TCPIPAddress - TCP/IP address of the user if the user is a GUI user</li> </ul> </td> <td>2</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Action failed.</td> <td>4</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Action in progress, new action cannot be started.</td> <td>6</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Open session request failed.</td> <td>7</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Unknown Error</td> <td>8</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>User is not authorized to perform the action.</td> <td>9</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Unable to override a warning.</td> <td>A</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Cannot cancel action.</td> <td>B</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Cannot open a new session.</td> <td>C</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Cannot close the currently open session.</td> <td>D</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Parsing error occurred in the XML stream.<br> <br> Message data associated with this message:<br> <ul> <li>Line - line number the error was found on (starting with 1)</li> <li>Position - position on the line where the error was found (starting with 1)</li> </ul> </td> <td>60</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Tag is not valid.<br> <br> Message data associated with this message:<br> <ul> <li>Tag - name of invalid tag</li> </ul> </td> <td>70</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Tag is missing that was expected.<br> <br> Message data associated with this message:<br> <ul> <li>Tag - name of missing tag</li> </ul> </td> <td>71</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Tag is missing that was expected.<br> <br> Message data associated with this message:<br> <ul> <li>SubTag - name of invalid sub tag</li> </ul> </td> <td>78</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Sub tag is missing that was expected.<br> <br> Message data associated with this message:<br> <ul> <li>SubTag - name of invalid sub tag</li> </ul> </td> <td>79</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Attribute is not valid.<br> <br> Message data associated with this message:<br> <ul> <li>Attribute - attribute which is invalid</li> </ul> </td> <td>80</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Attribute is missing which was expected.<br> <br> Message data associated with this message:<br> <ul> <li>Attribute - attribute which is missing</li> </ul> </td> <td>81</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Attribute value is not valid.<br> <br> Message data associated with this message:<br> <ul> <li>Attribute - attribute with invalid value</li> <li>AttributeValue - value of attribute which is not valid</li> </ul> </td> <td>88</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Attribute value is missing.<br> <br> Message data associated with this message:<br> <ul> <li>Attribute - attribute with invalid value</li> </ul> </td> <td>89</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>An internally unrecognized LPAR error occurred, causing the action to fail.</td> <td>FE</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>General LPAR Error. Some internal error has caused the LPAR action to fail.</td> <td>FF</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Nothing to return which matches the request.</td> <td>D000</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>The system does not support LPAR.</td> <td>100100</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Partition ID is not valid.</td> <td>101000</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Partition ID already exists.</td> <td>101001</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Processor pool ID is not valid.</td> <td>101010</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Processor pool ID already exists.</td> <td>101011</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Partition name is not valid.</td> <td>101200</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Partition name already exists.</td> <td>101201</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Number of physical processors requested is not valid. Verify that the requested dedicated processor value is between the minimum and maximum. Verify that the requested processor pool size is valid.</td> <td>101210</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Physical processors minimum is greater than the maximum.</td> <td>101211</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Physical processors requested is greater than that available.</td> <td>101212</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Number of virtual processors is not valid. Verify that the amount requested is between the minimum and maximum.</td> <td>101220</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Virtual processors minimum is greater than the maximum.</td> <td>101221</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Virtual processors requested is greater than that available.</td> <td>101222</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Number of processing units requested is not valid. Verify that the amount requested is between the minimum and maximum.</td> <td>101230</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Processing units minimum is greater than the maximum.</td> <td>101231</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Processing units requested is greater than that available.</td> <td>101232</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Amount of main storage requested is not valid. Verify that the amount requested is between the minimum and maximum.</td> <td>101240</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Main storage minimum is greater than the maximum.</td> <td>101241</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Main storage requested is greater than that available.</td> <td>101242</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Amount of interactive performance requested is not valid. Verify that the amount requested is between the minimum and maximum.</td> <td>101250</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Interactive performance minimum is greater than the maximum.</td> <td>101251</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Interactive performance requested is greater than that available.</td> <td>101252</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Interactive performance needs to be adjusted.<br> <br> Message data associated with this message:<br> <ul> <li>InteractivePerformanceLowerLimit - lowest allowable interactive performance based on the number of processors</li> <li>InteractivePerformanceUpperLimit - highest allowable interactive performance based on the number of processors</li> </ul> </td> <td>101253</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>High speed link pool is not valid.</td> <td>101260</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Virtual OptiConnect pool is not valid.</td> <td>101270</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Virtual LAN field is not valid.</td> <td>101280</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Physical processors not valid for processor pool.</td> <td>101290</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>I/O resource LPAR SRID not valid.</td> <td>101500</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>I/O resource is not owned by the specified partition.</td> <td>101501</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>I/O resource not changed or configured.</td> <td>101502</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>IPL source kernel parameters are not valid. (DTDVersion = 10)</td> <td>101600</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>LPAR configuration data is not valid. (DTDVersion = 10)</td> <td>101610</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Request is not valid for the primary partition.</td> <td>102000</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Request is not valid for the secondary partition.</td> <td>102001</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Action not valid, primary was IPLed to DST.</td> <td>102100</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Action not valid, primary was IPLed past DST.</td> <td>102101</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Secondary partitions are active.</td> <td>102110</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Partition created successfully.<br> <br> Message data associated with this message:<br> <ul> <li>PartitionID - ID of the partition created</li> </ul> </td> <td>10D000</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Processor pool created successfully.<br> <br> Message data associated with this message:<br> <ul> <li>ProcessorPoolID - ID of the processor pool created</li> </ul> </td> <td>10D010</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Internal LPAR configuration failure.</td> <td>110001</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>LPAR does not support this function because of its release.</td> <td>110003</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Maximum number of partitions have already been configured.</td> <td>11000A</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Change successful, but partition is not functional.</td> <td>11000B</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Resources requested greater than is allocated to the partition.</td> <td>11000C</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Partition is in an invalid power state.</td> <td>11000D</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Partition is not available.</td> <td>11000E</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Minimum memory not big enough to support maximum.<br> <br> Message data associated with this message:<br> <ul> <li>MainStorageMin - Minimum main storage needed to support maximum</li> </ul> </td> <td>110022</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Bus is not available.</td> <td>110032</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Bus has already been allocated.</td> <td>110033</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Bus does not have an owner.</td> <td>110034</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Bus is not shared.</td> <td>110035</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Bus is in use by another partition so it cannot be configured.</td> <td>110036</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Bus has not been allocated.</td> <td>110037</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Bus not changable.</td> <td>110038</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Bus not in use.</td> <td>110039</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Bus not dedicated.</td> <td>11003A</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Bus is in a switchable tower. (DTDVersion = 10)</td> <td>11003B</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>IOP has already been allocated.</td> <td>11003C</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>IOP is not available.</td> <td>11003D</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>IOP selected lacks capabilities to support requested function.</td> <td>11003E</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>IOP has not been allocated.</td> <td>11003F</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>IOP cannot be added or removed due to IOP type.</td> <td>110040</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>IOA has not been allocated. (DTDVersion = 10)</td> <td>110044</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Processor pool already exists.</td> <td>110046</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>No available processor pools.</td> <td>110048</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Processor pool in use.</td> <td>110049</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Processor pool allocation exceeded.</td> <td>11004A</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Shared processor pool units greater than processors can support.</td> <td>11004F</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Number of shared processor units not within minimum and maximum range. Not enough processing units available in the shared processor pool to satisfy the request.</td> <td>110050</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Minimum processor pool units below what minimum virtual processors can support.</td> <td>110051</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Maximum processor pool units above what maximum virtual processors can support.</td> <td>110052</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Shared processor pool units above maximum processor capacity.</td> <td>110053</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Shared processor pool units below minimum processor capacity.</td> <td>110054</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Logical partitioning configuration data is not valid.</td> <td>110064</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Logical partitioning configuration data error detected.</td> <td>110065</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Configuration data changed during request, try again.</td> <td>110068</td> </tr> <tr> <td>IOP must be on a shared bus.</td> <td>11006E</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Hardware does not support processor pools.</td> <td>110078</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Hardware does not support HSL OptiConnect.</td> <td>110079</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Logical partitioning configuration data is not protected.</td> <td>1103E8</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Logical partitioning configuration data is protected.</td> <td>1103E9</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>No LPAR configuration data was found</td> <td>12000A</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>LPAR configuration data does not match the current configuration.</td> <td>12000B</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>LPAR configuration data is from a different system.</td> <td>12000C</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>LPAR configuration data is from a different partition.</td> <td>12000D</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>LPAR configuration data is newer than the current configuration.</td> <td>12000E</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>LPAR configuration data is older than the current configuration.</td> <td>12000F</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>LPAR configuration data has a VRM mismatch.</td> <td>120012</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>LPAR configuration data has a source and target hardware mismatch.</td> <td>120013</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Partition does not support virtual processors because of its VRM.</td> <td>120014</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Electronic customer support IOP for the partition doesn't support ASYNC.</td> <td>120028</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Electronic customer support IOP for the partition doesn't support SDLC.</td> <td>120029</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Alternate IPL source IOP for the partition doesn't support a valid Tape device.</td> <td>12002A</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Alternate IPL source IOP for the partition doesn't support a valid CD-ROM device.</td> <td>12002B</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Primary console hasn't been selected yet for the partition.</td> <td>12002C</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Minimum interactive performance adjusted.<br> <br> Message data associated with this message:<br> <ul> <li>InteractivePerformanceMin - new interactive performance minimum</li> </ul> </td> <td>120032</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Maximum interactive performance adjusted.<br> <br> Message data associated with this message:<br> <ul> <li>InteractivePerformanceMax - new interactive performance maximum</li> </ul> </td> <td>120033</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Minimum processing units adjusted.<br> <br> Message data associated with this message:<br> <ul> <li>ProcessingUnitsMin - new processing units minimum</li> </ul> </td> <td>120034</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Maximum processing units adjusted.<br> <br> Message data associated with this message:<br> <ul> <li>ProcessingUnitsMax - new processing units maximum</li> </ul> </td> <td>120035</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Communication resource is in use.</td> <td>12003C</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Informational error.</td> <td>131200</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>I/O resource is in use.</td> <td>132100</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>State of IOP is unknown.</td> <td>132101</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>IOA required to be powered on. (DTDVersion = 10)</td> <td>132105</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Bus ownership type change failed.</td> <td>132201</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Bus was not removed.</td> <td>134102</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>IOP was not removed.</td> <td>134103</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>I/O resource was not updated.</td> <td>134104</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>Slot is powered off. (DTDVersion = 10)</td> <td>134106</td> </tr> <tr> <td colspan="2"> <hr noshade width="100%"> </td> </tr> <tr> <td>IOP requires allocation.</td> <td>134200</td> </tr> </table> </td> </tr> </table> </body> </html>