sagcc exec repository mirror validateContent
Validates the integrity of a mirror repository against the source repository from which you created the mirror. When the contents of the mirror repository are not consistent, for example files are corrupted or missing, the command returns an ERROR status.
Syntax
Command Central syntax:
sagcc exec repository {products | fixes} mirror repoName validateContent
nodeAlias=nodeAlias [options]
Not supported on
Platform Manager.
Arguments and Options
Argument or Option | Description |
repoName | Required. The name of the mirror repository to be validated. |
nodeAlias=nodeAlias | Required. The alias name of the installation where the repository is stored. |
[options] | The command allows all options supported by the Command Line Interface. For a description of the options, see
Common Options. |
Examples When Executing on Command Central
To validate the product mirror repository with name "webMethods-10.3-products" that is stored on the installation with alias "local":
sagcc exec repository products mirror webMethods-10.3-products validateContent nodeAlias=local
To validate the fix mirror repository with name "webMethods-10.3-fixes" that is stored on the installation with alias "local":
sagcc exec repository fixes mirror webMethods-10.3-fixes validateContent nodeAlias=local