White Papers

54 Version 1.2.3
NOTE: 1 If return code is 4096 (Job Created), the newly created job will not execute if the LC core services are not 908
running (DCIM_LCEnumeration with AttributeName equal to “LifecycleControllerState” has the CurrentValue property 909
equal to “Disabled”). 910
911
Table 64DCIM_NICService.CreateTargetedConfigJob() Method: Standard Messages 912
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
8.4 DCIM_NICService.DeletePendingConfiguration() 913
The DeletePendingConfiguration() method is used to cancel the pending values created by the 914
SetAttribute and SetAttributes methods. The DeletePendingConfiguration() method cancels the pending 915
configuration changes made before the configuration job is created with CreateTargetedConfigJob(). This 916
method only operates on the pending changes prior to CreateTargetedConfigJob() being called. After the 917
configuration job is created, the pending changes can only be canceled by calling DeleteJobQueue() 918
method in the Job Control profile. 919
Return code values for the DeletePendingConfiguration() method are specified in Table 65, and 920
parameters are specified in Table 66. 921
Table 65DCIM_NICService.DeletePendingConfiguration() Method: Return Code Values 922
Value Description
0 Success
2 Failed
Table 66DCIM_NICService.DeletePendingConfiguration() Method: Parameters 923
Qualifiers Name Type Description/Values
IN, REQ Target String FQDD of the NIC
OUT MessageID String Error MessageID