Sun Cluster 3.0 시스템 관리 안내서

6.3.1 클러스터 소프트웨어 구성에서 노드 제거 방법

이것은 클러스터에서 노드를 제거하기 위한 프로세스에서 성취되어야 하는 마지막 소프트웨어 구성 프로시저입니다. 이 프로시저를 시작하기 전에, "클러스터 노드 제거" 작업 맵에 나열된 모든 필수조건 작업을 완료해야 합니다. 이 프로시저를 완료하면, Sun Cluster 3.0 Hardware Guide에 설명된 대로 하드웨어 연결을 제거하십시오.

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


    주 -

    이 프로시저를 계속하기 전에 노드를 관리 상태로 두고 모든 자원 그룹, 디바이스 그룹 및 정족수 디바이스 구성에서 노드를 제거했는지 확인하십시오.


  2. 클러스터에 있는 부트 디스크를 판별하십시오.


    # scconf -pvv | grep Local_Disk	
    
  3. 제거될 노드에 연결된 클러스터에 있는 부트 디스크를 정의하십시오.


    # scdidadm -L did-name
    
  4. 각 부트 디스크에서 localonly 플래그를 제거하십시오.


    # scconf -c -D name=devicename,localonly=false
    

  5. 노드가 멤버인 모든 원천 디스크 디바이스 그룹에서 노드를 제거하십시오.

    이것은 각 디스크 디바이스 그룹에 대해 완료되어야 합니다.


    # scconf -pvv | grep nodename | grep Device	
    # scconf -r -D name=devicename,nodelist=nodename
    
  6. 클러스터에서 노드를 제거하십시오.


    # scconf -r -h node=nodename
    
  7. scstat를 사용하여 노드 제거를 확인하십시오.


    # scstat -n
    

주 -

디바이스가 클러스터에서 제거된 후, 가능한 경우 다시 서비스로 위치될 수 있기 전에 제거된 호스트에 Solaris 운영 환경을 다시 설치해야 합니다.


6.3.1.1 예제-클러스터 노드 제거

이 예에서는 클러스터에서 노드(phys-schost-2)를 제거하는 방법을 보여줍니다.


[Become superuser on any node.]
[Determine the boot disks on the node:]
# scconf -pvv | grep Local_Disk
	(dsk/d4) Device group type:          Local_Disk	(dsk/d3) Device group type:          Local_Disk
# scdidadm -L d4
  ...
  4        phys-schost-2:/dev/rdsk/c1t3d0 /dev/did/rdsk/d4
[Remove the localonly flag:]
# scconf -c -D name=dsk/d4,localonly=false
[Remove the node from all raw disk device groups:]
# scconf -pvv | grep phys-schost-2 | grep Device
	(dsk/d4) Device group node list:  phys-schost-2
	(dsk/d2) Device group node list:  phys-schost-1, phys-schost-2	(dsk/d1) Device group node list:  phys-schost-1, phys-schost-2
# scconf -r -D name=dsk/d4,nodelist=phys-schost-2
# scconf -r -D name=dsk/d2,nodelist=phys-schost-2
# scconf -r -D name=dsk/d1,nodelist=phys-schost-2
[Remove the node from the cluster:]
# scconf -r -h node=phys-schost-2
[Verify node removal:]# scstat -n
 
-- Cluster Nodes --
 
                    Node name           Status
                    ---------           ------
  Cluster node:     phys-schost-1       Online

6.3.1.2 여기에서 이동할 위치

Sun Cluster 3.0 Hardware Guide:

StorEdge MultiPack 인클로저 제거 방법

StorEdge D1000 디스크 배열 제거 방법

StorEdge A5x00 디스크 배열 제거 방법