Go to main content
Oracle® Switch ES1-24 Product Notes

Exit Print View

Updated: November 2016
 
 

Configure In-Band Management


Caution

Caution  -  Configure the in-band settings from the serial console to avoid losing access to the switch in case of a misconfiguration.


  1. Telnet to the serial console of the switch.
    ORACLESP-SPNAME login: root
    Password: password
    Last login: Wed Oct  3 01:46:55 from hostname.us.oracle.com
     
    Oracle(R) Integrated Lights Out Manager (Fabric Component Edition)
     
    Version 3.0.16.0 r78530
     
    Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
     
    Warning: The system appears to be in manufacturing test mode. Contact Service immediately.
     
    Warning: password is set to factory default.
    
  2. Configure the in-band management settings.
    -> cd /SP/inband_network/
    /SP/inband_network
    -> set pendingipaddress=xx.xxx.xxx.xx
    Set 'pendingipaddress' to 'xx.xxx.xxx.xx'
    -> set pendingipgateway=xx.xxx.xxx.x
    Set 'pendingipgateway' to 'xx.xxx.xxx.x'
    -> set commitpending=true
    Set 'commitpending' to 'true'
    -> set state=enabled
    Set 'state' to 'enabled'
    -> ls
     /SP/inband_network
        Targets:
            test
     
        Properties:
            commitpending = (Cannot show property)
            dhcp_server_ip = none
            ipaddress = xx.xxx.xxx.xx
            ipgateway = xx.xxx.xxx.x
            ipnetmask = 255.255.255.0
            macaddress = 00:xx:xx:xx:xx:xx
            pendingipaddress = xx.xxx.xxx.xx
            pendingipdiscovery = static
            pendingipgateway = xx.xxx.xxx.x
            pendingipnetmask = 255.255.255.0
            state = enabled
    ...
    ->
    
  3. (Optional) Disable the out-of-band network if needed.
    -> cd /SP/network
    /SP/network
     
    -> set state=disabled
    Set 'state' to 'disabled'