White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Windows  Version: 2.1.0 
143 
 <p:AttributeValue>testname</p:AttributeValue> 
 <p:AttributeName>IscsiInitiatorChapId</p:AttributeName> 
 <p:AttributeValue>testid</p:AttributeValue> 
 <p:AttributeName>IscsiInitiatorChapPwd</p:AttributeName> 
 <p:AttributeValue>testpassword</p:AttributeValue> 
 <p:AttributeName>FirstTgtIpAddress</p:AttributeName> 
 <p:AttributeValue>2.2.2.2</p:AttributeValue> 
 <p:AttributeName>FirstTgtIscsiName</p:AttributeName> 
 <p:AttributeValue>tgtiscsitest</p:AttributeValue> 
 <p:AttributeName>FirstTgtChapId</p:AttributeName> 
 <p:AttributeValue>firsttestID</p:AttributeValue> 
 <p:AttributeName>FirstTgtChapPwd</p:AttributeName> 
 <p:AttributeValue>testpassword2</p:AttributeValue> 
</p:SetAttributes_INPUT> 
OUTPUT: 
SetAttribute_OUTPUT 
 Message = The command was successful 
 MessageID = NIC001 
 RebootRequired = Yes 
 ReturnValue = 0 
 SetResult = Set PendingValue 
15.16  Setting the FCoE Boot Target 
The SetAttributes() method is used to set or change the values of the FCoE boot target attributes. 
Invoke the SetAttributes() method with the following parameters (from 15.1) and syntax: 
Target: FQDD attained through DCIM_NICEnumeration  
AttributeName: Attained from AttributeName field  
AttributeValue: A new value to assign to the specified NICAttribute. If this value is valid, it is 
applied to the PendingValue property or the Currentvalue property of the specified 
NICAttribute. Possible choices are attained from PossibleValues field, such as: 
Possible values: Disabled, Enabled 
EXAMPLE: 
winrm i SetAttributes http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_NICService 
?SystemCreationClassName=DCIM_ComputerSystem 
+CreationClassName=DCIM_NICService 
+SystemName=DCIM:ComputerSystem 
+Name=DCIM:NICService 
-u:[USER] -p:[PASSWORD]  










