White Papers

66 Version 1.3.0
MessageID (OUT parameter)
Message
MessageArguments[]
LIC502
Feature(s) not available.
LIC503
A required license is missing or
expired. The following features are
not enabled: <features>
LC062
An instance of Export or Import
System Configuration is already
running.
1392
8.2 DCIM_iDRACCardService.SetAttributes()
1393
The SetAttributes( ) method is used to set or change the values of a group of attributes.
1394
Invocation of the SetAttributes( ) method shall change the values of the
1395
DCIM_IDRACCardAttribute.CurrentValue or PendingValue properties that correspond to the names
1396
specified by the AttributeName parameter and the values specified by the AttributeValue parameter if the
1397
respective DCIM_IDRACCardAttribute.IsReadOnly property is FALSE. Invocation of this method when
1398
the respective DCIM_IDRACCardAttribute.IsReadOnly property is TRUE shall result in no change to the
1399
corresponding value of the DCIM_IDRACCardAttribute.CurrentValue property.
1400
NOTE: If setting numerous attributes at the same time, please make sure that WSMAN client has a timeout of at
1401
least 120 seconds.
1402
Return code values for the SetAttributes() method are specified in Table , and parameters are specified in
1403
Table .
1404
Invoking the SetAttributes( ) method multiple times can result in the earlier requests being overwritten or
1405
lost.
1406
Table 73 SetAttributes() Method: Return Code Values
1407
Value
Description
0
Completed with no error
2
Failed
Table 100 SetAttributes( ) Method: Parameters
1408
Qualifiers
Name
Type
Description/Values
IN, REQ
Target
String
FQDD of the iDRAC Card
IN, REQ
AttributeName[]
String
An array of values where each value shall be
formatted in the following way:
<GroupID property value>#<AttributeName
property value>.
Example: “MyGroup#MyAttribute”
IN, REQ
AttributeValue[]
String
Shall contain the desired attribute values. Array
attributes shall not be set using this method.
If the value is valid, the CurrentValue or
PendingValue property of the specified attribute
will be modified.