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

Exit Print View

Updated: November 2016
 
 

Configure the Management Network Parameters (Oracle ILOM CLI)

The switch's network management parameters enable Oracle ILOM to automatically learn the SP's IP address.


Note -  This task makes changes that do not require a reset or reboot.
  1. Configure the network management parameters.
    -> set /SP/network property=value property=value ...
    

    where:

    • property is the parameter of the network to configure.

    • value is the value of the property to configure.


    Note -  You can configure one, several, or all properties in one command line.

    These properties are supported:

    • commitpendingpending – value is whether pending information has been committed, either true or false.

    • dhcp_clienid – value is the identifier for the DHCP client receiving its address information.

    • dhcp_server_ip – value is the IP address of the DHCP server.

    • ipaddress – value is the switch's host IP address.

    • ipdiscovery – value is the IP address assignment type configured, either static or dhcp.

    • ipgateway – value is the IP address of the IP gateway for the switch.

    • ipnetmask – value is the IP netmask for the switch's host IP address.

    • macaddress – value is the switch's MAC address.

    • pendingipaddress – value is the IP address of the SP to be configured.

    • pendingipdiscovery – value is the method of IP discovery to be configured, either static or dhcp.

    • pendingipgateway – value is the IP address of the switch to be configured.

    • pendingipnetmask – value is the netmask to be configured.

    • pendingvlan_id – value is the VLAN ID to be configured.

    • state – value is the IP protocol version currently configured and in use.

    • vlan_id – value is the VLAN ID currently configured and in use.

    For example, to set the IP address of the SP, type:

    -> set /SP/network pendingipaddress=123.45.67.90
    Set 'pendingipaddress' to '123.45.67.90'
    
  2. Commit the changes.
    -> set /SP/network commitpending=true
    Set 'commitpending' to 'true'
    

    The IP address has changed to 123.45.67.90.

  3. Access the Oracle ILOM CLI using the new IP address.
  4. Display the new IP address.
    -> show /SP/network ipaddress
     /SP/network
     	Properties:
     		ipaddress = 123.45.67.90
    ->
    

Related Information