이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 6. Managing Red Hat Cluster With system-config-cluster
This chapter describes various administrative tasks for managing a Red Hat Cluster and consists of the following sections:
6.1. Starting and Stopping the Cluster Software 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
To start the cluster software on a member, type the following commands in this order:
service ccsd startservice cman start(orservice lock_gulmd startfor GULM clusters)service fenced start(DLM clusters only)service clvmd start, if CLVM has been used to create clustered volumesservice gfs start, if you are using Red Hat GFSservice rgmanager start, if the cluster is running high-availability services (rgmanager)
To stop the cluster software on a member, type the following commands in this order:
service rgmanager stop, if the cluster is running high-availability services (rgmanager)service gfs stop, if you are using Red Hat GFSservice clvmd stop, if CLVM has been used to create clustered volumesservice fenced stop(DLM clusters only)service cman stop(orservice lock_gulmd stopfor GULM clusters)service ccsd stop
Stopping the cluster services on a member causes its services to fail over to an active member.