Netra Server X5-2 Administration Guide

Exit Print View

Updated: October 2016
 
 

Configure the NET MGT Port (SER MGT)

You need a serial connection to initially configure NET MGT port, afterwhich you can use the NET MGT port to reconfigure the NET MGT port.

  1. Access the Oracle ILOM CLI interface through the SER MGT port.

    See Log In To the Oracle ILOM CLI (SER MGT).

  2. Display the current network connectivity configuration.
    -> show /sp/network
    
     /SP/network
        Targets:
            interconnect
            ipv6
            test
    
        Properties:
            commitpending = (Cannot show property)
            dhcp_clientid = none
            dhcp_server_ip = none
            ipaddress = 10.135.202.29
            ipdiscovery = static
            ipgateway = 10.135.202.1
            ipnetmask = 255.255.255.0
            macaddress = 00:10:E0:58:E1:58
            managementport = MGMT
            outofbandmacaddress = 00:10:E0:58:E1:58
            pendingipaddress = 10.135.202.29
            pendingipdiscovery = static
            pendingipgateway = 10.135.202.1
            pendingipnetmask = 255.255.255.0
            pendingmanagementport = MGMT
            pendingvlan_id = (none)
            sidebandmacaddress = 00:10:E0:58:E1:59
            state = enabled
            vlan_id = (none)
    
  3. Configure the parameters according to your IP discovery method.
    • DHCP

      • pendingIpdiscovery = dhcp

      • pendingdhcp_clientid

      • pendingdhcp_server_ip

    • Static

      • pendingipdiscovery = static

      • pendingipaddress

      • pendingipgateway

      • pendingipnetmask

    You can configure the parameters all in one command. For example:

    -> set /SP/network pendingipdiscovery=static pendingipaddress=10.135.202.29 pendingipgateway=10.135.202.1 pendingipnetmask=255.255.255.0
    Set 'pendingipdiscovery' to 'static'
    Set 'pendingipaddress' to '10.135.202.29'
    Set 'pendingipgateway' to '10.135.202.1'
    Set 'pendingipnetmask' to '255.255.255.0'
    ->
  4. Make the settings active.
    -> set /SP/network commitpending=true
    Set 'commitpending' to 'true'
    ->

    Note -  Depending upon what parameters you set, you might need to re-access the SP to continue management of the SP. See Accessing Oracle ILOM.

Related Information