White Papers

Power Topology Profile
Version 1.0.0a 17
8.2 Method:
Dell_OEMPowerConfigurationService.ConfigureExternalPowerDomainDef
aults( )
Dell_OEMPowerConfigurationService.ConfigureExternalPowerDomainDefaults( ) method provides an
interface for a client application to specify the external power domains that are supplying power to the
power supplies in a default configuration of the managed system. This method is called to configure the
default configuration of the managed system for the external power domain redundancy, in the case
where the underlying instrumentation is unable to detect the external grid redundancy and instead
depends on the client input for its configuration.
Dell_OEMPowerConfigurationService.ConfigureExternalPowerDomainDefaults(
) return values shall be
as specified in Table 4.
Dell_OEMPowerConfigurationService.ConfigureExternalPowerDomainDefaults(
) parameters are
specified in Table 5.
No standard messages are defined for this method.
Table 4 – Dell_OEMPowerConfigurationService.CreateExternalPowerDomains( ) Method: Return
Code Values
Value Description
0 Request was successfully executed.
1 Method is not supported in the implementation.
2 Error occurred
Table 5 – Dell_OEMPowerConfigurationService.CreateExternalPowerDomains( ) Method:
Parameters
Qualifiers Name Type Description/Values
IN, REQ
OwningCompute
rSystem
CIM_ComputerSystem
REF
The scoping managed system for the power
redundancy configuration.
IN, REQ
RequestedChan
ge
uint16
2 (Configuration Enabled) – Default external
power domain configuration is enabled.
3 (Configuration Removed) – Default
external power domain configuration is not
enabled or has been removed. The system
does not have external power redundancy.
OUT Job CIM_ConcreteJob REF Returned if job started
8.2.1 Dell_OEMPowerConfigurationService.CreateExternalPowerDomainDefaults( )
Conditional Support
If the SupportedMethods property array of the associated instance of
Dell_OEMPowerConfigurationCapabilities contains the value 3
(ConfigureExternalPowerDomainDefaults), the ConfigureExternalPowerDomainDefaults(
) method shall
be implemented and shall not return the value 1 (Not Supported).
If the SupportedMethods property array of the associated instance of
Dell_OEMPowerConfigurationCapabilities does not contain the value
3(ConfigureExternalPowerDomainDefaults), the ConfigureExternalPowerDomainDefaults(
) method shall
not be implemented or shall always return the value 1 (Not Supported).