Manage Active Directory Operator Groups
Note -
You can use the
get and
set commands to configure the
Active Directory Operator Groups settings. For a description of the MIB objects used in this procedure, see the table that follows the procedure.
-
Log in to a host that has an SNMP tool and the Oracle ILOM MIBs installed. For example, type:
ssh username@snmp_manager_ipaddress
Password: password
-
To view the name of Active Directory operator group ID number 2, type:
% snmpget SNMP_agent
ilomCtrlActiveDirOperatorGroupName.2
SUN-ILOM-CONTROL-MIB::ilomCtrlActiveDirOperatorGroupName.2 =
STRING: ad-oper-group-ent-2
-
To set the name of Active Directory operator group ID number 2 to new-name-2, type:
% snmpset SNMP_agent
ilomCtrlActiveDirOperatorGroupName.2 s new-name-2
SUN-ILOM-CONTROL-MIB::ilomCtrlActiveDirOperatorGroupName.2 =
STRING: new-name-2
% snmpget SNMP_agent
ilomCtrlActiveDirOperatorGroupName.2
SUN-ILOM-CONTROL-MIB::ilomCtrlActiveDirOperatorGroupName.2 =
STRING: new-name-2
The following table describes the Active Directory Operator Groups SNMP MIB objects.
|
|
|
|
|
ilomCtrlActive
DirOperator
GroupId
|
An integer identifier of the Active Directory Operator Groups entry.
|
1 to 5
Note -
This object is not accessible for reading or writing.
|
Integer
|
None
|
ilomCtrlActive
DirOperator
GroupName
|
This string should contain a Distinguished Name that exactly matches one of the group names on the Active Directory server. Any user belonging to one of these groups in this table will be assigned the Oracle ILOM role of Operator.
|
name (maximum of 255 characters)
|
String
|
None
|
|