Go to main content

SPARC M8 and SPARC M7 Servers Administration Guide

Exit Print View

Updated: September 2017
 
 

Configure the Subnet Gateway

You must have the admin role (a) to complete this task.

  1. Log in to Oracle ILOM.

    See Log In to Oracle ILOM (CLI).

  2. View the current setting for the subnet gateway.
    -> show /SP/network ipgateway
    
       /SP/network
          Properties:
             ipgateway = gateway-IP-address
    
    ->
  3. Assign a new subnet gateway address.
    -> set /SP/network pendingipgateway=gateway-IP-address
    set 'pendingipgateway' to 'gateway-IP-address'
    
    ->
  4. Commit the change to the subnet gateway address.
    -> set /SP/network commitpending=true
    Set 'commitpending' to 'true'
    
    ->

    Note -  If you are connecting to Oracle ILOM over a LAN, you will have to reconnect to Oracle ILOM after committing any IP property changes.
  5. Verify that the subnet gateway address was set correctly.
    -> show /SP/network pendingipgateway
    
       /SP/network
          Properties:
             ipgateway = gateway-IP-address
    
    ->

Related Information