Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.63 KB

File metadata and controls

51 lines (33 loc) · 1.63 KB

Configuring Proxy Settings for Platform Manager

With this template you can configure HTTP and HTTPS proxy configuration on existing Platform Manager nodes.

Requirements and limitations

Supported Software AG releases

  • Command Central 10.1 and higher
  • Platform Manager 10.1 and higher

Supported platforms

All supported Windows and UNIX platforms.

Running as a standalone Composite Template on Windows

To configure proxy configuration on the local Platform Manager:

sagcc exec templates composite apply sag-spm-proxy proxy.http.host=proxyhost  \
  proxy.http.port=8080 \
  --sync-job --wait 360

IMPORTANT: If you use Command Central 10.1 you have to monitor the job completion with a separate command:

sagcc exec templates composite apply sag-spm-proxy proxy.http.host=proxyhost  \
  proxy.http.port=8080
sagcc list jobmanager jobs <jobIdFromAboveCommand> --wait 360 -e DONE