Uninstalling Features using Wildcards

  • Uninstalling a Feature: Using the CLI, you can now uninstall (mark for uninstall) or disable a feature from a node by specifying the version as a wildcard (*). For example, specifying a version of 1.0.* uninstalls (marks for uninstall) all features whose version starts with 1.0.
    Note: This action only marks the specified feature for uninstallation in TIBCO Administrator. You must execute the reprovision or install target for the effect to be visible in runtime.

Enabling the Wildcard (*) Functionality

To uninstall or delete a feature by specifying the version as a wildcard (*), add the following property to the SystemNode.tra file:

java.property.com.tibco.admin.nodeservice.wildcard.feature.version=true