Uninstalling Nodes
You can uninstall a node from the GUI or by using the CLI. If the nodes are not stopped, you can use the Force Uninstall option.
- Procedure
-
Select Infrastructure > Nodes.
-
In the Nodes list, click one or more nodes.
-
Choose an uninstall option.
Option Procedure Uninstall
The nodes must be stopped and no application fragments can be distributed to the nodes.
-
Click Uninstall or select Uninstall > Uninstall.
Uninstalls the nodes.
Force Uninstall
Terminates the nodes, deletes application components, and uninstalls the nodes. Components running on the nodes are not notified before the nodes are stopped.
Select Uninstall > Force Uninstall. -
CLI
- Procedure
-
In the data file, specify an Environment and one or more Node definitions in base format. You can also use a data file previously used to create the nodes in which the nodes are specified in full format.
<Environment name="DevEnvironment" <Node name="node1"/> <Node name="node2"/> </Environment>
-
In the data file, specify an Environment and one or more Node definitions in base format. You can also use a data file previously used to create the nodes in which the nodes are specified in full format.
<Environment name="DevEnvironment" <Node name="node1"/> <Node name="node2"/> </Environment>
-
In the build file, set the action attribute of the AMXAdminTask element to uninstall and the objectSelector attribute to Environment/Node. To perform a force uninstall, specify the force="true" attribute.
<AMXAdminTask action="uninstall" objectSelector="Environment/Node />