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 User Domains


Note -  You can use the get and set commands to configure the Active Directory User Domain 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 user domain ID number 2, type:
    % snmpget  SNMP_agent
     ilomCtrlActiveDirUserDomain.2
    SUN-ILOM-CONTROL-MIB::ilomCtrlActiveDirUserDomain.2 = STRING: 
    <USERNAME>@davidc.example.oracle.com
    
  3. To set the name of Active Directory user domain ID number 2 to <USERNAME>@johns.example.oracle.com, type:
    % snmpset  SNMP_agent
     ilomCtrlActiveDirUserDomain.2 s 
    “<USERNAME>@johns.example.oracle.com”
    SUN-ILOM-CONTROL-MIB::ilomCtrlActiveDirUserDomain.2 = STRING: 
    <USERNAME>@johns.example.oracle.com
    % snmpget  SNMP_agent
     ilomCtrlActiveDirUserDomain.2
    SUN-ILOM-CONTROL-MIB::ilomCtrlActiveDirUserDomain.2 = STRING: 
    <USERNAME>@johns.example.oracle.com
    

    The following table describes the Active Directory User Domains SNMP MIB objects.

    MIB Object
    Description
    Allowed Values
    Type
    Default
    ilomCtrlActive
    DirUserDomain
    Id
    An integer identifier of the Active Directory domain.
    1 to 5
    This object is not accessible for reading or writing.
    Integer
    None
    ilomCtrlActive
    DirUserDomain
    This string should exactly match with an authentication domain on the Active Directory server. This string should contain a substitution string (<USERNAME>), which will be replaced with the user's login name during authentication. Either the principle or Distinguished Name format is allowed.
    name (maximum of 255 characters)
    String
    None