4.13. 펜싱 장치 생성
펜싱 장치를 생성하려면 다음 단계를 완료합니다.
대부분의 기본 구성의 경우 GCP 인스턴스 이름과 RHEL 호스트 이름이 동일합니다.
절차
GCP 인스턴스 이름을 가져옵니다. 다음 명령의 출력에는 인스턴스의 내부 ID도 표시되어 있습니다.
# fence_gce --zone us-west1-b --project=rhel-ha-on-gcp -o list
예제:
[root@rhel81-node-01 ~]# fence_gce --zone us-west1-b --project=rhel-ha-testing-on-gcp -o list 4435801234567893181,InstanceName-3 4081901234567896811,InstanceName-1 7173601234567893341,InstanceName-2
차단 장치를 생성합니다.
# pcs stonith create FenceDeviceName fence_gce zone=Region-Zone project=MyProject
검증
펜스 장치가 시작되었는지 확인합니다.
# pcs status
예제:
[root@rhel81-node-01 ~]# pcs status Cluster name: gcp-cluster Stack: corosync Current DC: rhel81-node-02 (version 1.1.18-11.el7_5.3-2b07d5c5a9) - partition with quorum Last updated: Fri Jul 27 12:53:25 2018 Last change: Fri Jul 27 12:51:43 2018 by root via cibadmin on rhel81-node-01 3 nodes configured 3 resources configured Online: [ rhel81-node-01 rhel81-node-02 rhel81-node-03 ] Full list of resources: us-west1-b-fence (stonith:fence_gce): Started rhel81-node-01 Daemon Status: corosync: active/enabled pacemaker: active/enabled pcsd: active/enabled