| Red Hat Cluster Manager: The Red Hat Cluster Manager Installation and Administration Guide | ||
|---|---|---|
| Prev | Chapter 4. Service Configuration and Administration | Next |
A cluster service can be deleted. Note that the cluster database should be backed up before deleting a service. See the Section called Backing Up and Restoring the Cluster Database in Chapter 8 for information.
To delete a service by using the cluadmin utility, follow these steps:
Invoke the cluadmin utility on the cluster system that is running the service, and specify the service disable service_name command. See the Section called Disabling a Service for more information.
Specify the service delete service_name command to delete the service.
For example:
cluadmin> service disable user_home Are you sure? (yes/no/?) y notice: Stopping service user_home ... notice: Service user_home is disabled service user_home disabled cluadmin> service delete user_home Deleting user_home, are you sure? (yes/no/?): y user_home deleted. cluadmin> |