Go to main content

Oracle® ILOM Protocol Management Reference for SNMP and IPMI Firmware Release 3.2.x

Exit Print View

Updated: January 2017
 
 

Manage Active Directory Administrator Groups


Note -  If you were using the Net-SNMP sample applications, you could use the snmpget and snmpset commands to configure the Active Directory Administrator Groups settings. For a description of the MIB objects used in this procedure, see the table that follows the procedure.
  1. 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

  2. To view the name of Active Directory administrator group ID number 2, type:
    % snmpget SNMP_agent
    ilomCtrlActiveDirAdminGroupName.2
    SUN-ILOM-CONTROL-MIB::ilomCtrlActiveDirAdminGroupName.2 = STRING: 
    CN=spAdmins,DC=spc,DC=north,DC=oracle,DC=com
    
  3. To set the name of Active Directory administrator group ID number 2 to CN=spAdmins,DC=spc,DC=south,DC=oracle,DC=com, type:
    % snmpset SNMP_agent 
    ilomCtrlActiveDirAdminGroupName.2 s CN=spAdmins,DC=spc,DC=
    south,DC=oracle,DC=com
    SUN-ILOM-CONTROL-MIB::ilomCtrlActiveDirAdminGroupName.2 = STRING: 
    CN=spAdmins,DC=spc,DC=south,DC=oracle,DC=com
    % snmpget SNMP_agent 
    ilomCtrlActiveDirAdminGroupName.2
    SUN-ILOM-CONTROL-MIB::ilomCtrlActiveDirAdminGroupName.2 = STRING: 
    CN=spAdmins,DC=spc,DC=south,DC=oracle,DC=com
    

    The following table describes the Active Directory Administrator Groups SNMP MIB objects.

    MIB Object
    Description
    Allowed Values
    Type
    Default
    ilomCtrlActive
    DirAdminGroupId
    An integer identifier of the Active Directory Administrator Groups entry.
    1 to 5

    Note -  This object is not accessible for reading or writing.

    Integer
    None
    ilomCtrlActive
    DirAdminGroup
    Name
    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 Administrator.
    name (maximum of 255 characters)
    String
    None