Versions Compared

Key

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

Initialize on 1st gateway

...

  1. Run /opt/caringo/cloudgateway/bin/initgateway to initialize Swarm cluster on 1st gateway and to create an administrative domain e.g., adminDomain = hkLab1GatewayAdminDomainLab1GatewayAdminDomain.

  2. Start Cloud gateway and ensure that the gateway service running on the system boot.

    Code Block
    systemctl start cloudgateway 
    systemctl enable cloudgateway 

...

  1. Repeat install cloud gateway. Steps by referring to steps 1 to 13, WebUI on other nodes, copy .

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

    Code Block
    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
    systemctl start cloudgateway 
    systemctl enable cloudgateway

...