Reference Guide

235 Lifecycle Controller Web Services Interface Guide for Linux
25 System Configure Lock down mode
If System configure lock down mode enabled then the System configuration features are blocked, except
for the power related operation.
Profile and Associated MOFs:
http://www.delltechcenter.com/page/DCIM.Library.Profile
25.1 Enabling the System Configure Lock down mode
The iDRACCardService.ApplyAttribute() method can be used to change the
Lockdown.1#SystemLockdown attribute.
Lockdown.1#SystemLockdown 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_SCL.xml -j utf-8 -y basic
The input file ApplyAttribute_SCL.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> Lockdown.1#SystemLockDown</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>