White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
143 
[INSTANCE ID]: Obtained from the BootSourceSetting Class enumeration, this example uses 
the field IPL 
source: Reference to the InstanceID attribute from Section 14.3 
EnabledState: State of boot source element 
Disabled=0, Enabled=1 
EXAMPLE: 
wsman invoke -a ChangeBootSourceState http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_BootConfigSetting 
 ?InstanceID=$INSTANCEID -h $IPADDRESS -V -v -c dummy.cert -P 443 
 -u $USERNAME -p $PASSWORD -J ChangeBootSourceState.xml 
 -j utf-8 -y basic 
The input file ChangeBootSourceState.xml is shown below: 
<p:ChangeBootSourceState_INPUT xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_BootConfigSetting"> 
 <p:EnabledState>0</p:EnabledState> 
 <p:source>IPL:Optical.SATAEmbedded.A-1:eb8aeb15796fb85f8e1447f0cfb8a68e</p:source> 
</p:ChangeBootSourceState_INPUT> 
 OUTPUT: 
<n1:ChangeBootSourceState_OUTPUT> 
 <n1:Message>The command was successful</n1:Message> 
 <n1:MessageID>BOOT001</n1:MessageID> 
 <n1:ReturnValue>0</n1:ReturnValue> 
</n1:ChangeBootSourceState_OUTPUT> 
15  NIC/CNA Card Management 
This feature provides the ability to get and set the Network Interface (NIC) Card or Converged Network 
Adapter (CNA) attributes that are configurable using NIC/CNA Option-ROM or NIC/CNA UEFI HII. The 
attributes include functionalities for the following: 
  Partition and personality (CNA only) 
  iSCSI boot and PXE boot that are part of the NIC/CNA firmware 
The ability to configure CNAs has been added to the NIC profile that extends the management 
capabilities of the referencing profiles. The NICs/CNAs are modeled as views with collections of 
attributes where there is a view for each partition on the controller.  
The NIC/CNA Inventory has these classes and views:  
1.  DCIM_NICEnumeration, (see Section 15.1) 










