asadmin [asadmin-options] delete-config [--help]
configuration-name
delete-config |
Previous | Next | Contents |
deletes an existing named configuration
Synopsis
asadmin [asadmin-options] delete-config [--help]
configuration-name
Description
The delete-config
subcommand deletes an existing named configuration
from the configuration of the domain administration server (DAS). You
can delete a configuration only if no \{product---name} instances or
clusters refer to the configuration. A standalone configuration is
automatically deleted when the instance or cluster that refers to it is
deleted. You cannot delete the default-config
configuration that is
copied to create standalone configurations.
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.
Operands
The name of the configuration that you are deleting.
Examples
Example 1 Deleting a Named Configuration
This example deletes the named configuration pmdconfig
.
asadmin> delete-config pmdconfig
Command delete-config executed successfully.
Exit Status
command executed successfully
error in executing the command
See Also
Previous | Next | Contents |