Practices Guide

Lifecycle Controller IntegrationBest Practices Specification
107
[LC2.0.0] GetLCRegisteredProfile():
GET the applicable instance using the InstanceID from C). See Section 2.3 for a definition of
GET.
Results for the InstanceID of DCIM:RoleBasedAuthorization:1.0.0 shown below. If no instance is
returned, the profile is not supported.
DCIM_LCRegisteredProfile
AdvertiseTypeDescriptions = WS-Identify
AdvertiseTypeDescriptions = Interop Namespace
AdvertiseTypes = 1
AdvertiseTypes = 1
InstanceID = DCIM:RoleBasedAuthorization:1.0.0
OtherRegisteredOrganization = DCIM
ProfileRequireLicense
ProfileRequireLicenseStatus
RegisteredName = Role Based Authorization
RegisteredOrganization = 1
RegisteredVersion = 1.0.0
16.2 Discovery of Users with Assigned LAN Privileges
Enumerate the DCIM_IPMIRBAIdentityMemberOfCollection class to view all IPMI LAN identities
that are assigned a role.
Applies to: LC1.5.0+
Prerequisites for script: none
Script: GetUsersAssignedLANPrivileges.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) GetUsersAssignedLANPrivileges(): ENUMERATE the
DCIM_IPMIRBAIdentityMemberOfCollection class to view all instances. See section 2.2 for a
definition of
ENUMERATE .
The associations between all LAN Identities and IPMI Roles will be returned.
16.3 Discovery of Users with Assigned Serial over LAN Privileges
Enumerate the DCIM_IPMISOLRBAIdentityMemberOfCollection class to view all serial identities
that are assigned a role.
Applies to: LC1.5.0+
Prerequisites for script: none
Script: GetUsersAssignedSerialOverLANPrivileges.win