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 Alternate Server


Note -  You can use the get and set commands to set the values of MIB object properties to configure the Active Directory Alternate Server 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 IP address of Active Directory alternate server ID number 2, type:
      % snmpget SNMP_agent
       ilomCtrlActiveDirAlternateServerIp.2
      SUN-ILOM-CONTROL-MIB::ilomCtrlActiveDirAlternateServerIp.2 = 
      IpAddress: 10.7.143.236
      
    • To set the IP address of Active Directory alternate server ID number 2 to 10.7.143.246, type:
      % snmpset SNMP_agent
      ilomCtrlActiveDirAlternateServerIp.2 a 10.7.143.246
      SUN-ILOM-CONTROL-MIB::ilomCtrlActiveDirAlternateServerIp.2 = 
      IpAddress: 10.7.143.246
      % snmpget  SNMP_agent
      ilomCtrlActiveDirAlternateServerIp.2
      SUN-ILOM-CONTROL-MIB::ilomCtrlActiveDirAlternateServerIp.2 = 
      IpAddress: 10.7.143.246
      
    • To view the port number of Active Directory alternate server ID number 2, type:
      % snmpget SNMP_agent
      ilomCtrlActiveDirAlternateServerPort.2
      SUN-ILOM-CONTROL-MIB::ilomCtrlActiveDirAlternateServerPort.2 = 
      INTEGER: 636
      
    • To set the port number of Active Directory alternate server ID number 2 to 639, type:
      % snmpset SNMP_agent
      ilomCtrlActiveDirAlternateServerPort.2 i 639
      SUN-ILOM-CONTROL-MIB::ilomCtrlActiveDirAlternateServerPort.2 = 
      INTEGER: 639
      % snmpget SNMP_agent
      ilomCtrlActiveDirAlternateServerIp.2
      SUN-ILOM-CONTROL-MIB::ilomCtrlActiveDirAlternateServerPort.2 = 
      INTEGER: 639
      
    • To view the certificate status of Active Directory alternate server ID number 2, type:
      % snmpget SNMP_agent
      ilomCtrlActiveDirAlternateServerCertStatus.2
      SUN-ILOM-CONTROL-MIB::ilomCtrlActiveDirAlternateServerCertStatus.
      2 = STRING: certificate not present
      
    • To view the certificate URI of Active Directory alternate server ID number 2, type:
      % snmpget SNMP_agent
      ilomCtrlActiveDirAlternateServerCertURI.2
      SUN-ILOM-CONTROL-MIB::ilomCtrlActiveDirAlternateServerCertURI.2 = 
      STRING: none
      
    • To clear the certificate information associated with the server when it is set to true, type:
      % snmpset SNMP_agent
      ilomCtrlActiveDirAlternateServerCertClear.0 i 1
      
    • To view the certificate version of the alternate server certificate file, type:
      % snmpget SNMP_agent
      ilomCtrlActiveDirAlternateServerCertVersion.0
      
    • To view the serial number of the alternate server certificate file, type:
      % snmpget SNMP_agent
      ilomCtrlActiveDirAlternateServerCertSerialNo.0
      
    • To view the issuer of the alternate server certificate file, type:
      % snmpget SNMP_agent
      ilomCtrlActiveDirAlternateServerCertIssuer.0
      
    • To view the subject of the alternate server certificate file, type:
      % snmpget SNMP_agent
      ilomCtrlActiveDirAlternateServerCertSubject.0
      
    • To view the valid start date of the alternate server certificate file, type:
      % snmpget SNMP_agent
      ilomCtrlActiveDirAlternateServerCertValidBegin.0
      
    • To view the valid end date of the alternate server certificate file, type:
      % snmpget SNMP_agent
      ilomCtrlActiveDirAlternateServerCertValidEnd.0
      

      The following table describes the Active Directory Alternate Server SNMP MIB objects.

      MIB Object
      Description
      Allowed Values
      Type
      Default
      ilomCtrlActive DirAlternate ServerId
      An integer identifier of the Active Directory alternate server table.
      1 to 5
      This object is not accessible for reading or writing.
      Integer
      None
      ilomCtrlActive DirAlternate ServerIP
      The IP address of the Active Directory alternate server used as a name service for user accounts.
      ipaddress
      String
      None
      ilomCtrlActive DirAlternate ServerPort
      Specifies the port number for the Active Directory alternate server. Specifying 0 as the port indicates that autoselect will use the well-known port number. Specifying 1 - 65535 explicitly sets the port number.
      portnumber (range: 0 to 65535)
      Integer
      None
      ilomCtrlActive DirAlternate ServerCert Status
      A string indicating the status of the certificate file. This is useful in determining whether a certificate file is present or not.
      status (maximum size: 255 characters)
      String
      None
      ilomCtrlActive DirAlternate ServerCertURI
      This is the URI of a certificate file needed when Strict Certificate Mode is enabled. Setting the URI causes the transfer of the file, making the certificate available immediately for certificate authentication. Additionally, either remove or restore is supported for direct certificate manipulation.
      URI
      String
      None