Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 2.07 KB

File metadata and controls

61 lines (41 loc) · 2.07 KB

Connecting Command Central to an Existing Platform Manager

With this template you can connect Command Central to an existing Platform Manager (SPM) installation on a remote machine.

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 connect Command Central to an existing Platform Manager listening on port 8092 on remote1 host:

sagcc exec templates composite apply sag-spm-connect hosts=remote1 \
  spm.port=8092 \
  --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-connect hosts=remote1 \
  spm.port=8092
sagcc list jobmanager jobs <jobIdFromAboveCommand> --wait 360 -e DONE

Creating and connecting a new stack to the remote infrastructure layer in the web user interface

  1. Open Command Central > Stacks
  2. Add a new stack
  3. To add a new layer, layer > Existing nodes
  • Select the INFRA-EXISTING layer definition
  • Enter a name and description for the layer
  • Select the target machine fromthe list of nodes After you finish the wizard, Command Central creates the new infrastructure layer.