White Papers

Version 1.3.0 59
MessageID(OUT
parameter)
Message
STOR007
Resource Allocation Failure
STOR039
Mismatch in AttributeName and AttributeValue count
STOR037
Missing required parameter <Parameter Name>
STOR038
Invalid parameter value for <Parameter Name>
STOR040
Invalid Attribute Name <Attribute Name>
STOR041
Invalid Attribute Value for Attribute Name <Attribute Name>
STOR042
Unsupported Attribute Value for Attribute Name <Attribute Name>
STOR047
AttributeValue cannot be changed for ReadOnly Attribute Name <Attribute
Name>
LC062
An instance of Export or Import System Configuration is already running.
Table 73 DCIM_RAIDService.SetAttributes( ) Method: Parameters
847
Qualifiers
Name
Type
Description/Values
IN, REQ
Target
String
FQDD of of target device
IN, REQ
AttributeName[ ]
String
The array parameter shall contain the AttributeName
property values for the attributes to be modified.
IN, REQ
AttributeValue[ ]
String
The array parameter shall contain the desired attribute
values.
If the value is valid, the CurrentValue or PendingValue
property of the specified attribute will be modified.
OUT
SetResult[ ]
String
Returns:
”Set CurrentValue" when the attribute’s
current value is set.
“Set PendingValue” when the attribute’s
pending value is set.
OUT
RebootRequired[]
String
Returns:
“Yes” if reboot is required.
“No” if reboot is not required.
OUT
MessageID[]
String
Error MessageID
OUT
Message[]
String
Error Message
OUT
MessageArguments[]
String
Error MessageArguments
848
8.17 DCIM_RAIDService.RemoveControllerKey()
849
The RemoveControllerKey() method erases the encryption key on controller.
850
CAUTION: All encrypted drives shall be erased.
851