705 lines
45 KiB
HTML
705 lines
45 KiB
HTML
<!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 DTD</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>
|
|
|
|
<pre>
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE LPARConfigurationScript [
|
|
|
|
|
|
<!-- ======================================================================= -->
|
|
<!-- This document gives the specification for LPARConfigurationScript, -->
|
|
<!-- which allows LPAR configuration management to be done by a client with -->
|
|
<!-- the proper authorization. Clients using LPARConfigurationScript are -->
|
|
<!-- allowed to retrieve information about the current LPAR configuration, -->
|
|
<!-- make changes to(perform action on) this configuration, and retrieve -->
|
|
<!-- status on current, previous, or pending LPAR configuration changes. -->
|
|
<!-- ======================================================================= -->
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- LPARConfigurationScript tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT LPARConfigurationScript ((Action|Info|Status)+ |
|
|
Message*) >
|
|
<!ATTLIST LPARConfigurationScript
|
|
DTDVersion CDATA #REQUIRED
|
|
Error (Internal|Validation|
|
|
Parsing) #IMPLIED >
|
|
|
|
|
|
<!-- ======================================================================= -->
|
|
<!-- Info tags -->
|
|
<!-- ======================================================================= -->
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- Info tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT Info ((PartitionInfo|SystemInfo|
|
|
IOResourcesInfo|
|
|
ProcessorPoolInfo|
|
|
LPARConfigurationData)+ |
|
|
Message+) >
|
|
<!ATTLIST Info
|
|
LPARConfigurationID CDATA #IMPLIED >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- PartitionInfo tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT PartitionInfo ((Partition|PartitionFilter)+ |
|
|
Message+) >
|
|
<!ATTLIST PartitionInfo
|
|
Format (All|Basic|General|
|
|
Communications|
|
|
ProcessorPools|
|
|
Processors|
|
|
MainStorage|
|
|
InteractivePerformance|
|
|
IOResources|SRCHistory|
|
|
GuestEnvironment|
|
|
TCPIPAddress) "All"
|
|
SRCHistoryDetailLevel CDATA "9"
|
|
SRCHistoryStartIndex CDATA "0"
|
|
SRCHistoryEntries CDATA "1" >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- Partition tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT Partition (Message*) >
|
|
<!ATTLIST Partition
|
|
PartitionID CDATA #REQUIRED
|
|
PartitionName CDATA #IMPLIED
|
|
PartitionType (Primary|Secondary) #IMPLIED
|
|
State (On|PoweringOn|Off|
|
|
PoweringOff|Failed|
|
|
UnitAttention|Error|
|
|
New|Unknown) #IMPLIED
|
|
SerialNumber CDATA #IMPLIED
|
|
LICVRM CDATA #IMPLIED
|
|
HypervisorDelta CDATA #IMPLIED
|
|
|
|
IPLSource (A|B|C|D|Unknown) #IMPLIED
|
|
IPLMode (Manual|Normal|
|
|
Automatic|Secure|
|
|
Unknown) #IMPLIED
|
|
SystemIPLAction (IPL|Hold) #IMPLIED
|
|
IPLChanges (Pending|None) #IMPLIED
|
|
FunctionalConfiguration (Yes|No) #IMPLIED
|
|
PointerTagsInactive (Yes|No) #IMPLIED
|
|
HighSpeedLinkPool CDATA #IMPLIED
|
|
VirtualOptiConnectPool CDATA #IMPLIED
|
|
VirtualLANField CDATA #IMPLIED
|
|
ProcessorPoolID CDATA #IMPLIED
|
|
ProcessorPoolIDPending CDATA #IMPLIED
|
|
ProcessorType (Physical|Virtual) #IMPLIED
|
|
ProcessorTypePending (Physical|Virtual) #IMPLIED
|
|
PhysicalProcessors CDATA #IMPLIED
|
|
PhysicalProcessorsPending CDATA #IMPLIED
|
|
PhysicalProcessorsMin CDATA #IMPLIED
|
|
PhysicalProcessorsMinFunctional CDATA #IMPLIED
|
|
PhysicalProcessorsMinPending CDATA #IMPLIED
|
|
PhysicalProcessorsMax CDATA #IMPLIED
|
|
PhysicalProcessorsMaxPending CDATA #IMPLIED
|
|
VirtualProcessors CDATA #IMPLIED
|
|
VirtualProcessorsPending CDATA #IMPLIED
|
|
VirtualProcessorsMin CDATA #IMPLIED
|
|
VirtualProcessorsMinFunctional CDATA #IMPLIED
|
|
VirtualProcessorsMinPending CDATA #IMPLIED
|
|
VirtualProcessorsMax CDATA #IMPLIED
|
|
VirtualProcessorsMaxPending CDATA #IMPLIED
|
|
ProcessingUnits CDATA #IMPLIED
|
|
ProcessingUnitsPending CDATA #IMPLIED
|
|
ProcessingUnitsMin CDATA #IMPLIED
|
|
ProcessingUnitsMinFunctional CDATA #IMPLIED
|
|
ProcessingUnitsMinPending CDATA #IMPLIED
|
|
ProcessingUnitsMax CDATA #IMPLIED
|
|
ProcessingUnitsMaxPending CDATA #IMPLIED
|
|
MainStorage CDATA #IMPLIED
|
|
MainStoragePending CDATA #IMPLIED
|
|
MainStorageMin CDATA #IMPLIED
|
|
MainStorageMinFunctional CDATA #IMPLIED
|
|
MainStorageMinPending CDATA #IMPLIED
|
|
MainStorageMinRuntime CDATA #IMPLIED
|
|
MainStorageMax CDATA #IMPLIED
|
|
MainStorageMaxPending CDATA #IMPLIED
|
|
MainStorageReserved CDATA #IMPLIED
|
|
MainStorageReservedPending CDATA #IMPLIED
|
|
InteractivePerformance CDATA #IMPLIED
|
|
InteractivePerformancePending CDATA #IMPLIED
|
|
InteractivePerformanceMin CDATA #IMPLIED
|
|
InteractivePerformanceMinFunctional CDATA #IMPLIED
|
|
InteractivePerformanceMinPending CDATA #IMPLIED
|
|
InteractivePerformanceMax CDATA #IMPLIED
|
|
InteractivePerformanceMaxPending CDATA #IMPLIED
|
|
LoadSourceIOP CDATA #IMPLIED
|
|
AlternateIPLSourceIOP CDATA #IMPLIED
|
|
WorkstationConsoleIOP CDATA #IMPLIED
|
|
AlternateWorkstationConsoleIOP CDATA #IMPLIED
|
|
ElectronicCustomerSupportIOP CDATA #IMPLIED
|
|
SRCHistoryEntriesTotal CDATA #IMPLIED
|
|
HostPartitionID CDATA #IMPLIED
|
|
IPLSourceAParameters CDATA #IMPLIED
|
|
IPLSourceBParameters CDATA #IMPLIED
|
|
IPLSourceCParameters CDATA #IMPLIED
|
|
IPLSourceDParameters CDATA #IMPLIED >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- PartitionFilter tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT PartitionFilter (Message*) >
|
|
<!ATTLIST PartitionFilter
|
|
Value (All|This|
|
|
Primary|Secondary) "All" >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- SRC tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT SRC EMPTY >
|
|
<!ATTLIST SRC
|
|
Word1 CDATA #IMPLIED
|
|
Word2 CDATA #IMPLIED
|
|
Word3 CDATA #IMPLIED
|
|
Word4 CDATA #IMPLIED
|
|
Word5 CDATA #IMPLIED
|
|
Word6 CDATA #IMPLIED
|
|
Word7 CDATA #IMPLIED
|
|
Word8 CDATA #IMPLIED
|
|
Word9 CDATA #IMPLIED
|
|
Year CDATA #IMPLIED
|
|
Month CDATA #IMPLIED
|
|
Day CDATA #IMPLIED
|
|
Hour CDATA #IMPLIED
|
|
Minute CDATA #IMPLIED
|
|
Second CDATA #IMPLIED >
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- TCPIPAddress tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT TCPIPAddress EMPTY >
|
|
<!ATTLIST TCPIPAddress
|
|
IPAddress CDATA #IMPLIED
|
|
AddressType (Service|XPF) #IMPLIED >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- SystemInfo tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT SystemInfo ((System)* |
|
|
Message+) >
|
|
<!ATTLIST SystemInfo
|
|
Format (All|General|
|
|
Communications|
|
|
Partitions|
|
|
ProcessorPools|
|
|
Processors|
|
|
MainStorage|
|
|
InteractivePerformance) "All" >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- System tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT System (Message*) >
|
|
<!ATTLIST System
|
|
TypeModel CDATA #IMPLIED
|
|
FeatureCode CDATA #IMPLIED
|
|
SerialNumber CDATA #IMPLIED
|
|
PointerTagsInactiveCapable (Yes|No) #IMPLIED
|
|
CommercialProcessingWorkloadTotal CDATA #IMPLIED
|
|
CommercialProcessingWorkloadInteractive CDATA #IMPLIED
|
|
HighSpeedLinkCapable (Yes|No) #IMPLIED
|
|
HighSpeedLinkPoolMaximum CDATA #IMPLIED
|
|
VirtualOptiConnectCapable (Yes|No) #IMPLIED
|
|
VirtualOptiConnectPoolMaximum CDATA #IMPLIED
|
|
PartitionsConfigured CDATA #IMPLIED
|
|
PartitionsMaximum CDATA #IMPLIED
|
|
PhysicalProcessors CDATA #IMPLIED
|
|
PhysicalProcessorsAvail CDATA #IMPLIED
|
|
PhysicalProcessorsAvailPending CDATA #IMPLIED
|
|
ProcessingUnits CDATA #IMPLIED
|
|
ProcessingUnitsPending CDATA #IMPLIED
|
|
ProcessingUnitsAvail CDATA #IMPLIED
|
|
ProcessingUnitsAvailPending CDATA #IMPLIED
|
|
ProcessorPoolCapable (Yes|No) #IMPLIED
|
|
ProcessorPoolsConfigured CDATA #IMPLIED
|
|
ProcessorPoolsMaximum CDATA #IMPLIED
|
|
GuestProcessorPoolCapable (Yes|No) #IMPLIED
|
|
MainStorage CDATA #IMPLIED
|
|
MainStorageAvail CDATA #IMPLIED
|
|
MainStorageAvailPending CDATA #IMPLIED
|
|
InteractivePerformance CDATA #IMPLIED
|
|
InteractivePerformanceAvail CDATA #IMPLIED
|
|
InteractivePerformanceAvailPending CDATA #IMPLIED >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- IOResourcesInfo tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT IOResourcesInfo ((PartitionIOResources|
|
|
PartitionIOResourcesFilter|
|
|
SystemIOResources)+ |
|
|
Message+) >
|
|
<!ATTLIST IOResourcesInfo
|
|
Format (All|Basic|General|
|
|
Partitions|Address) "All"
|
|
DetailLevel CDATA "1"
|
|
CapabilityFilter (All|LoadSource|
|
|
AlternateIPLSource|
|
|
ElectronicCustomerSupport|
|
|
AnyConsole|
|
|
TwinaxialConsole|
|
|
OperationsConsole|
|
|
LanAttachedConsole) "All" >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- PartitionIOResources tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT PartitionIOResources ((IOResource)* | Message+) >
|
|
<!ATTLIST PartitionIOResources
|
|
PartitionID CDATA #REQUIRED >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- PartitionIOResourcesFilter tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT PartitionIOResourcesFilter ((IOResource)* | Message+) >
|
|
<!ATTLIST PartitionIOResourcesFilter
|
|
Value (All|This|
|
|
Primary|Secondary) "All" >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- SystemIOResources tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT SystemIOResources ((IOResource)* | Message+) >
|
|
<!ATTLIST SystemIOResources
|
|
Value (All|Available) "All" >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- IOResource tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT IOResources ((UsingPartition|IOResource)* |
|
|
Message+) >
|
|
<!ATTLIST IOResource
|
|
LPARSRID CDATA #REQUIRED
|
|
ResourceType (Bus|IOP|IOA|Device|
|
|
Slot|Unknown) #IMPLIED
|
|
DescriptionID CDATA #IMPLIED
|
|
StatusID CDATA #IMPLIED
|
|
TypeModel CDATA #IMPLIED
|
|
SerialNumber CDATA #IMPLIED
|
|
PartNumber CDATA #IMPLIED
|
|
Sharable (Yes|No) #IMPLIED
|
|
Configurable (Yes|No) #IMPLIED
|
|
ResourcesAttached CDATA #IMPLIED
|
|
OwningPartitionID CDATA #IMPLIED
|
|
OwningPartitionName CDATA #IMPLIED
|
|
OwnershipType (Dedicated|Shared|
|
|
Available|Unknown) #IMPLIED
|
|
TowerNumber CDATA #IMPLIED
|
|
CardPosition CDATA #IMPLIED
|
|
DevicePosition CDATA #IMPLIED
|
|
VendorID CDATA #IMPLIED
|
|
DeviceID CDATA #IMPLIED
|
|
RevisionID CDATA #IMPLIED
|
|
SubSystemType CDATA #IMPLIED
|
|
SubSystemVendorID CDATA #IMPLIED
|
|
LoadSource (Yes|No) #IMPLIED
|
|
LoadSourceAbility (DeviceAttached|
|
|
Capable|Incapable) #IMPLIED
|
|
AlternateIPLSource (Yes|No) #IMPLIED
|
|
RecentAlternateIPLSource (Yes|No) #IMPLIED
|
|
AlternateIPLSourceAbility (DeviceAttached|
|
|
Capable|Incapable) #IMPLIED
|
|
WorkstationConsole (Yes|No) #IMPLIED
|
|
AlternateWorkstationConsole (Yes|No) #IMPLIED
|
|
WorkstationConsoleAbility (Capable|Incapable) #IMPLIED
|
|
TwinaxialConsoleAbility (DeviceAttached|
|
|
Capable|Incapable) #IMPLIED
|
|
OperationsConsoleAbility (Capable|Incapable) #IMPLIED
|
|
LanAttachedConsoleAbility (Capable|Incapable) #IMPLIED
|
|
ElectronicCustomerSupport (Yes|No) #IMPLIED
|
|
ElectronicCustomerSupportAbility (DeviceAttached|
|
|
Capable|Incapable) #IMPLIED
|
|
LogicalAddress CDATA #IMPLIED
|
|
BusTransportType (SPD|PCI) #IMPLIED
|
|
SystemBusAddress CDATA #IMPLIED
|
|
SystemBoardAddress CDATA #IMPLIED
|
|
SystemCardAddress CDATA #IMPLIED
|
|
UnitAddressType (Communications|Storage|
|
|
WorkStation|Library|
|
|
AuxiliaryProcessor|
|
|
Cryptography) #IMPLIED
|
|
IOAdapterAddress CDATA #IMPLIED
|
|
IOBusAddress CDATA #IMPLIED
|
|
AuxiliaryProcessorAddress CDATA #IMPLIED
|
|
LibraryAddress CDATA #IMPLIED
|
|
ControllerAddress CDATA #IMPLIED
|
|
AdapterAddress CDATA #IMPLIED
|
|
PortAddress CDATA #IMPLIED
|
|
ChannelAddress CDATA #IMPLIED
|
|
DeviceAddress CDATA #IMPLIED
|
|
SessionAddress CDATA #IMPLIED >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- ProcessorPoolInfo tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT ProcessorPoolInfo ((ProcessorPool|
|
|
ProcessorPoolFilter)+ |
|
|
Message+) >
|
|
<!ATTLIST ProcessorPoolInfo
|
|
Format (All|Basic|
|
|
Partitions|
|
|
Processors) "All" >
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- ProcessorPool tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT ProcessorPool (Message*) >
|
|
<!ATTLIST ProcessorPool
|
|
ProcessorPoolID CDATA #REQUIRED
|
|
PhysicalProcessors CDATA #IMPLIED
|
|
PhysicalProcessorsPending CDATA #IMPLIED
|
|
PhysicalProcessorsMinRequired CDATA #IMPLIED
|
|
PhysicalProcessorsMinRequiredPending CDATA #IMPLIED
|
|
ProcessingUnits CDATA #IMPLIED
|
|
ProcessingUnitsPending CDATA #IMPLIED
|
|
ProcessingUnitsAvail CDATA #IMPLIED
|
|
ProcessingUnitsAvailPending CDATA #IMPLIED >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- ProcessorPoolFilter tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT ProcessorPoolFilter (Message*) >
|
|
<!ATTLIST ProcessorPoolFilter
|
|
Value (All|Available) "All" >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- LPARConfigurationData tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT LPARConfigurationData (Message*) >
|
|
<!ATTLIST LPARConfigurationData
|
|
ConfigurationData CDATA #IMPLIED >
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- UsingPartition -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT UsingPartition EMPTY >
|
|
<!ATTLIST UsingPartition
|
|
PartitionID CDATA #REQUIRED
|
|
PartitionName CDATA #IMPLIED >
|
|
|
|
|
|
<!-- ======================================================================= -->
|
|
<!-- Action tags -->
|
|
<!-- ======================================================================= -->
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- Action tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT Action ((OpenSession|
|
|
CloseSession|
|
|
CancelAction|
|
|
CommitActions|
|
|
AcceptLPARConfigurationData|
|
|
ClearLPARConfigurationData|
|
|
ClearNonReportingLPARResources|
|
|
ConfigureIOResource|
|
|
ConfigurePartition|
|
|
ConfigureProcessorPool|
|
|
CopyConfigurationDataToServer|
|
|
CreatePartition|
|
|
CreateProcessorPool|
|
|
DeletePartition|
|
|
DeleteProcessorPool|
|
|
SaveLPARConfigurationData|
|
|
SynchronizeLPARConfigurationData|
|
|
UnclearLPARConfigurationData)+ |
|
|
ActionProfile+ |
|
|
Message+) >
|
|
<!ATTLIST Action
|
|
Handle CDATA #IMPLIED
|
|
ActionStatus (Successful|Failed) #IMPLIED
|
|
LPARConfigurationID CDATA #IMPLIED >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- OpenSession tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT OpenSession EMPTY >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- CloseSession tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT CloseSession EMPTY >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- CancelAction tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT CancelAction EMPTY >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- CommitActions tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT CommitActions EMPTY >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- AcceptLPARConfigurationData tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT AcceptLPARConfigurationData EMPTY >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- ClearLPARConfigurationData tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT ClearLPARConfigurationData EMPTY >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- ClearNonReportingLPARResources tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT ClearNonReportingLPARResources EMPTY >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- ConfigureIOResource tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT ConfigureIOResource EMPTY >
|
|
<!ATTLIST ConfigureIOResource
|
|
LPARSRID CDATA #REQUIRED
|
|
OwnershipType (Dedicated|Shared|
|
|
Use|Available) #REQUIRED
|
|
PartitionID CDATA #IMPLIED
|
|
ClearHardwareInfo (Yes|No) "No"
|
|
IgnoreInuseWarnings (Yes|No) "No"
|
|
IgnoreConfigurationWarnings (Yes|No) "No" >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- ConfigurePartition tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT ConfigurePartition EMPTY >
|
|
<!ATTLIST ConfigurePartition
|
|
PartitionID CDATA #IMPLIED
|
|
PartitionName CDATA #IMPLIED
|
|
SystemIPLAction (IPL|Hold) #IMPLIED
|
|
HighSpeedLinkPool CDATA #IMPLIED
|
|
VirtualOptiConnectPool CDATA #IMPLIED
|
|
VirtualLANField CDATA #IMPLIED
|
|
ProcessorType (Physical|Virtual) #IMPLIED
|
|
PhysicalProcessors CDATA #IMPLIED
|
|
PhysicalProcessorsMin CDATA #IMPLIED
|
|
PhysicalProcessorsMax CDATA #IMPLIED
|
|
VirtualProcessors CDATA #IMPLIED
|
|
VirtualProcessorsMin CDATA #IMPLIED
|
|
VirtualProcessorsMax CDATA #IMPLIED
|
|
ProcessingUnits CDATA #IMPLIED
|
|
ProcessingUnitsMin CDATA #IMPLIED
|
|
ProcessingUnitsMax CDATA #IMPLIED
|
|
ProcessorPoolID CDATA #IMPLIED
|
|
MainStorage CDATA #IMPLIED
|
|
MainStorageMin CDATA #IMPLIED
|
|
MainStorageMax CDATA #IMPLIED
|
|
InteractivePerformance CDATA #IMPLIED
|
|
InteractivePerformanceMin CDATA #IMPLIED
|
|
InteractivePerformanceMax CDATA #IMPLIED
|
|
LoadSourceIOP CDATA #IMPLIED
|
|
AlternateIPLSourceIOP CDATA #IMPLIED
|
|
WorkstationConsoleIOP CDATA #IMPLIED
|
|
AlternateWorkstationConsoleIOP CDATA #IMPLIED
|
|
ElectronicCustomerSupportIOP CDATA #IMPLIED
|
|
HostPartitionID CDATA #IMPLIED
|
|
IPLSourceAParameters CDATA #IMPLIED
|
|
IPLSourceBParameters CDATA #IMPLIED
|
|
IPLSourceCParameters CDATA #IMPLIED
|
|
IPLSourceDParameters CDATA #IMPLIED
|
|
IgnoreCommunicationsInuseWarnings (Yes|No) #IMPLIED
|
|
IgnoreIOResourceCapabilities (Yes|No) #IMPLIED >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- ConfigureProcessorPool tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT ConfigureProcessorPool EMPTY >
|
|
<!ATTLIST ConfigureProcessorPool
|
|
ProcessorPoolID CDATA #REQUIRED
|
|
PhysicalProcessors CDATA #IMPLIED >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- CopyConfigurationDataToServer tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT CopyConfigurationDataToServer EMPTY >
|
|
<!ATTLIST CopyConfigurationDataToServer
|
|
ConfigurationData CDATA #IMPLIED >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- CreatePartition tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT CreatePartition EMPTY >
|
|
<!ATTLIST CreatePartition
|
|
PartitionID CDATA #IMPLIED
|
|
PartitionName CDATA #REQUIRED
|
|
HighSpeedLinkPool CDATA "0"
|
|
VirtualOptiConnectPool CDATA "0"
|
|
VirtualLANField CDATA #IMPLIED
|
|
ProcessorType (Physical|Virtual) "Physical"
|
|
PhysicalProcessors CDATA "0"
|
|
PhysicalProcessorsMin CDATA "0"
|
|
PhysicalProcessorsMax CDATA #IMPLIED
|
|
VirtualProcessors CDATA "0"
|
|
VirtualProcessorsMin CDATA "0"
|
|
VirtualProcessorsMax CDATA #IMPLIED
|
|
ProcessingUnits CDATA "0"
|
|
ProcessingUnitsMin CDATA "0"
|
|
ProcessingUnitsMax CDATA #IMPLIED
|
|
ProcessorPoolID CDATA #IMPLIED
|
|
MainStorage CDATA "0"
|
|
MainStorageMin CDATA "0"
|
|
MainStorageMax CDATA #REQUIRED
|
|
InteractivePerformance CDATA "0"
|
|
InteractivePerformanceMin CDATA "0"
|
|
InteractivePerformanceMax CDATA #IMPLIED
|
|
HostPartitionID CDATA #IMPLIED
|
|
IgnoreCommunicationsInuseWarnings (Yes|No) #IMPLIED >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- CreateProcessorPool tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT CreateProcessorPool EMPTY >
|
|
<!ATTLIST CreateProcessorPool
|
|
ProcessorPoolID CDATA #IMPLIED
|
|
PhysicalProcessors CDATA "0" >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- DeletePartition tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT DeletePartition EMPTY >
|
|
<!ATTLIST DeletePartition
|
|
PartitionID CDATA #REQUIRED >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- DeleteProcessorPool tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT DeleteProcessorPool EMPTY >
|
|
<!ATTLIST DeleteProcessorPool
|
|
ProcessorPoolID CDATA #REQUIRED >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- RestartSystem tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT RestartSystem EMPTY >
|
|
<!ATTLIST RestartSystem
|
|
IgnorePrimaryAtXPFWarning (Yes|No) "No"
|
|
IgnoreSecondaryPartitionsActiveWarning (Yes|No) "No" >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- SaveLPARConfigurationData tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT SaveLPARConfigurationData EMPTY >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- SynchronizeLPARConfigurationData tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT SynchronizeLPARConfigurationData EMPTY >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- UnclearLPARConfigurationData tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT UnclearLPARConfigurationData EMPTY >
|
|
|
|
|
|
<!-- ======================================================================= -->
|
|
<!-- Status tags -->
|
|
<!-- ======================================================================= -->
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- Status tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT Status (ActionProfile)* >
|
|
<!ATTLIST Status
|
|
Handle CDATA #IMPLIED >
|
|
|
|
|
|
<!-- ======================================================================= -->
|
|
<!-- General tags -->
|
|
<!-- ======================================================================= -->
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- ActionProfile tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT ActionProfile (Message)* >
|
|
<!ATTLIST ActionProfile
|
|
ActionID CDATA #REQUIRED
|
|
ActionType CDATA #IMPLIED
|
|
PercentDone CDATA #IMPLIED
|
|
Stage CDATA #IMPLIED
|
|
ActionState (Successful|Failed|
|
|
Running|Waiting|
|
|
Canceled|Purged) #IMPLIED >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- Message tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT Message (MessageData)* >
|
|
<!ATTLIST Message
|
|
MessageID CDATA #REQUIRED
|
|
MessageType (Error|Warning|Info) "Error" >
|
|
|
|
|
|
<!-- ===================================================================== -->
|
|
<!-- MessageData tag -->
|
|
<!-- ===================================================================== -->
|
|
<!ELEMENT MessageData EMPTY >
|
|
<!ATTLIST MessageData
|
|
Type CDATA #REQUIRED
|
|
Value CDATA #REQUIRED >
|
|
|
|
]>
|
|
</pre>
|
|
</body>
|
|
</html>
|
|
|