Reference Guide
233 Lifecycle Controller Web Services Interface Guide for Linux
<p: GroupUUID>96FB7C5AD83223B549A9A32EE168ED69</p: GroupUUID>
<p: CloneConfiguration>1</p: CloneConfiguration>
</p:JoinGroup_INPUT>
OUTPUT:
<n1:JoinGroup_OUTPUT>
<n1:Message>The server SVR12345 has successfully joined the local iDRAC
group testgroup</n1:Message>
<n1:MessageArguments> SVR12345</n1:MessageArguments>
<n1:MessageArguments> testgroup </n1:MessageArguments>
<n1:MessageID> GMGR0006</n1:MessageID>
<n1:ReturnValue>0</n1:ReturnValue>
24.4
</n1:JoinGroup_OUTPUT>
To Remove Self from Group
Client can invoke the DCIM_iDRACCardService.RemoveSelf() method available in iDRAC Card Profile to
remove from the primary group.
EXAMPLE:
wsman invoke -a RemoveSelf
"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 remove_self.xml -j utf-8 -y basic
The input file remove_self.xml is shown below:
<p:RemoveSelf_INPUT
xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cimschema/2/root/dcim/DCIM_iDRAC
CardService">
<p: GroupName>testgroup</p: GroupName>
</p:RemoveSelf_INPUT>
OUTPUT:
<n1:RemoveSelf_OUTPUT>
<n1:Message>iDRAC successfully removed itself from the local group
testgroup.</n1:Message>
<n1:MessageArguments>testgroup </n1:MessageArguments>
<n1:MessageID>GMGR0006</n1:MessageID>
<n1:ReturnValue>0</n1:ReturnValue>
24.5
</n1:RemoveSelf_OUTPUT>
To Delete the Primary Group
Client can invoke the DCIM_iDRACCardService.DeleteGroup() method available in iDRAC Card Profile to
Deletethe group.
EXAMPLE:
wsman invoke -a DeleteGroup
"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