User's Manual
Remote Service Features 89
•
Allow version upgrade only
-
If the input for the CurrentValue is Allow
version upgrade only, firmware update on replaced parts will be
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 will be
updated to the version of the original part.
•
Disable
-
If the input is Disable, the firmware upgrade actions will not
occur.
The apply action is performed by invoking the CreateConfigJob() method on
the DCIM_LCService class. 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.
To check job completion status, enumerate instances of the
DCIM_LifecycleJob class and check for the instance where the
InstanceID = job ID returned by the CreateConfigJob() method. The
JobStatus property on the job instance will indicate the job is completed
when the part replacement properties have been set.
LC1_3.book Page 89 Monday, December 7, 2009 3:14 PM