Reference Guide
236 Lifecycle Controller Web Services Interface Guide for Linux
26 ConnectionView
The DCIM Switch Connection Profile describes the View connection details of iDRAC dedicated port and
shared LOM and configuration.
Profile and Associated MOFs:
http://www.delltechcenter.com/page/DCIM.Library.Profile
26.1 Enabling the Connection View feature
SwitchConnectionView.1#Enable is the enumeration attribute and it is available in
DCIM_IDRACCardEnumeration , it can be enabled or Disabled.
EXAMPLE:
wsman invoke -a ApplyAttribute
"http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_iDRACCardSer
vice?SystemCreationClassName=DCIM_ComputerSystem,CreationClassName=DCIM_iDRACC
ardService,SystemName=DCIM:ComputerSystem,Name=DCIM:iDRACCardService"
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
-J ApplyAttribute_SCV.xml -j utf-8 -y basic
The input file ApplyAttribute_SCV.xml is shown below:
<p:ApplyAttribute_INPUT
xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_iDRA
CCardService">
<p:Target>iDRAC.Embedded.1</p:Target>
<p:AttributeName> SwitchConnectionView.1#Enable</p:AttributeName>
<p:AttributeValue>Enabled</p:AttributeValue>
</p:ApplyAttribute_INPUT>
OUTPUT:
<n1:ApplyAttribute_OUTPUT>
<n1:Message>The command was successful.</n1:Message>
<n1:MessageID>RAC001</n1:MessageID>
<n1:RebootRequired>No</n1:RebootRequired>
<n1:ReturnValue>0</n1:ReturnValue>
<n1:SetResult>Set CurrentValue</n1:SetResult>
26.2 View Connection Instance
DCIM_iDRACSwitchConnectionView will list all the instance of the Connection View details.
EXAMPLE:
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DC
IM_SwitchConnectionView
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
-j utf-8 -y basic
OUTPUT:
<wsen:EnumerateResponse>
<wsman:Items>
<n1:DCIM_SwitchConnectionView>
<n1:FQDD>iDRAC.Embedded.1</n1:FQDD>
<n1:InstanceID>iDRAC.Embedded.1</n1:InstanceID>