White Papers

70 Version 1.3.0
later using the DCIM_JobService.SetupJobQueue() method from the “Job Control Profile”.
1425
DCIM_JobService.SetupJobQueue () can be executed to schedule several configuration jobs including
1426
the reboot job. See the “Job Control Profile” for more details.
1427
Return code values for the CreateTargetedConfigJob() method are specified in Table , and parameters
1428
are specified in Table .
1429
Subsequent calls to CreateTargetedConfigJob after the first CreateTargetedConfigJob results in error
1430
until the first job is completed.
1431
Table 102 CreateTargetedConfigJob() Method: Return Code Values
1432
Value
Description
2
Failed
4096
Job Created
Table 103 CreateTargetedConfigJob() Method: Parameters
1433
Qualifiers
Name
Type
Description/Values
IN, REQ
Target
String
FQDD of the iDRAC Card
IN
ScheduledStartTime
String
Start time for the job execution in format:
yyyymmddhhmmss.
The string "TIME_NOW" means immediate.
IN
UntilTime
String
End time for the job execution in format:
yyyymmddhhmmss.
If this parameter is not NULL, then
ScheduledStartTime parameter shall also be
specified.
OUT
Job
CIM_ConcreteJob
REF
Reference to the newly created pending value
application job.
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
Job Completed Error Message in English
OUT
MessageArguments[]
String
Substitution variables for dynamic error message.
Table 74 CreateTargetedConfigJob() Method: Standard Messages
1434
MessageID (OUT parameter)
Message
MessageArguments[]
RAC001
The command was successful
RAC002
General failure
RAC003
Missing required parameter
<parameter>
AttributeName, AttributeValue,
Target
RAC004
Invalid parameter value for
<parameter>
AttributeName, AttributeValue,
Target
RAC005
Mismatch in AttributeName and
AttributeValue count
RAC006
AttributeValue cannot be changed for
ReadOnly Attrinbute Name
RAC007
Input out of range
RAC008
Invalid boolean Value
RAC009
String exceeds maximum length