White Papers

54 Version 1.3.0
Qualifiers
Name
Type
Description/Values
OUT
Job
1
CIM_ConcreteJob
REF
Reference to the newly created pending value
application job.
1
OUT
MessageID
String
Error MessageID
OUT
Message
String
Error Message
OUT
MessageArguments[]
String
Error MessageArguments
NOTE: 1 If return code is 4096 (Job Created), the newly created job will not execute if the LC core services are not
903
running (DCIM_LCEnumeration with AttributeName equal to “LifecycleControllerState” has the CurrentValue property
904
equal to “Disabled”).
905
906
Table 64 DCIM_NICService.CreateTargetedConfigJob( ) Method: Standard Messages
907
MessageID (OUT parameter)
Message
MessageArguments[]
NIC001
The command was successful
NIC002
Resource allocation failure
NIC003
Missing required parameter
NIC004
Invalid parameter value for
<parameter name>
Parameter
NIC007
Configuration job already created,
cannot create another config job on
specified target until existing job is
completed or is cancelled
NIC008
No pending data is present to create
a Configuration job
NIC009
System Services is currently in use,
cannot create Configuration job
NIC010
System Services is disabled, cannot
create Configuration job
NIC011
Configuration job already created,
pending data cannot be deleted
NIC012
No pending data present to delete
NIC017
Unable to delete vFlash pending one-
time boot configuration
LC062
An instance of Export or Import
System Configuration is already
running.
8.4 DCIM_NICService.DeletePendingConfiguration()
908
The DeletePendingConfiguration( ) method is used to cancel the pending values created by the
909
SetAttribute and SetAttributes methods. The DeletePendingConfiguration( ) method cancels the pending
910
configuration changes made before the configuration job is created with CreateTargetedConfigJob(). This
911
method only operates on the pending changes prior to CreateTargetedConfigJob() being called. After the
912
configuration job is created, the pending changes can only be canceled by calling DeleteJobQueue()
913
method in the Job Control profile.
914
Return code values for the DeletePendingConfiguration( ) method are specified in Table 65, and
915
parameters are specified in Table 66.
916