CLIENTDEPLOYCATALOGURL

The CLIENTDEPLOYCATALOGURL option specifies the location of the catalog file that is used for automatic client deployment operations.

You can update this server option without stopping and restarting the server by using the SETOPT command. See SETOPT (Set a server option for dynamic update).

Syntax

Read syntax diagramSkip visual syntax diagram CLIENTDEPLOYCATalogurl https://public.dhe.ibm.com/storage/tivoli-storage-management/catalog/client/catalog.jsonurl

Parameters

url
Specifies the URL from which the server downloads the catalog file for automatic client deployment operations. The catalog file stores properties for client deployment operations, including the location of the deployment packages. The default URL is https://public.dhe.ibm.com/storage/tivoli-storage-management/catalog/client/catalog.json.
To specify that the catalog file is downloaded from another location, use the SETOPT command to specify a custom URL. To reset the URL to the default value, issue the SETOPT command with an empty string: "". If you specify a custom URL, the custom URL is retained after the server is upgraded.

Example

Specify a custom URL of https://customAddress.

setopt clientdeploycatalogurl https://customAddress

Example

Restore the value of the CLIENTDEPLOYCATALOGURL option to the default.

setopt clientdeploycatalogurl ""