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

5.1.5 클러스터 전송 케이블을 활성화하는 방법

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

이 옵션을 사용하면 기존 클러스터 전송 케이블을 사용할 수 있습니다.

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

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


    # scsetup
    

    Main Menu가 표시됩니다.

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

  4. 7(전송 케이블 활성화)을 입력하여 전송 케이블을 활성화하십시오.

    화면의 지시를 따르십시오. 식별하려는 케이블의 종단점 중 하나의 노드와 어댑터 이름을 모두 입력해야 합니다.

  5. 케이블이 활성화되었는지 확인하십시오.


    # scconf -p | grep cable
    

5.1.5.1 예: 클러스터 전송 케이블 활성화

이 예는 노드 phys-schost-2에 있는 어댑터 qfe-1에서 클러스터 전송 케이블을 사용하는 방법입니다.


[Become superuser on any node.]
[Enter the scsetup utility:]
# scsetup
Select Cluster interconnect>Enable a transport cable.
Answer the questions when prompted.
You will need the following information.
   You Will Need:         Example:
   node names             phys-schost-2
   adapter names          qfe1
   junction names         hub1
[Verify that the scconf command completed successfully:]
 
scconf -c -m endpoint=phys-schost-2:qfe1,state=enabled
 
Command completed successfully.
Quit the scsetup Cluster Interconnect Menu and Main Menu.
[Verify that the cable is enabled:]
# scconf -p | grep cable
  Transport cable:   phys-schost-2:qfe1@0 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