delete-node-ssh
delete-node-ssh
Deletes a node that is enabled for communication over SSH
Synopsis
asadmin [asadmin-options] delete-node-ssh [--help]
[--uninstall={false|true}] [--force={false|true}]
node-name
Description
The delete-node-ssh subcommand deletes a node that is enabled for
communication over secure shell (SSH) from the domain. This subcommand
does not require SSH to be configured.
This subcommand can delete only a node that is enabled for communication over SSH. The subcommand for deleting other types of nodes depends on the type of the node:
-
A node that is enabled for communication over the Distributed Component Object Model (DCOM) remote protocol must be deleted by using the
delete-node-dcom(1) subcommand. -
A node that is not enabled for remote communication must be deleted by using the
delete-node-config(1) subcommand.
To determine whether a node is enabled for communication over SSH, use
the list-nodes(1) subcommand.
No Eclipse GlassFish instances must reside on the node that is being
deleted. Otherwise, the subcommand fails. Before running this
subcommand, delete any instances that reside on the node by using, for
example, the
delete-instance(1)
subcommand or the
delete-local-instance(1)
subcommand.
This subcommand is supported in remote mode only.
Options
- asadmin-options
-
Options for the
asadminutility. For information about these options, see theasadmin(1M) help page. --help-?-
Displays the help text for the subcommand.
--uninstall-
Specifies whether the Eclipse GlassFish software is uninstalled from host that the node represents. Possible values are as follows:
false-
The Eclipse GlassFish software is not uninstalled from the host (default).
true-
The Eclipse GlassFish software is uninstalled from the host. By default, if any node except the predefined node
localhost-domain resides on any host from which Eclipse GlassFish software is being uninstalled, the subcommand fails. To uninstall the Eclipse GlassFish software from a host on which user-defined nodes reside, set the--forceoption totrue. If the--forceoption istrue, the subcommand removes the entire content of the parent of the base installation directory.
--force-
If
--uninstallis true, specifies whether the subcommand uninstalls the Eclipse GlassFish software from a host even if a user-defined node resides on the host. Possible values are as follows:false-
If a user-defined node resides on a host, the software is not uninstalled and the subcommand fails (default).
If the--forceoption isfalse, the subcommand removes only the Eclipse GlassFish software files. Other content if the parent of the base installation directory, such as configuration files, are not removed. true-
The subcommand uninstalls the Eclipse GlassFish software from the host even if a user-defined node resides on the host.
If the--forceoption istrue, the subcommand removes the entire content of the parent of the base installation directory.
Operands
- node-name
-
The name of the node to delete. The node must enabled for communication over SSH. Otherwise, an error occurs.
See Also
create-node-dcom(1),
create-node-ssh(1),
delete-instance(1),
delete-local-instance(1),
delete-node-config(1),
delete-node-dcom(1),
install-node(1),
install-node-dcom(1),
install-node-ssh(1),
list-nodes(1),
uninstall-node(1),
uninstall-node-dcom(1),
uninstall-node-ssh(1),
update-node-dcom(1),
update-node-ssh(1)