Go to main content

Oracle® X7 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. Log in to Oracle ILOM as an Administrator.

    For instructions about how launch Oracle ILOM from the CLI or web interface, see: Accessing Oracle ILOM.

  2. To modify the SP network settings, perform one of the following:
    • From the web interface:
      1. Click ILOM Administration → Connectivity → Network.
      2. Modify the settings on the Network Settings page as required.

        For further details about how to configure the properties on the Network Settings page, click the More Details link.

      3. Click Save to save your network property changes.

        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.
    • From the CLI interface:
      1. To view the assigned IPv4 and IPv6 network settings on the SP, type:

        For IPv4, type: show /SP/network

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

      2. To view the descriptions for each IPv4 and IPv6 network property, type:

        For IPv4, type: help /SP/network

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

      3. To modify the IPv4 and IPv6 network properties on the SP, use 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.
      4. 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.