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

Exit Print View

Updated: November 2016
 
 

Configure the Remote Log Host (Oracle ILOM CLI)

The Oracle ILOM implementation in the SP provides a protocol for transmitting Oracle ILOM events to a remote log host. The events transmitted are similar to those displayed in the local log.

  • Set the remote log host IP address.
    -> set /SP/clients/syslog/numberaddress=IP_address
    

    where:

    • number is 1 for the first log host and 2 for the second log host.

    • IP_address is the IP address of the log host.


    Note -  Setting a remote log host IP address to 0.0.0.0 disables that functionality.

    For example, to set the IP address of remote host 1 to 123.45.67.89, type:

    -> set /SP/clients/syslog/1 address=123.45.67.89
    Set 'address' to '123.45.67.89'
    ->
    

Related Information