Command Central 10.15 | Using the Command Line Interface | Repository Commands | sagcc list repository fixes content
 
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]       
[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.
You can determine the IDs for run-time components using the sagcc list inventory components command.
When you specify INSTALLED Command Central lists the fixes that match the operating system and installed products on the target installation.
[nodeAlias=nodeAlias]
Optional. 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” in a fix repository with name “repo1”:
sagcc list repository fixes content repo1 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