Sun Cluster 3.0 시스템 관리 안내서

5.1.4 Cluster Transport Cable 사용 가능하게 하는 방법

이 옵션은 이미 기존 클러스터 전송 케이블을 사용할 수 있도록 합니다.

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

  2. scsetup 유틸리티를 입력하십시오.


    # scsetup
    

    기본 메뉴가 나타납니다.

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

  4. 7(전송 케이블 사용 가능)을 입력하여 전송 케이블을 사용 가능하게 하십시오.

    프롬프트되면 지시사항을 따르십시오. 식별하려는 케이블의 엔드포인트 중 하나에 대한 노드와 어댑터 이름 둘 다를 입력해야 합니다.

  5. 케이블이 사용 가능한지 확인하십시오.


    # scconf -p | grep cable
    

5.1.4.1 예제-클러스터 전송 케이블 사용 가능

이 예에서는 노드 phys-schost-2에 위치된 어댑터 qfe-1에서 클러스터 전송 케이블을 사용하게 하는 방법을 보여줍니다.


[Become superuser on any node.]
[Enter the scsetup utility:]
# scsetup
[Enter option 7:]
*** Cluster Interconnect Menu ***
    Please select from one of the following options:
    ...
      7) Enable a transport cable
    ...
    Option: 7
[Enter the requested information:]
>>> Enable a Cluster Transport Cable <<<
    ...
    Is it okay to continue (yes/no) [yes]? <Return>
    ...
    To which node is the cable attached? phys-schhost-2
    Name of the adapter on "phys-schost-2"? qfe-1
    Is it okay to proceed with the update (yes/no) [yes]? <Return>
 
scconf -c -m endpoint=phys-schost-2:qfe1,state=enabled
 
    Command completed successfully.
    Hit ENTER to continue: <Return>
[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