White Papers

Table Of Contents
32 Version 1.0.0
Table 29 DCIM_FCService.SetAttribute( ) Method: Return Code Values
587
Value
Description
0
Completed with no error
2
Failed
Table 30 DCIM_FCService.SetAttribute( ) Method: Parameters
588
Qualifiers
Name
Type
Description/Values
IN, REQ
Target
String
FQDD of the FC
IN, REQ
AttributeName
String
Shall contain the AttributeName property value for the
attribute to be modified.
IN, REQ
AttributeValue[]
String
Shall contain the desired attribute value.
If the value is valid, the CurrentValue or PendingValue
property of the specified attribute will be modified.
OUT
SetResult
String
Returns:
"Set CurrentValue property" when the attributes
current value is set.
“Set PendingValue” when the attributes 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
Table 31 DCIM_FCService.SetAttribute( ) Method: Standard Messages
589
MessageID (OUT parameter)
Message
MessageArguments[]
FC001
The command was successful
FC002
Resource allocation failure
FC003
Missing required parameter
FC004
Invalid parameter value for
<parameter name>
Parameter
FC005
Mismatch in AttributeName and
AttributeValue count
FC006
Configuration job already created,
cannot set attribute on specified
target until existing job is completed
or is cancelled
FC007
Configuration job already created,
cannot create another config job on
specified target until existing job is
completed or is cancelled
FC008
No pending data is present to create
a Configuration job
FC009
Lifecycle Controller is currently in
use.
FC010
Lifecycle Controller is not enabled,
cannot create Configuration job.