Installation guide
Section 3.4:Using the cluadmin Utility 71
clu-
admin
Com-
mand
cluadmin
Subcom-
mand
Description Example
relocate
Causes a service to be stopped on the
cluster member its currently running
on and restarted on the other. Refer to
Section 4.6, Relocating a Service for
more information.
service relocate
nfs1
show
config
Displays the current configuration for
the specified service. See Section 4.2,
Displaying a Service Configuration
for information.
service show
config dbservice
disable
Stops the specified service. You must
enable a service to make it available
again. See Section 4.3, Disabling a
Service for information.
service disable
dbservice
enable
Starts the specified disabled service.
See Section 4.4, Enabling a Service
for information.
service enable
dbservice
delete
Deletes the specified service from the
cluster configuration database. See
Section 4.7, Deleting a Service for
information.
service delete
dbservice
apropos
None
Displays the cluadmin commands
that match the specified character
string argument or, if no argument
is specified, displays all cluadmin
commands.
apropos service
clear
None
Clears the screen display.
clear
exit
None
Exits from cluadmin.
exit
quit
None
Exits from cluadmin.
quit