White Papers

Version 1.5.0 21
Table 12DCIM_LCService.SetAttribute() Method: Standard Messages 412
MessageID (OUT parameter) Message MessageArguments[]
LC002 General failure NA
LC003
Failed to change the FW Update
mode
NA
LC004 PS info not formatted correctly NA
LC005 Invalid FW update mode NA
LC007 Invalid parameter
NA
LC008
Unsupported method parameter
value
NA
LC012
Lifecycle Controller is being used
by another process
NA
LC015 Invalid Part Configuration Update
NA
LC016 Missing required parameter
<parameter>
LC036 System Services is disabled
NA
LC041 Virtual Address Mgmt file error
NA
LC042
Virtual Address Mgmt using
FlexAddr
NA
LC048 Invalid value of IPChangeNotifyPS
NA
LC049
Invalid value of
VirtualAddressManagement
NA
LC057 Invalid AttributeName.
NA
LC058
Invalid AttributeValue for
AttributeName.
<parameter>
LC059
Cannot set ReadOnly
AttributeName.
<parameter>
413
8.2 DCIM_LCService.SetAttributes() 414
The SetAttributes() method is used to set or change the values of a group of attributes. 415
Invoking the SetAttributes() method shall change the values of the DCIM_LCAttribute.CurrentValue or 416
PendingValue properties that correspond to the names specified by the AttributeName parameter and the 417
values specified by the AttributeValue parameter if the respective DCIM_LCAttribute.IsReadOnly property 418
is FALSE. Invoking the method when the respective DCIM_LCAttribute.IsReadOnly property is TRUE 419
shall result in no change to the corresponding value of the DCIM_LCAttribute.CurrentValue property. 420
Return code values for the SetAttributes() method are specified in Table 13, and parameters are 421
specified in Table 14. 422
NOTE: Invoking the SetAttributes() method multiple times can result in the earlier requests being 423
overwritten or lost. 424