Go to main content
Oracle® Fabric Interconnect F2-12 Installation Guide

Exit Print View

Updated: November 2016
 
 

Assign a Static IP Address to the SP

The switch ships with DHCP IP address assignment for the SP.

  1. Identify the prerequisite and subsequent installation tasks that you must perform in conjunction with this task.

    See Installation Task Overview.

  2. Access the Oracle ILOM CLI.

    See Log In to the SP (SER MGT).

  3. 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.

    These properties are supported:

    • 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 routing gateway to be configured.

    • pendingipnetmask – value is the netmask to be configured.


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

    For example:

    -> set /SP/network pendingipdiscovery=static pendingipaddress=123.45.67.89 pendingipgateway=123.45.67.1 pendingipnetmask=255.255.255.0
    Set 'pendingipdiscovery' to 'static'
    Set 'pendingipaddress' to '123.45.67.89'
    Set 'pendingipgateway' to '123.45.67.1'
    Set 'pendingipnetmask' to '255.255.255.0'
    ->
  4. Commit the changes.
    -> set /SP/network commitpending=true
    Set 'commitpending' to 'true'
    ->

    The static IP address has been configured to 123.45.67.89. You can now manage the SP from any one of the four RJ-45 connectors on the left side of the rear panel.

  5. Consider your next steps.

Related Information