Oracle EDR InfiniBand Switch and Virtualized I/O Systems Administration Guide

Exit Print View

Updated: November 2016
 
 

Configure IPv4 Routing Properties (Oracle ILOM CLI)

If network management occurs over an IPv4 network, use this task to configure the SP and network management properties.

  1. Enable IPV4 networking.

    See Enable IPv4 (Oracle ILOM CLI).

  2. Set the DHCP client ID.
     -> set /SP/network dhcp_clientid=sysid
    Set 'dhcp_clientid' to 'sysid'
    ->
    
  3. Set the discovery method for pending IP addresses.
     -> set /SP/network/ pendingipdiscovery=static
    Set 'pendingipdiscovery' to 'static'
    ->
    
  4. Set the pending IP address.
     -> set /SP/network/ pendingipaddress=192.168.1.121
    Set 'pendingipaddress' to '192.168.1.121'
    ->
    
  5. Set the pending IP gateway.
     -> set /SP/network/ pendingipgateway=192.168.1.1
    Set 'pendingipgateway' to '192.168.1.1'
    ->
    
  6. Set the pending IP netmask.
     -> set /SP/network/ pendingipnetmask=255.255.255.0
    Set 'pendingipnetmask' to '255.255.255.0'
    ->
    
  7. Activate pending commits.
    -> set /SP/network/ commitpending=true
    Commit Successful.
    ->
    
  8. (Optional) Test the validity of the network.

    See Test the Management Network Configuration (Oracle ILOM CLI).

Related Information