Users Guide

Invoke the SetAttribute() method on the DCIM_LCService class to set the attributes. The SetAttribute() method takes
as input parameters the property names and values. The table lists the values of the part firmware and configuration
update.
Options Values
Part Firmware Update
Allow version upgrade only If the input for the CurrentValue is Allow version upgrade
only, firmware update on replaced parts is performed if
the firmware version of the new part is lower than the
original part.
Match firmware of replaced part If the input for the CurrentValue is Match firmware of
replaced part, firmware on the new part is updated to the
version of the original part.
Disable If the input is Disable, the firmware upgrade actions do not
occur.
Part Configuration Update
Apply always The current configuration is applied if a part is replaced.
Apply only if firmware match The current configuration is applied only if the current
firmware matches with the firmware of a replaced part.
Disabled The current configuration is not applied if a part is
replaced.
Invoke the CreateConfigJob() method on the DCIM_LCService class to apply the values. The CreateConfigJob()
method takes as parameters the scheduled start time (which can be TIME_NOW) and a reboot if required flag. A job ID
is returned as a parameter and can be used to check on the job completion status.
60