Oracle® Switch ES2-72 및 Oracle Switch ES2-64 구성 설명서

인쇄 보기 종료

업데이트 날짜: 2015년 4월
 
 

CLI에서 호스트 네트워크 관리 구성

SP에서 네트워크 구성이 완료되면(Configure Network Management on the SP) ssh를 통해 SP에 액세스할 수 있습니다. 호스트 구성은 SP의 직렬 콘솔에 로그인하거나 ssh를 통해 수행할 수 있습니다.

  1. SP의 IP 주소에 대해 ssh를 실행합니다.
    # 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. 호스트 전원을 켜고 호스트 직렬 콘솔에 연결합니다.
    -> 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
    

    스위치 호스트의 Oracle ILOM 로그인 프롬프트가 나타납니다.

  3. 호스트에서 Oracle ILOM CLI에 로그인합니다.

    기본 사용자는 root이고, 기본 암호는 changeme입니다.

    스위치의 Oracle ILOM 로그인 프롬프트가 나타납니다.

    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. 호스트에 대한 네트워크 구성을 검색합니다.
    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. 호스트에 대한 네트워크 구성을 구성합니다(선택 사항).

    dhcp는 기본적으로 사용으로 설정되어 있으므로, 네트워크에 dhcp 서버가 있는 경우 호스트가 자동으로 네트워크 구성을 가져올 수 있습니다.

    다음 예에 나오는 이름과 주소는 데모용입니다.


    주 - 직렬 콘솔만 사용하여 스위치에 액세스하려는 경우에는 관리 네트워크 구성이 필요하지 않습니다. 그러나 네트워크 관리를 구성할 경우 여러 명의 관리자가 스위치를 원격으로 관리할 수 있습니다.
    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
    

관련 정보