Practices Guide

Lifecycle Controller IntegrationBest Practices Specification
108
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) GetUsersAssignedSerialOverLANPrivileges(): ENUMERATE the
DCIM_IPMISOLRBAIdentityMemberOfCollection class to view all instances. See section 2.2
for a definition of
ENUMERATE .
The associations between the serial Identities and IPMI SOL Role will be returned
16.4 Discovery of users with Assigned CLP Privileges
Enumerate the DCIM_CLPRBAIdentityMemberOfCollection class to view all CLP identities that
are assigned a role.
Applies to: LC1.5.0+
Prerequisites for script: none
Script: GetUsersAssignedCLPPrivileges.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) GetUsersAssignedCLPPrivileges(): ENUMERATE the
DCIM_CLPRBAIdentityMemberOfCollection class to view all instances. See section 2.2 for a
definition of
ENUMERATE .
The associations between all CLP Identities and CLP Roles will be returned.
17 Service Processor Profile Use Cases
17.1 Discovery of Service Processor Profile Support
Use the following procedure below to confirm the existence of Service Processor profile support.
Applies to: LC1.5.0+
Prerequisites for script: none
Script: GetServiceProcessorProfile.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) GetLCRegisteredProfiles(): ENUMERATE the DCIM_LCRegisteredProfile class to view all
registered profiles. See section 2.2 for a definition of
ENUMERATE .
C) Search for “RegisteredName=Service Processorand note its instanceID to use in step D)