Removing Features from a Node

You can remove features from a node with the GUI or by using the CLI.

GUI

Procedure

  • Choose a starting point and follow the procedure.
    Option Description
    Nodes
    1. Select Infrastructure > Nodes.
    2. Select an environment from the Environment drop-down list.
    3. In the Nodes list, click a node.
    4. Click the Configuration tab.
    5. Click the Features link.
    6. Click a feature.
    7. Click Remove.
    8. Click Save.
    Software Management
    1. Select Infrastructure > Software Management.
    2. Click the Features tab.
    3. In the View By drop-down list, choose display either features or nodes as the parent object.
    4. Click one or more features and choose one of the following actions:
      • Edit
        1. The Edit Nodes for Feature Version dialog displays.
        2. Click one or more nodes in the Selected Nodes list and click . The nodes move to the Available Nodes list.
      • Remove from Nodes
        1. A dialog box listing the impact of the action is displayed.
    5. 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

Procedure

  • 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"
    />