Skip to content

Commit

Permalink
Adding a readme file for the sag-cc-tuneup template.
Browse files Browse the repository at this point in the history
  • Loading branch information
Toncheva authored and Toncheva committed Nov 2, 2018
1 parent d8fc025 commit e250163
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions templates/sag-cc-tuneup/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<!-- Copyright 2013 - 2018 Software AG, Darmstadt, Germany and/or its licensors
SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
# 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 <jobIdFromAboveCommand> --wait 360 -e DONE
```

0 comments on commit e250163

Please sign in to comment.