sagcc exec provisioning fixes install
Installs fixes from a fix repository. The Platform Manager on which you install the fixes must have access to Empower or an image fix repository.
Syntax
Command Central syntax:
sagcc exec provisioning fixes node_alias repo name install
[products=productId,productId2]
[artifacts=fixName1[_version],fixName2[_version]] [options]
Not supported on
Platform Manager.
Arguments and Options
Argument or Option | Description |
node_alias | Required. The alias of the target node on which to install fixes. |
repo name | Required. The name of the fix repository from which to install fixes. |
[products= productId,
productId2]
| Optional. The IDs of the products for which you want to install fixes. |
[artifacts= fixName1[_version], fixName2[_version]]
| Optional. The names of the fixes to install. Specifying the fix version is optional. |
[options] | Optional. The command allows all options supported by the Command Line Interface. For a description of the options, see Common Options. |
Usage Notes
If you do not specify any values for the artifacts argument, the command installs the latest version of the official fixes available in a master or image fix repository. If you specify fix names in the artifacts argument, the command installs only the specified fixes. If the list of fix names includes engineering fixes, the command installs the specified engineering fixes.
Examples When Executing on Command Central
To install all fixes in a master fix repository with name “repo1” for all products installed on a target node with alias “sag01”:
sagcc exec provisioning fixes sag01 repo1 install
To install all fixes from an image repository with name “MyFixes” for all products installed on a target node with alias “sag01”:
sagcc exec provisioning fixes sag01 MyFixes install
To install the fixes with names “wMFix.SPM.TEST1” and “wMFix.SPM.TEST2” and their dependencies from a master repository with name “repo1” on a remote node with alias “sag01”:
sagcc exec provisioning fixes sag01 repo1 install
artifacts=wMFix.SPM.TEST1,wMFix.SPM.TEST2
To install all fixes in a fix repository with name “repo1” for the products with IDs “SPM” and “OSGI”:
sagcc exec provisioning fixes sag01 repo1 install
products=SPM,OSGI