Go to main content

Oracle® X8 Series Servers Administration Guide

Exit Print View

Updated: October 2019
 
 

Modify SP Network Settings (Oracle ILOM)

This section provides instructions for using the Oracle ILOM web or the command-line interface (CLI) to view and modify the SP network settings.

  1. Ensure that you have Admin (a) role privileges in Oracle ILOM.
  2. To modify the SP network settings in the Oracle ILOM web interface:
    1. Log in to the Oracle ILOM web interface.
    2. Click ILOM Administration → Connectivity → Network.
    3. Modify the settings on the Network Settings page as required.
    4. For further details about how to configure the properties on the Network Settings page, click the More Details link.
    5. To save your network property changes, click Save.

      Note -  All user sessions on the SP are terminated when you save IP network property changes. To log back in to Oracle ILOM, use the newly assigned service processor IP address.
  3. To modify the SP network settings in the Oracle ILOM command-line interface (CLI):
    1. Log in to the Oracle ILOM CLI.
    2. To view the assigned IPv4 or IPv6 network settings on the SP:

      For IPv4, type: show /SP/network

      For IPv6, type: show /SP/network/ipv6

    3. To view the descriptions for each IPv4 and IPv6 network property:

      For IPv4, type: help /SP/network

      For IPv6, type: help /SP/network/ipv6

    4. To modify the IPv4 and IPv6 network properties on the SP, type the set command.

      IPv4 Example:

      ->set /SP/network state=enabled|disabled pendingipdiscovery=static|dhcp pendingipaddress=value pendingipgateway=value pendingipnetmask=value

      IPv6 Example:

      ->set /SP/network/ipv6 state=enabled|disabled pending_static_ipaddress= value/ subnet_mask_value pending_static_ipgatewayaddress=value


      Note -  The command /SP/network/ state=enabled used on earlier versions of Oracle ILOM no longer enables IPv6.
    5. To commit any pending network changes in Oracle ILOM, type set /SP/network commitpending=true.

      Note -  All user sessions on the SP are terminated when you save IP network property changes. To log back in to Oracle ILOM, use the newly assigned service processor IP address.