 |
Index for Section 8 |
|
 |
Alphabetical listing for C |
|
 |
Bottom of page |
|
caa_unregister(8)
NAME
caa_unregister - Unregisters a Cluster Application Availability (CAA)
resource.
SYNOPSIS
/usr/sbin/caa_unregister resource_name [...] [-q]
PARAMETER
resource_name [...]
Name(s) (as specified in a resource profile) of one or more resources
to be unregistered. You must stop an application resource before
unregistering it.
OPTIONS
-q Runs the caa_unregister command in quiet mode; no messages are
displayed on the console.
DESCRIPTION
The caa_unregister command removes the registration information of a CAA
resource from the binary CAA registry database. CAA will no longer be
aware of this resource. An application associated with a resource that is
unregistered is no longer highly-available.
You must have root privileges to use this command.
Upon successful completion of the caa_unregister command, the resource is
removed from the online CAA environment. You cannot unregister a resource
that is required resource for another resource. You must stop the resource
by using the caa_stop command before unregistering it.
EXAMPLES
The following example unregisters a highly available application:
/usr/sbin/caa_unregister xclock
EXIT VALUES
The following exit values are returned:
0 Successful completion.
non-zero
A failure has occurred.
A corresponding text message will be given for the following
conditions:
No root privilege.
CAA daemon is not running.
The application is running.
The application is not registered.
SEE ALSO
Commands: caa_stat(1), caa_profile(8), caa_register(8), caa_relocate(8),
caa_start(8), caa_stop(8)
Daemon: caad(8)
File: caa(4)
TruCluster Server Cluster Administration
 |
Index for Section 8 |
|
 |
Alphabetical listing for C |
|
 |
Top of page |
|