Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Setup Additional Gateways

...

Mandatory to initialize first gateway

It is assumed that the first

...

gateway has been fully configured and initialized.

...

If not, refer to cluster initialization and then setup additional gateways using the below steps:

  1. Repeat install gateway on the additional machines by referring to steps 1 to 13.

  2. Copy configure files from 1st Gateway before starting gateway services.

    Code Block
    languagebash
    scp root@172.16.33.17:/etc/caringo/cloudgateway/gateway.cfg /etc/caringo/cloudgateway/gateway.cfg  
    scp root@172.16.33.17:/etc/caringo/cloudgateway/idsys.json /etc/caringo/cloudgateway/idsys.json 
    scp root@172.16.33.17:/etc/caringo/cloudgateway/policy.json /etc/caringo/cloudgateway/policy.json 
  3. Start gateway services and then ensure that they are running on the system boot.

    Code Block
    languagebash
    systemctl start cloudgateway 
    systemctl enable cloudgateway

Info

Info

Note -

No further

Gateway

gateway initialization is needed for these additional Gateway instances.