Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Setup Additional Gateways

[CALLOUT] These steps assume that the first Gateway has been fully configured and initialized. (perhaps a link is needed to that page where we discuss those 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.

    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.

    systemctl start cloudgateway 
    systemctl enable cloudgateway

Note - No further Gateway initialization is needed for these additional Gateway instances.

  • No labels