White Papers
LC Integration Best Practices Specification
103
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
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.