Practices Guide

LC Integration Best Practices Specification
127
Use the following procedure below to delete pending configurations/values set by the
setAttribute(s) method.
Applies to: LC1.5.0+
Prerequisites for script: none
Script: DeletePendingSystemInfoConfiguration.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) GetSystemViews(): ENUMERATE the DCIM_SystemAttributes class to view all available
FQDDs. See section 2.2 for a definition of ENUMERATE .
C) DeletePendingSystemConfiguration(): Invoke the DeletePendingSystemConfiguration()
method on the DCIM_SystemManagementService class to delete pending configurations on
ALL system attributes.
A return message of “No pending data present to delete” indicates that there is no pending
configuration to delete for the respective FQDD.
29 Software Inventory Profile Use Cases
29.1 Instance diagram
Figure 4. Software Inventory: Instance Diagram