Go to main content
Oracle® Fabric Interconnect F2-12 Service Manual

Exit Print View

Updated: November 2016
 
 

Configure and Enable Network Management (SER MGT Port)


Note -  In some situations, this task can be performed from the network management interface at through the 1GBase-T RJ-45 ports. Upon completion of the task, the connection is severed and you must re-access the SP for continued management.
  1. Access the Oracle ILOM CLI from the SER MGT port.

    See Access the SP (SER MGT Port).

  2. 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 being configured.

    These properties are supported:

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


      Note -  If the value is dhcp, you must know how your DHCP server assigns an IP address and host name to the SP.
    • pendingipaddress – value is the IP address of the SP to be configured. Not needed for DHCP.

    • pendingipgateway – value is the IP address of the routing gateway of the management network. Not needed for DHCP.

    • pendingipnetmask – value is the netmask for the management network. Not needed for DHCP.


    Note -  You can configure one to all properties on one command line.
  3. Enable network management by IPv4.
    -> set /SP/network state=ipv4-only
  4. Enable secure connections to the SP.
    1. For the CLI interface and SSL, type:
      -> set /SP/services/ssh state=enabled
    2. For the web interface and HTTPS, type:
      -> set /SP/services/https servicestate=enabled
  5. Commit the network management configuration.
    -> set /SP/network commitpending=true

    The new configuration parameters take effect immediately.

  6. If you performed this task as part of a troubleshooting operation, return to the troubleshooting process.

    See Perform Diagnostics Remotely.

Related Information