Reference Guide
231 Lifecycle Controller Web Services Interface Guide for Linux
24 GroupManager Configuration
The DCIM iDRAC Card Profile describes the group manager configuration.
Profile and Associated MOFs:
http://www.delltechcenter.com/page/DCIM.Library.Profile
24.1 Enabling GroupManger Feature
The iDRACCardService.ApplyAttribute() method can be used to change the GroupManager.1#Status
attribute
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 DRACService_ApplyAttribute.xml -j utf-8 -y basic
The input file DRACService_ApplyAttribute.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>GroupManager.1#Status</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>
24.2 To View GroupName and GroupUUID Details
Two attribute GroupManager.1#GroupName and GroupManager.1#GroupUUID available in
DCIM_iDracCardString to get the GroupName and Group UUID details.
EXAMPLE:
wsman get http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_iDR
ACCardEnumeration?InstanceID=iDRAC.Embedded.1#GroupManager.1#GroupName
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
-j utf-8 -y basic
OUTPUT:
<n1:DCIM_iDRACCardString>
<n1:AttributeDisplayName>Group Name</n1:AttributeDisplayName>
<n1:AttributeName>GroupName</n1:AttributeName>
<n1:CurrentValue>testgroup-xrev</n1:CurrentValue>
<n1:DefaultValue xsi:nil="true"/><n1:Dependency xsi:nil="true"/>
<n1:DisplayOrder>2</n1:DisplayOrder>