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 LDAP/SSL Administrator Groups


Note -  You can use the get and set commands to configure the LDAP/SSL 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. Refer to the following SNMP command examples:
    • To view the name of LDAP/SSL administrator group ID number 3, type:
      % snmpget SNMP_agent
      ilomCtrlLdapSslAdminGroupName.3
      SUN-ILOM-CONTROL-MIB::ilomCtrlLdapSslAdminGroupName.3 = STRING: 
      CN=SpSuperAdmin,OU=Groups,DC=davidc,DC=example,DC=oracle,DC=com
      
    • To set the name of LDAP/SSL administrator group ID number 3 to CN=SpSuperAdmin,OU=Groups,DC=tomp,DC=example,DC=oracle,DC=com, type:
      % snmpset SNMP_agent
      ilomCtrlLdapSslAdminGroupName.3 s CN=SpSuperAdmin,OU=Groups,DC=
      tomp,DC=example,DC=oracle,DC=com
      SUN-ILOM-CONTROL-MIB::ilomCtrlLdapSslAdminGroupName.3 = STRING: 
      CN=SpSuperAdmin,OU=Groups,DC=tomp,DC=example,DC=oracle,DC=com
      % snmpget SNMP_agent
      ilomCtrlLdapSslAdminGroupName.3
      SUN-ILOM-CONTROL-MIB::ilomCtrlLdapSslAdminGroupName.3 = STRING: 
      CN=SpSuperAdmin,OU=Groups,DC=tomp,DC=example,DC=oracle,DC=com
      

      The following table describes the LDAP/SSL Administrator Groups SNMP MIB objects.

      MIB Object
      Description
      Allowed Values
      Type
      Default
      ilomCtrlLdap
      SslAdminGroup
      Id
      An integer identifier of the LDAP/SSL AdminGroup entry.
      1 to 5

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

      Integer
      None
      ilomCtrlLdap
      SslAdminGroup
      Name
      This string should contain a Distinguished Name that exactly matches one of the group names on the LDAP/SSL server. Any user belonging to one of these groups in this table will be assigned the ILOM role of Administrator.
      name (maximum of 255 characters)
      String
      None