Web Services Interface Guide

Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux Version: 2.1.0
240
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 thru 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.
EXAMPLE:
wsman invoke -a DeleteJobQueue
http://schemas.dmtf.org/wbem/wscim/1/cimschema/2/root/dcim/DCIM_JobService
?CreationClassName=DCIM_JobService,Name=JobService,
SystemName=Idrac,SystemCreationClassName=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: