White Papers

14 Version 1.0.0
8.4 DCIM_LCService.ReInitiateDHS()
A method used to reinitiate the provisioning server discovery and handshake.
Table 10 DCIM_LCService.ReInitiateDHS() Method: Return Code Values
Value
Description
0
Request was successfully executed.
1
Method is unsupported.
2
Error occurred
Table 11 DCIM_LCService.ReInitiateDHS() Method: Parameters
Qualifiers
Name
Type
Description/Values
IN
(optional)
ProvisioningServer
string
An optional parameter to specify
provisioning server addresses and ports
used for auto discovery. If omitted, the
Lifecycle Controller will get the value from
DHCP or DNS
IN
ResetToFactoryDefaults
boolean
If set to “true”, all configuration information
is replaced with the auto discovery factory
defaults. If set to “false”, an error will be
returned
IN
PerformAutoDiscovery
uint16
A value of "Off = 1" disables auto discovery.
A value of "Now = 2" enables and initiates
auto discovery immediately. A value of
“NextBoot = 3" will delay reconfiguration and
auto discovery until next powercycle.
OUT
MessageID
string
Error Message ID- can be used to index into
Dell Message registry files
OUT
Message
string
Error Message in English corresponding to
MessageID is returned if the method fails to
execute
OUT
MessageArguments
string[]
Substitution variables for dynamic error
messages
8.5 DCIM_LCService.ClearProvisioningServer()
A method used to clear the provisioning server values.