Reference Guide

223 Lifecycle Controller Web Services Interface Guide for Linux
23 Managing Fiber Channel (FC) Configuration
The Fiber Channel Profile extends the management capabilities of referencing profiles by adding the
capability to represent the configuration of fiber channel host bus adapters (FC HBA). The FC HBAs are
modeled as views and attributes where there is a view for each individual controller and multiple attributes
that allow FC HBA configuration.
Profile and Associated MOFs:
http://www.delltechcenter.com/page/DCIM.Library.Profile
23.1 Listing the FC Inventory-Attribute Class
The FC Inventory contains the following attributes: DCIM_FCIAttribute (23.1), DCIM_FCStatistics(23.2),
DCIM_FCString(23.3), DCIM_FCInteger(23.4), and DCIM_FCEnumeration(23.5).
Enumerate FCAttribute class with the following parameters and syntax:
EXAMPLE:
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cimschema/2/root/dcim/DCI
M_FCAttribute
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
-j utf-8 -y basic
OUTPUT:
<s:Body>
<wsen:PullResponse>
<wsen:EnumerationContext>bba65194-d0f9-10f9-8126-215754cb2b78</wsen:Enumera
tionContext>
<wsen:Items>
<n1:DCIM_FCString>
<n1:AttributeDisplayName xsi:nil="true"/>
<n1:AttributeName>DeviceName</n1:AttributeName>
<n1:CurrentValue>QLE2562</n1:CurrentValue>
<n1:Dependency xsi:nil="true"/>
<n1:FQDD>FC.Slot.4-1</n1:FQDD>
<n1:InstanceID>FC.Slot.4-1:DeviceName</n1:InstanceID>
<n1:IsReadOnly>true</n1:IsReadOnly>
<n1:MaxLength>16</n1:MaxLength>
<n1:MinLength>0</n1:MinLength>
<n1:PendingValue xsi:nil="true"/>
<n1:ValueExpression xsi:nil="true"/>
</n1:DCIM_FCString>
</wsen:Items>
</wsen:PullResponse>
</s:Body>
.
.
<s:Body>
<wsen:PullResponse>
<wsen:EnumerationContext>bba65194-d0f9-10f9-8126-
215754cb2b78</wsen:EnumerationContext>
<wsen:Items>
<n1:DCIM_FCInteger>
<n1:AttributeDisplayName xsi:nil="true"/>
<n1:AttributeName>PortNumber</n1:AttributeName>