Configure ILOM for Host-to-ILOM Interconnect

Check that the Host-to-ILOM interconnect on the service processor (SP) and set to true for "hostmanaged" (this is the default).

  1. Log into Oracle ILOM command line interface by typing the command:

    ssh root@sp_ip_address

    where sp_ip_address represents the IP address of the SP for the server.

  2. Check the status of the interconnect by typing the command:

    show /SP/network/interconnect

    You should see output similar to:

    -> show
    
     /SP/network/interconnect
        Targets:
    
        Properties:
            hostmanaged = true
            type = USB Ethernet
            ipaddress = 169.254.182.76
            ipnetmask = 255.255.255.0
            spmacaddress = 02:21:28:57:47:16
            hostmacaddress = 02:21:28:57:47:17
    
        Commands:
            cd
            set
            show
    
    ->
  3. If the interconnect is not set to "hostmanaged = true" reset it using the Oracle ILOM set command. Type the commands:

    cd /SP/network/interconnect

    set hostmanaged=true

  4. Log out when you are finished.

For more information, refer to the Oracle Integrated Lights Out Manager Documentation Collection at: https://www.oracle.com/goto/ilom/docs