White Papers

Version 1.0.0 17
Table 15DCIM_LCRegisteredProfile - Operations 339
Operation Name
Requirements
Required Input
Get
Mandatory
Instance URI
Enumerate
Mandatory
Class URI
7.7.3 Class Properties 340
The following table details the implemented properties for DCIM_LCRegisteredProfile instance 341
representing Base Server and Physical Asset Profile implementation. The “Requirements” column shall 342
denote whether the property is implemented (for requirement definitions, section 3). The Additional 343
Requirement” column shall denote either possible values for the property, or requirements on the value 344
formulation 345
Table 16DCIM_LCRegisteredProfile 346
Property Name
Type
Requirement
Additional Requirements
InstanceID
string
Mandatory
This property value shall be
DCIM:BaseServerAndPhysicalAsset:1.0.0”.
RegisteredName
string
Mandatory
This property value shall be "Base Server and
Physical Asset".
RegisteredVersion
string
Mandatory
This property value shall be "1.0.0".
RegisteredOrganiza
tion
uint16
Mandatory
This property value shall be 1 (Other).
OtherRegisteredOrg
anization
string
Mandatory
This property value shall be “DCIM”.
AdvertiseTypes[]
uint16
Mandatory
This property value shall be [1,1].
AdvertiseTypeDescr
iptions[]
string
Mandatory
This property value shall be ["WS-Identify", "Interop
Namespace"].
8 Methods 347
This section details the requirements for supporting extrinsic methods for the DCIM_ComputerSystem 348
class. 349
8.1 DCIM_ComputerSystem.RequestStateChange() 350
Invoking the DCIM_ComputerSystem.RequestStateChange() method changes the element’s state to the 351
value specified in the RequestedState parameter. 352
A value of 2 (Enabled) shall correspond to a request to power on the system. 353
A value of 3 (Disabled) shall correspond to a request to power off the system. 354
A value of 11 (Reset) shall correspond to a request to power cycle the system. 355
The method shall be successful, if upon the completion of the method the system has been requested to 356
transition to the desired state indicated by the RequestedState parameter. An actual change in the state 357
may not occur, even if the the method was executed sucessfully. The EnabledState property shall 358
indicate the current state of the system. 359
Detailed requirements of the RequestStateChange() method are specified in Table 17 and Table 18. 360
Invoking the DCIM_ComputerSystem.RequestStateChange() method multiple times could result in earlier 361
requests being overwritten or lost. 362