Practices Guide

Lifecycle Controller IntegrationBest Practices Specification
105
A) The Lifecycle Controller remote service must be in a “ready” state before executing any
other WSMAN commands. The GetRSStatus() method or the GetRemoteServicesAPIStatus()
method may be used depending on the version of the LC Management registered profile.
B) GetLCLogEntries(): ENUMERATE the DCIM_LCLogEntry class to view all instances of the
class LCLogEntry. See section 2.2 for a definition of
ENUMERATE .
C) GetLCLogEntry(): GET the desired InstanceID of from B). See section 2.3 for a definition
of
GET. This will display the current comment.
D) SetLCLogEntryComment(): Set the desired comment into the InstanceID of from C)
E) GetLCLogEntry(): GET the desired InstanceID of from B) to confirm new comment
15.6 List System Event Record Logs
Use the following procedure below to list the inventory of all SELRecordLog instances in the
system.
Applies to: LC1.5.0+
Prerequisites for script: none
Script: GetSystemEventLogs.win
A) The Lifecycle Controller remote service must be in a “ready” state before executing any
other WSMAN commands. The GetRSStatus() method or the GetRemoteServicesAPIStatus()
method may be used depending on the version of the LC Management registered profile.
B) GetSystemEventLogs(): ENUMERATE the DCIM_SELRecordLog class to view all instances.
See section 2.2 for a definition of
ENUMERATE .
The instance information of all available SELRecordLog will be returned
15.7 List System Event Record Log Capabilities
Use the following procedure below to list the inventory of all SELRecordLogCapabilities
instances in the system.
Applies to: LC1.5.0+
Prerequisites for script: none
Script: GetSystemEventLogCapabilities.win
A) The Lifecycle Controller remote service must be in a “ready” state before executing any
other WSMAN commands. The GetRSStatus() method or the GetRemoteServicesAPIStatus()
method may be used depending on the version of the LC Management registered profile.
B) GetSystemEventLogCapabilities(): ENUMERATE the DCIM_SELRecordLogCapabilities class
to view all instances. See section 2.2 for a definition of
ENUMERATE .