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
node_alias uninstall [artifacts=Id1,Id2]
[options]
Not supported on
Platform Manager.
Arguments and Options
Argument or Option | Description |
node_alias | Required. The alias of the installation from which to uninstall fixes. |
[artifacts=Id1,Id2] | Optional. The IDs of the fixes that you want to uninstall. If you omit the artifacts argument, Command Central uninstalls all fixes. |
[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_9.7_Fix2, the command rolls back SPM_9.7_Fix1.
If a fix depends on other fixes, uninstalling the fix fails with an error message that lists the fix dependencies. You must include all listed fix dependencies in the
artifacts argument and run the command again.
Examples When Executing on Command Central
To uninstall a fix with ID “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