Configuring SP Sideband Management

By default, you connect to the server's SP from the network using the dedicated out-of-band NET MGT port. The Oracle ILOM sideband management feature enables you to select either the NET MGT port or one of the server's Gigabit Ethernet ports (named NET n), which are in-band ports, to send and receive Oracle ILOM commands to and from the server SP. In-band ports are also called sideband ports.

The advantage of using a sideband management port to connect to the server's SP is that one fewer cable connection and one fewer network switch port are needed. In configurations where numerous servers are being managed, such as data centers, sideband management can represent a significant savings in hardware and network utilization.

When sideband management is enabled in Oracle ILOM, the following conditions might occur:

  • Connectivity to the server SP might be lost when the SP management port configuration is changed while you are connected to the SP using a network connection, such as SSH, web, or Oracle ILOM Remote Console.

  • In-chip connectivity between the SP and the host OS might not be supported by the on-board host Gigabit Ethernet controller. If this condition occurs, use a different port or route to transmit traffic between the source and destination targets instead of using L2 bridging or switching.

  • Server host power cycles might cause a brief interruption of network connectivity for server Gigabit Ethernet ports that are configured for sideband management. If this condition occurs, configure the adjacent switch or bridge ports as host ports.

Configure SP Sideband Access (Oracle ILOM)

This procedure describes how to change the SP management port to an in-band (or sideband) host network port.

If you perform this procedure using a network connection, you might lose connectivity to the server. Using a serial connection for this procedure eliminates the possibility of losing connectivity during sideband management configuration changes.

  1. Log in to the Oracle ILOM CLI.
  2. If you logged in using the serial port, assign a static IP address.

    For instructions, refer to the information about assigning a static IP address in the Installation Guide for the server.

  3. To view the current network settings, type:
    -> show /SP/network
                               

    For example, in the output, you might find these properties:

    managementport = MGMT
    ...
    pendingmanagementport = MGMT
    ...
    
  4. To set the SP management port to a sideband port, type:
    -> set /SP/network pendingmanagementport=port
                                  
    -> set /SP/network commitpending=true
                               

    where port can be NET0 for a sideband port.

  5. To verify the change, type:
    -> show /SP/network
                               

    For example, in the output, you might find these new properties:

    managementport = NET0
    ...
    pendingmanagementport = NET0