White Papers

Version 1.6.0 45
586
8.18 DCIM_LCService.ImportSystemConfiguration()
587
This method is used to import the system configuration from the Lifecycle Controller from a file on a
588
remote share. The successful invocation of this method shall return a job. The job execution results shall
589
be logged in the Lifecycle log as part of configuration results. The Dell Record Log Profile provides the
590
DCIM_LCRecordLog.GetConfigResults() method to retrieve the configuration results from the lifecycle
591
logs based on the returned job’s JobID (see Dell Record Log Profile for more details).Table 67
592
DCIM_LCService.ImportSystemConfiguration() Method: Return Code Values
593
Value
Description
2
Error occurred
4096
Job started: REF returned to started CIM_ConcreteJob
Table 68 DCIM_LCService.ImportSystemConfiguration() Method: Parameters
594
Qualifiers
Name
Type
Description/Values
IN, REQ
IPAddress
string
The IP address of the target import server.
IN, REQ
ShareName
string
The directory path to the mount point.
IN, REQ
FileName
string
The target output file name.
IN, REQ
ShareType
uint16
Type of share: NFS=0, CIFS=2
IN
ShutdownType
uint16
Type of the host shut down before perform
the import operation.
Type of shut down: Graceful=0, Forced =1
IN
TimeToWait
uint16
The time to wait for the host to shut down.
Default and minimum value is 300 seconds.
Maximum value is 3600 seconds.
IN
EndHostPowerState
uint16
The desired host power state after the
import operation is finished. Default value is
1 - On.
Type of state: Off=0, On=1
IN
Username
String
User name for the target import server.
IN
Password
String
Password for the target import server.
OUT
Job
CIM_ConcreteJob
REF
Returned to keep track of config job status.
OUT
MessageID
String
Error Message ID may be used to look-up in
the Dell Message registry files. For more
information, see Error Message Registry.
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.
Table 69 DCIM_LCService.ImportSystemConfiguration() Method: Standard Messages
595
MessageID (OUT parameter)
Message
MessageArguments[]
LC016
Missing required parameter
<parameter name>
Parameter name, see Table 65