Oracle EDR InfiniBand Switch and Virtualized I/O Systems Administration Guide

Exit Print View

Updated: November 2016
 
 

Configure Alternate LDAP over SSL Servers (Oracle ILOM CLI)

The switch supports redundant LDAP over SSL servers in the unlikely event that the primary LDAP over SSL server is unavailable. The switch supports a maximum of five alternate LDAP over SSL servers. Use this task to specify the LDAP over SSL servers by address and set the order of importance for each server.

  1. Specify the alternate server's IP address.
    -> set /SP/clients/ldapssl/alternateservers/Xaddress=IP_address
    ->
    

    where:

    • X is a number from 1 to 5 for each alternate LDAP over SSL server.

    • IP_address is the IP address of the alternate server.

    For example, to set alternate server 1 with an address of 123.45.67.89, type:

    -> set /SP/clients/ldapssl/alternateservers/1 address=123.45.67.89
    Set 'address' to '123.45.67.89'
    ->
    
  2. Set the alternate server's port.
    -> set /SP/clients/ldapssl/alternateservers/1 address=123.45.67.89 port=number
    ->
    

    where:

    • X is a number from 1 to 5 for each alternate AD server.

    • numberis the port number the alternate AD server will use for communication.

    For example, to set alternate server 1 to use port 190, type:

    -> set /SP/clients/ldapssl/alternateservers/1 port=190
    Set 'port' to '190'
    ->
    
  3. (Optional) Administer certificates for the alternate servers.

    See Manage Certificates for Alternate LDAP over SSL Servers (Oracle ILOM CLI).

  4. Repeat this task to configure the required number of alternate servers up to the maximum.

Related Information