asadmin [asadmin-options] delete-custom-resource [--help]
[--target target] jndi-name
delete-custom-resource |
Previous | Next | Contents |
removes a custom resource
Synopsis
asadmin [asadmin-options] delete-custom-resource [--help]
[--target target] jndi-name
Description
The delete-custom-resource
subcommand removes a custom resource.
This subcommand is supported in remote mode only.
Options
Options for the asadmin
utility. For information about these
options, see the asadmin
(1M) help page.
--help
-?
Displays the help text for the subcommand.
--target
This option helps specify the location of the custom resources that
you are deleting. Valid targets are server, domain, cluster, and
instance. The default is server.
Note: Resources are always created for a domain as a whole but are only
active for targets for which a |
server
Deletes the resource for the default server instance. This is the default value.
domain
Deletes the resource for the domain.
Deletes the resource for every server instance in the cluster.
Deletes the resource for a particular server instance.
Operands
The JNDI name of this resource.
Examples
Example 1 Deleting a Custom Resource
This example deletes a custom resource named mycustomresource
.
asadmin> delete-custom-resource mycustomresource
Command delete-custom-resource executed successfully.
Exit Status
subcommand executed successfully
error in executing the subcommand
See Also
Previous | Next | Contents |