Installer 10.5 | Complete Installation and Upgrade Information for Software AG Products | Command Central | Using the Command Line Interface | Provisioning Fixes Commands | sagcc exec provisioning fixes uninstall
 
sagcc exec provisioning fixes uninstall
Uninstall a fix. The uninstall operation does not require access to a repository.
Note:
A product depends on its Platform Manager plug-in. You cannot uninstall a product without uninstalling the Platform Manager plug-in for that product.
Syntax
*Command Central syntax:
sagcc exec provisioning fixes nodeAlias uninstall 
artifacts={fixName1,fixName2 | ALL} [options]
*Not supported on Platform Manager.
Arguments and Options
Argument or Option
Description
nodeAlias
Required. The alias of the installation from which to uninstall fixes.
artifacts={fixName1,fixName2 | ALL}
Required. The fix names of the fixes to uninstall. To uninstall all fixes, set artifacts=ALL.
[options]
Optional. The command allows all options supported by the Command Line Interface. For a description of the options, see Common Options.
Usage Notes
*When uninstalling a fix, Platform Manager restores the previously installed version of the fix. For example, when you uninstall SPM_10.3_Fix2, the command rolls back SPM_10.3_Fix1.
*Before you run the fixes uninstall command, check which fixes depend on the fix you intend to uninstall. Command Central uninstalls the fix and all fixes that depend on the uninstalled fix. Use the sagcc list provisioning fix uninstall dependencies command to check which fixes depend on the fix you are going to uninstall.
*To find the fix names, run the sagcc list repository fixes content command or view the contents of the fix repository in the Command Central web user interface.
Examples When Executing on Command Central
*To uninstall a fix with name “wMFix.SPM.TEST” from a node with alias “sag01”:
sagcc exec provisioning fixes sag01 uninstall artifacts=wMFix.SPM.TEST
*To uninstall all fixes from a node with alias “sag01”:
sagcc exec provisioning fixes sag01 uninstall artifacts=ALL