asadmin [asadmin-options] delete-instance [--help]
instance-name
delete-instance |
Previous | Next | Contents |
deletes a \{product---name} instance
Synopsis
asadmin [asadmin-options] delete-instance [--help]
instance-name
Description
The delete-instance
subcommand deletes a \{product---name} instance.
This subcommand requires the Distributed Component Object Model (DCOM)
remote protocol or secure shell (SSH) to be configured on the host where
the domain administration server (DAS) is running and on the host that
is represented by the node where the instance resides.
Note
|
DCOM or SSH is not required if the instance resides on a node of type
|
You may run this subcommand from any host that can contact the DAS.
The subcommand can delete any \{product---name} instance, regardless of
how the instance was created. For example, this subcommand can delete an
instance that was created by using the
create-local-instance
(1)
subcommand.
The instance that is being deleted must not be running. Otherwise, an error occurs.
The subcommand deletes an instance by performing the following actions:
Removing the instance from the configuration of the domain administration server (DAS)
Deleting the instance’s files from file system
If the instance that is being deleted is the only instance that is using the node directory, that directory is also removed.
If a standalone instance is deleted, the instance’s standalone configuration is also deleted. A standalone instance refers to a configuration that is named instance-name`-config` to which no other clusters or unclustered instances refer.
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 instance to delete.
Examples
Example 1 Deleting a \{product---name} Instance
This example deletes the \{product---name} instance pmdsainst
.
asadmin> delete-instance pmdsainst
Command delete-instance executed successfully.
Exit Status
command executed successfully
error in executing the command
See Also
Previous | Next | Contents |