Reference Guide

218 Lifecycle Controller Web Services Interface Guide for Linux
Output
parameter
Name
Possible values
Description
2 (Out of POST)
Server is out of POST
3 (Collecting System
Inventory)
Server is currently executing UEFI Collect System
Inventory On Restart application
4 (Automated Task
Execution)
Server is currently executing scheduled jobs using
UEFI Automated Task application
5 (Lifecycle Controller
Unified Server
Configurator)
Server is executing UEFI Lifecycle Controller Unified
Server Configurator application
LCStatus
0 (Ready)
Lifecycle Controller instrumentation is up to date and enabled
1 (Not Initialized)
Lifecycle Controller instrumentation is not initialized. The
initialization operation may take up to a minute.
2 (Reloading Data)
Lifecycle Controller instrumentation is currently refreshing its
cache because of a recent configuration change. The reloading
operation typically takes few seconds and could take up to few
minutes to complete.
3 (Disabled)
Lifecycle Controller is disabled on the server.
Lifecycle Controller can be enabled through Remote Services or
F2 iDRAC configuration.
4 (In Recovery)
Lifecycle Controller is in Recovery mode. Refer to iDRAC users
guide on instructions on how to repair Lifecycle Controller.
5 (In Use)
Lifecycle Controller is being currently used by another process.
20.2 Restarting Remote Service Status
If you continue to get “Not Ready” remote service status, invoke the DeleteJobQueue() method with
JID_CLEARALL job id to restart the remote service [LC1.5.x ONLY].
EXAMPLE:
wsman invoke -a DeleteJobQueue
http://schemas.dmtf.org/wbem/wscim/1/cimschema/2/root/dcim/DCIM_JobService?Cre
ationClassName=DCIM_JobService,Name=JobService,SystemName=Idrac,SystemCreation
ClassName=DCIM_ComputerSystem
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
-j utf-8 -y basic -k JobID="JID_CLEARALL"
OUTPUT:
<n1:DeleteJobQueue_OUTPUT>
<n1:Message>The specified job was deleted</n1:Message>
<n1:MessageID>SUP020</n1:MessageID>
<n1:ReturnValue>0</n1:ReturnValue>
</n1:DeleteJobQueue_OUTPUT>