Oracle® Switch ES2-72 and Oracle Switch ES2-64 Configuration Guide

Exit Print View

Updated: April 2015
 
 

Configure Network Management on the SP

dhcp is enabled by default, so the SP can get the network configuration automatically if there is a DHCP server on the network.

The names and addresses in the following examples are only for demonstration.


Note - Management network configuration is not needed if you plan to only use a serial console to access the switch. However, configuring network management will allow multiple administrators to manage the switch remotely.
  1. Log in to Oracle ILOM running on the SP.
    ORACLESP-AKCH444444 login: root
    Password: changeme
    Detecting screen size; please wait...done
    Oracle(R) Integrated Lights Out Manager
    Version 3.2.5.60 r98416
    Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
    Warning: password is set to factory default.
    Warning: HTTPS certificate is set to factory default.
    Hostname: ORACLESP-AKCH444444
    ->
    
  2. Discover the network configuration.
    -> cd /SP/network
    /SP/network
     
    -> show
     /SP/network
        Targets:
            ipv6
            test
        Properties:
            commitpending = (Cannot show property)
            dhcp_clientid = none
            dhcp_server_ip = 10.134.178.5
            ipaddress = 10.134.178.170
            ipdiscovery = dhcp <---------
            ipgateway = 10.134.178.1
            ipnetmask = 255.255.255.0
            macaddress = 00:21:28:79:8B:58
            pendingipaddress = 10.134.178.170
            pendingipdiscovery = dhcp
            pendingipgateway = 10.134.178.1
            pendingipnetmask = 255.255.255.0
            pendingvlan_id = (none)
            state = enabled
            vlan_id = (none)
     
        Commands:
            cd
            set
            show
    
  3. Configure static network settings on the SP (optional).
    -> set pendingipaddress=10.134.178.170
    Set 'pendingipaddress' to '10.134.178.170'
    -> set pendingipnetmask=255.255.255.0
    Set 'pendingipnetmask' to '255.255.255.0'
    -> set pendingipgateway=10.134.178.1
    Set 'pendingipgateway' to '10.134.178.1'
    -> set pendingipdiscovery=static
    Set 'pendingipdiscovery' to 'static'
    -> set commitpending=true
    Set 'commitpending' to 'true'
     
    -> show
    /SP/network
        Targets:
            ipv6
            test
     
        Properties:
            commitpending = (Cannot show property)
            dhcp_clientid = none
            dhcp_server_ip = none
            ipaddress = 10.134.178.170
            ipdiscovery = static <---------
            ipgateway = 10.134.178.1
            ipnetmask = 255.255.255.0
            macaddress = 00:21:28:79:8B:58
            pendingipaddress = 10.134.178.170
            pendingipdiscovery = static
            pendingipgateway = 10.134.178.1
            pendingipnetmask = 255.255.255.0
            pendingvlan_id = (none)
            state = enabled
            vlan_id = (none
    
  4. Set the SP hostname.
    -> set /SP/ hostname=ES2-72-swi-sp
    Set 'hostname' to 'ES2-72-swi-sp'
    

    Once the network configuration is done on the SP, it can be accessed and modified via ssh.


    Note - You can also use the Oracle ILOM web interface to configure other management related settings. See Configure Other Network Settings (Oracle ILOM Web Interface).

Related Information