Command Central 10.15 | Using the Command Line Interface | Repository Commands | sagcc list repository fixes dependencies
 
sagcc list repository fixes dependencies
Checks the dependencies for a fix.
Syntax
*Command Central syntax:
sagcc list repository fixes dependencies repo_name {fix_name1[_version],
fix_name2[_version] | FixId1,FixId2} [products=productId1_[version],productId2_[version|INSTALLED] [nodeAlias=nodeAlias] [showOlder={true|false}] [options]
*Not supported by Platform Manager.
Arguments and Options
Argument or Option
Description
repo_name
Required. The name of the fix repository that contains the fix.
{fix_name1[_version], fix_name2[_version] | FixId1,FixId2}
Required. The name or fix ID of the fix or fixes for which you want to check dependencies.
If you specify a fix name, you can optionally specify the fix version.
The fix ID is the official ID of the fix on Empower.
[products=productid1_[version],productid2_[version]|INSTALLED]
Optional. The IDs and version of the products for which to check fix dependencies. Use commas to separate each product ID. When you specify INSTALLED Command Central lists the fixes that match the operating system and installed products on the specified Platform Manager installation.
[nodeAlias=nodeAlias]
Optional. Specifies the alias name of a Platform Manager installation, for which to check the fix dependencies. When you omit this argument, the command checks the fix dependencies for the local installation.
[showOlder={true|false}]
Optional. Specifies whether to list the old versions of the dependent fixes. Valid values:
*true - list the old versions of the dependent fixes.
*false - (default) list only the latest version of the dependent 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 showOlder=true, you must also specify products=INSTALLED.
Example When Executing on Command Central
To check the dependencies for a fix with name “wMFix.SPM.TEST” in a fix repository with name “repo1”:
sagcc list repository fixes dependencies repo1 wMFix.SPM.TEST
To list the old versions of the dependent fixes for the fix with ID "SPM_10.5_Core_Fix4" for all products installed on the node with alias "node01" in the fix repository with name "repo1":
sagcc list repository fixes dependencies repo1 SPM_10.5_Core_Fix4 products=INSTALLED
nodeAlias=node01 showOlder=true