diff --git a/templates/sag-cc-tuneup/README.md b/templates/sag-cc-tuneup/README.md new file mode 100644 index 00000000..fc9a4984 --- /dev/null +++ b/templates/sag-cc-tuneup/README.md @@ -0,0 +1,45 @@ + +# Command Central and Platform Manager Default Timeout Configuration + +Use this template to set default timeout configuration for basic operations in Command Central and Platform Manager. + +## Requirements + +### Supported Software AG releases + +* Command Central 10.1 and higher + +### Supported platforms + +All supported Windows and UNIX platforms. + +## Running as a standalone composite template + +To set default timeout configuration in Command Central and Platform Manager: + +```bash +sagcc exec templates composite apply sag-cc-tuneup --sync-job --wait 360 +``` + +> IMPORTANT: If you use Command Central 10.1 you have to monitor the job completion with a separate command, instead of the `--sync-job` option: + +```bash +sagcc list jobmanager jobs --wait 360 -e DONE +``` \ No newline at end of file