Installation guide
Section 4.4:Enabling a Service 79
NFS export 0: /mnt/users/engineering/brown
Client 0: brown, rw
cluadmin>
If the name of the service is known, it can be specified with the service show config
ser-
vice_name
command.
4.3 Disabling a Service
A running service can be disabled in order to stop the service and make it unavailable. Once disabled,
a service can then be re-enabled. See Section 4.4, Enabling a Service for information.
There are several situations in which a running service may need to be disabled:
• To modify a service
A running service must be disabled before it can be modified. See Section 4.5, Modifying a Service
for more information.
• To temporarily stop a service
A running service can be disabled, making it unavailable to clients without having to completely
delete the service.
To disable a running service, invoke the cluadmin utility and specify the service disable
service_name
command. 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
4.4 Enabling a Service
A disabled service can be enabled to start the service and make it available.
To enable a disabled service, invoke the cluadmin utility and specify the service enable
service_name
command:
cluadmin> service enable user_home
Are you sure? (yes/no/?) y
notice: Starting service user_home ...
notice: Service user_home is running
service user_home enabled