Removing Features from a Node
You can remove features from a node with the GUI or by using the CLI.
GUI
Choose a starting point and follow the procedure.
Option |
Description |
Nodes |
-
Select Infrastructure > Nodes.
-
Select an environment from the Environment drop-down list.
-
In the Nodes list, click a node.
-
Click the Configuration tab.
-
Click the Features link.
-
Click a feature.
-
Click Remove.
-
Click Save.
|
Software
Management |
-
Select Infrastructure > Software Management.
-
Click the Features tab.
-
In the View By drop-down list, choose display either features or nodes as the parent object.
-
Click one or more features and choose one of the following actions:
Edit
-
The Edit Nodes for Feature Version dialog displays.
-
Click one or more nodes in the Selected Nodes list and click . The nodes move to the Available Nodes list.
Remove from Nodes
A dialog box listing the impact of the action is displayed.
-
Choose one of the following options:
-
Apply- Removes the selected feature versions from the nodes.
-
Apply with Resolve - Removes the selected features from the nodes, restarts
-
the nodes, and causes all applications deployed on the nodes to use the latest
-
versions of the features on which they depend. Select this option to remove
-
feature versions that are being used by an application.
-
Cancel
|
CLI
In the build file, set the action attribute of the AMXAdminTask element to remove and the objectSelector attribute to Node/Feature.
<AMXAdminTask action="delete" objectSelector="Node/Feature"/>