Sun Cluster 3.0 12/01 시스템 관리 안내서

5.1.3 클러스터 전송 케이블, 전송 어댑터 또는 전송 연결 장치를 추가하는 방법

SunPlex Manager GUI를 사용하여 이 절차를 수행할 수도 있습니다. 자세한 내용은 SunPlex Manager 온라인 도움말을 참조하십시오.

  1. 물리적인 클러스터 전송 케이블이 설치되어 있는지 확인하십시오.

    클러스터 전송 케이블을 설치하는 절차는 Sun Cluster 3.0 12/01 Hardware Guide를 참조하십시오.

  2. 클러스터의 노드에서 수퍼유저가 되십시오.

  3. scsetup 유틸리티를 실행하십시오.


    # scsetup
    

    Main Menu가 표시됩니다.

  4. 3(클러스터 상호 연결)을 입력하여 클러스터 상호 연결 메뉴에 액세스하십시오.


    주 -

    구성에 SCI 어댑터를 사용하는 경우에는 이 절차의 "추가" 단계에서 어댑터 연결(포트 이름)을 물을 때 기본값을 그대로 사용하지 마십시오. 대신 노드가 물리적 케이블로 연결된 돌핀 스위치에서 포트 이름(0, 1, 2 또는 3)을 찾아서 입력하십시오.


  5. 1(전송 케이블 추가)을 입력하여 전송 케이블을 추가하십시오.

    지시에 따라 요청하는 정보를 입력하십시오.

  6. 2(노드에 전송 어댑터 추가)를 입력하여 전송 어댑터를 추가하십시오.

    지시에 따라 요청하는 정보를 입력하십시오.

  7. 3(전송 연결 장치 추가)을 입력하여 전송 연결 장치를 추가하십시오.

    지시에 따라 요청하는 정보를 입력하십시오.

  8. 클러스터 전송 케이블, 전송 어댑터 또는 전송 연결 장치가 추가되었는지 확인하십시오.


    # scconf -p | grep cable
    # scconf -p | grep adapter
    # scconf -p | grep junction
    

5.1.3.1 예: 클러스터 전송 케이블, 전송 어댑터 또는 전송 연결 장치 추가

다음 예는 scsetup 명령을 사용하여 노드에 전송 케이블, 전송 어댑터 또는 전송 연결 장치를 추가하는 방법입니다.


[Ensure the physical cable is installed.]
Become superuser on any node and place the node to be removed in maintenance state.
# scsetup
Select Cluster interconnect.
Select either Add a transport cable, Add a transport adapter to a node, or Add a transport junction.
Answer the questions when prompted. 
   You Will Need:         Example:
   node names             phys-schost-1
   adapter names          qfe2
   junction names         hub2
   transport type         dlpi
[Verify that the scconf command completed successfully:]
Command completed successfully.
Quit the scsetup Cluster Interconnect Menu and Main Menu.
[Verify that the cable, adapter, and junction are added:]
# scconf -p | grep cable
  Transport cable:   phys-schost-2:qfe0@1 ethernet-1@2    Enabled
  Transport cable:   phys-schost-3:qfe0@1 ethernet-1@3    Enabled
  Transport cable:   phys-schost-1:qfe0@0 ethernet-1@1    Enabled
# scconf -p | grep adapter
  Node transport adapters:                         qfe2 hme1 qfe0
  Node transport adapter:                          qfe0
  Node transport adapters:                         qfe0 qfe2 hme1
  Node transport adapter:                          qfe0
  Node transport adapters:                         qfe0 qfe2 hme1
  Node transport adapter:                          qfe0
# scconf -p | grep junction
  Cluster transport junctions:                       hub0 hub1 hub2
  Cluster transport junction:                        hub0
  Cluster transport junction:                        hub1
  Cluster transport junction:                        hub2