sagcc list repository fixes content
Lists the fixes available in a fix repository.
Syntax
Command Central syntax:
sagcc list repository fixes content repo_name
[products=productId1_[version],productId2_[version | INSTALLED]
platform=OS [nodeAlias=nodeAlias] [options]
Not supported by
Platform Manager.
Arguments and Options
Argument or Option | Description |
repo_name | Required. The name of the fix repository for which you want to list available fixes. |
[products= productid1_[version],
productid2 _[version] | INSTALLED]
| Optional. The IDs and version of the products for which to list available fixes. Use commas to separate each product ID. When you specify INSTALLEDCommand Central lists the fixes that match the operating system and installed products on the target installation. |
[platform=OS] | Optional. The ID of the operating system for which to list fixes. |
[nodeAlias=nodeAlias] | Required. Specifies the alias name of a Platform Manager installation. You can determine installation alias names using the sagcc list landscape nodes command. |
[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 listing the content of a master fix repository, the command returns only the list of official fixes available in the master repository. When listing the content of an image fix repository, the command returns a list of all official and engineering fixes in the repository.
Examples When Executing on Command Central
To list all available fixes for all products and versions in a fix repository with name “repo1”:
sagcc list repository fixes content repo1
To list the fixes available for products with IDs “SPM” and “OSGI” for all versions in a repository with name “repo1”:
sagcc list repository fixes content repo1 products=SPM,OSGI
To list the fixes available for products with IDs “SPM” and “OSGI”, and version “9.8” for the operating system with ID “W64” in a fix repository with name “repo1”:
sagcc list repository fixes content repo1 platform=W64
products=SPM_9.8,OSGI_9.8
To list fixes that match the operating system and installed products on a target node with name “sag01”, available in a fix repository with name “repo1”:
sagcc list repository fixes content repo1 products=INSTALLED
nodeAlias=sag01