Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

clustat(8) [debian man page]

clustat(8)						       Red Hat Cluster Suite							clustat(8)

NAME
clustat - Cluster Status Utility SYNOPSIS
clustat [-i delay ] [-I] [-m member ] [-Q] [-s service ] [-v] [-x] DESCRIPTION
The clustat command displays the status of the cluster. It shows membership information, quorum view, and the state of all configured user services. The clustat command displays cluster status only from the viewpoint of the cluster system on which it is running. OPTIONS
-I Display the member ID of the current member. -i <delay> Display cluster status and refresh the status every delay seconds. Mutually exclusive with the -x option. -m <member> Display the status of the specified member. -Q Return cluster quorum status to calling shell. (No output) -s <service> Displays the status of the specified service. -x Display cluster configuration combined with status in XML format. Mutually exclusive with -i option. -v Display version information and exit. SEE ALSO
clusvcadm(8) Jan 2005 clustat(8)

Check Out this Related Man Page

clusvcmgrd(8)                                                  Red Hat Cluster Suite                                                 clusvcmgrd(8)

NAME
rgmanager - Resource Group (Cluster Service) Manager Daemon DESCRIPTION
rgmanager handles management of user-defined cluster services (also known as resource groups). This includes handling of user requests including service start, service disable, service relocate, and service restart. The service manager daemon also handles restarting and relocating services in the event of failures. HOW IT WORKS
The service manager is spawned by an init script after the cluster infrastructure has been started and only functions when the cluster is quorate and locks are working. During initialization, the service manager runs scripts which ensure that all services are clear to be started. After that, it determines which services need to be started and starts them. When an event is received, members which are no longer online have their services taken away from them. The event should only occur in the case that the member has been fenced whenever fencing is available. When a cluster member determines that it is no longer in the cluster quorum, the service manager stops all services and waits for a new quorum to form. COMMAND LINE OPTIONS
-f Run in the foreground (do not fork). -d Enable debug-level logging. -w Disable internal process monitoring (for debugging). -N Do not perform stop-before-start. Combined with the -Z flag to clusvcadm, this can be used to allow rgmanager to be upgraded with- out stopping a given user service or set of services. SEE ALSO
clusvcadm(8) Jan 2005 clusvcmgrd(8)
Man Page