|
| 1 | +<!-- Copyright 2013 - 2018 Software AG, Darmstadt, Germany and/or its licensors |
| 2 | +
|
| 3 | + SPDX-License-Identifier: Apache-2.0 |
| 4 | +
|
| 5 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | + you may not use this file except in compliance with the License. |
| 7 | + You may obtain a copy of the License at |
| 8 | +
|
| 9 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | +
|
| 11 | + Unless required by applicable law or agreed to in writing, software |
| 12 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | + See the License for the specific language governing permissions and |
| 15 | +
|
| 16 | + limitations under the License. |
| 17 | +
|
| 18 | +--> |
| 19 | +# Command Central and Platform Manager Default Timeout Configuration |
| 20 | + |
| 21 | +Use this template to set default timeout configuration for basic operations in Command Central and Platform Manager. |
| 22 | + |
| 23 | +## Requirements |
| 24 | + |
| 25 | +### Supported Software AG releases |
| 26 | + |
| 27 | +* Command Central 10.1 and higher |
| 28 | + |
| 29 | +### Supported platforms |
| 30 | + |
| 31 | +All supported Windows and UNIX platforms. |
| 32 | + |
| 33 | +## Running as a standalone composite template |
| 34 | + |
| 35 | +To set default timeout configuration in Command Central and Platform Manager: |
| 36 | + |
| 37 | +```bash |
| 38 | +sagcc exec templates composite apply sag-cc-tuneup --sync-job --wait 360 |
| 39 | +``` |
| 40 | + |
| 41 | +> 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: |
| 42 | +
|
| 43 | +```bash |
| 44 | +sagcc list jobmanager jobs <jobIdFromAboveCommand> --wait 360 -e DONE |
| 45 | +``` |
0 commit comments