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 Certificate


Note -  You can use the get and set comm ands to view and configure LDAP/SSL certificate settings. For a description of the MIB objects used in these commands, see the SUN-ILOM-CONTROL-MIB.
  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 clear the certificate information associated with the server when it is set to true, type:
      % snmpset SNMP_agent ilomCtrlLdapSslCertFileClear.0 i 0
      
    • To view the certificate version of the certificate file, type:
      % snmpget SNMP_agent ilomCtrlLdapSslCertFileVersion.0
      
    • To view the serial number of the certificate file, type:
      % snmpget SNMP_agent ilomCtrlLdapSslCertFileSerialNo.0
      
    • To view the issuer of the certificate file, type:
      % snmpget SNMP_agent ilomCtrlLdapSslCertFileIssuer.0
      
    • To view the subject of the certificate file, type:
      % snmpget SNMP_agent ilomCtrlLdapSslCertFileSubject.0
      
    • To view the valid start date of the certificate file, type:
      % snmpget SNMP_agent ilomCtrlLdapSslCertFileValidBegin.0
      
    • To view the valid end date of the certificate file, type:
      % snmpget SNMP_agent ilomCtrlLdapSslCertFileValidEnd.0