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

인쇄 보기 종료

업데이트 날짜: 2015년 4월
 
 

SP에서 네트워크 관리 구성

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

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


주 - 직렬 콘솔만 사용하여 스위치에 액세스하려는 경우에는 관리 네트워크 구성이 필요하지 않습니다. 그러나 네트워크 관리를 구성할 경우 여러 명의 관리자가 스위치를 원격으로 관리할 수 있습니다.
  1. SP에서 실행 중인 Oracle ILOM에 로그인합니다.
    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. 네트워크 구성을 검색합니다.
    -> 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. SP에서 정적 네트워크 설정을 구성합니다(선택 사항).
    -> 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. SP hostname을 설정합니다.
    -> set /SP/ hostname=ES2-72-swi-sp
    Set 'hostname' to 'ES2-72-swi-sp'
    

    SP에서 네트워크 구성이 완료되면 ssh를 통해 SP 액세스 및 수정이 가능합니다.


    주 - Oracle ILOM 웹 인터페이스를 사용하여 다른 관리 관련 설정을 구성할 수도 있습니다. Configure Other Network Settings (Oracle ILOM Web Interface)을 참조하십시오.

관련 정보