Guía de configuración de Oracle® Switch ES2-72 y Oracle Switch ES2-64

Salir de la Vista de impresión

Actualización: Abril de 2015
 
 

Configurar la gestión de red de host desde la CLI

Una vez que realizada la configuración de red del SP (Configure Network Management on the SP), se puede acceder a ella mediante ssh. La configuración de host se puede realizar iniciando sesión en la consola serie del SP o mediante ssh.

  1. ssh en la dirección IP del SP.
    # ssh root@10.134.178.170
    Password: changeme
    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: ES2-72-swi-sp
    ->
    
  2. Encienda el host y conéctese con la consola serie del host.
    -> start /SYS
    Are you sure you want to start /SYS (y/n)? y
    Starting /SYS
    -> start /HOST/console
    Are you sure you want to start /HOST/console (y/n)? y
    

    Aparece el indicador de inicio de sesión de Oracle ILOM del host del conmutador.

  3. Inicie la sesión en la CLI de Oracle ILOM en el host.

    El usuario predeterminado es root. La contraseña predeterminada es changeme.

    Aparece el indicador de inicio de sesión de Oracle ILOM del conmutador.

    Detecting screen size; please wait...done
    Oracle(R) Integrated Lights Out Manager
    Version xxxxxxx
    Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
    ...
    Hostname: ES2-72-primary
    ES2-> 
    
  4. Detecte la configuración de red para el host.
    ES2-> cd /SP/network/
    /SP/network
    ES2-> 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.167
     ; ; ; ; ; ; ; ;ipdiscovery = dhcp
     ; ; ; ; ; ; ; ;ipgateway = 10.134.178.1
     ; ; ; ; ; ; ; ;ipnetmask = 255.255.255.0
     ; ; ; ; ; ; ; ;macaddress = 00:19:0F:16:D4:19
     ; ; ; ; ; ; ; ;pendingipaddress = 10.134.178.167
     ; ; ; ; ; ; ; ;pendingipdiscovery = dhcp
     ; ; ; ; ; ; ; ;pendingipgateway = 10.134.178.1
     ; ; ; ; ; ; ; ;pendingipnetmask = 255.255.255.0
     ; ; ; ; ; ; ; ;state = enabled
     ; ; ; ; ; ; ; ;vlan_id = (none)
     
     ; ; ; ;Commands:
     ; ; ; ; ; ; ; ;cd
     ; ; ; ; ; ; ; ;set
     ; ; ; ; ; ; ; ;show
    
  5. Configure la red para el host (opcional).

    dhcp se activa de forma predeterminada, para que el host pueda obtener la configuración de red de forma automática si hay un servidor dhcp en la red.

    Los nombres y las direcciones en los siguientes ejemplos son solo como demostración.


    Notas - La configuración de gestión de red no es necesaria si planea usar solo una consola serie para acceder al conmutador. Sin embargo, configurar la gestión de red les permitirá a varios administradores gestionar el conmutador de forma remota.
    ES2-> set pendingipaddress=10.134.178.167
    Set 'pendingipaddress' to '10.134.178.167'
    ES2-> set pendingipnetmask=255.255.255.0
    Set 'pendingipnetmask' to '255.255.255.0'
    ES2-> set pendingipgateway=10.134.178.1
    Set 'pendingipgateway' to '10.134.178.1'
    ES2-> set pendingipdiscovery=static
    Set 'pendingipdiscovery' to 'static'
    ES2-> set commitpending=true
    Set 'commitpending' to 'true'
     
    ES2-> 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
    

Información relacionada