Removing Resource Adapters from a Host

GUI

Procedure

  1. Select Infrastructure > Software Management.
  2. Click the Resource Adapters tab.
  3. In the View By drop-down list, choose whether to display resource adapters or hosts as the parent object.
    • Resource Adapters Click one or more resource adapters and click an action.
    Action Procedure
    Edit
    1. Click Edit. The Edit Hosts for Resource Adapter dialog displays.
    2. Click one or more hosts in the Selected Hosts list and click . The hosts move to the Available Hosts list.
      • Click Apply. Removes the selected resource adapters from the nodes managed by the selected hosts.
      • Click Apply with Resolve. Removes the selected resource adapters from the nodes managed by the selected hosts and restarts the nodes. All components and bindings running on the nodes are stopped and restarted.
    Remove
    1. Click Remove.
    • Hosts Click one or more hosts and click an action.
    Action Procedure
    Edit
    1. Click Edit. The Edit Resource Adapters for Host dialog displays.
    2. Click one or more resources adapters in the Selected Resource Adapters list and click . The hosts move to the Available Resource Adapters list.
      • Click Apply. Removes the selected resource adapters from the nodes managed by the selected hosts.
      • Click Apply with Resolve. Removes the selected resource adapters from the nodes managed by the selected hosts and restarts the nodes. All components and bindings running on the nodes are stopped and restarted.
    Remove
    1. Click Remove.
    The selected resource adapters are removed from the nodes managed by the selected hosts.

CLI

Procedure

  1. In the data file, specify a ResourceAdapter element in base format.
    <ResourceAdapter xsi:type="amxdata:ResourceAdapter"
        componentID="JDBCResourceAdapter" />
  2. In the build file, set the action attribute of the AMXAdminTask element to uninstall and the objectSelector attribute to Host/ResourceAdapter.
    <AMXAdminTask action="uninstall" objectSelector="Host/ResourceAdapter"
    />