Difference between revisions of "GDL/9.0/Deployment/Deploy Clusters"

From Genesys Documentation
Jump to: navigation, search
(Published)
Line 6: Line 6:
 
|Section={{Section
 
|Section={{Section
 
|sectionHeading=Execute Docker Compose Files
 
|sectionHeading=Execute Docker Compose Files
|Type=Unstructured
+
|Standalone=No
|freetext=Change the directory of command prompt to <code>Shared</code> folder in CentOS/7. The '''Shared''' folder can access the files from host machine where the IP packages were unzipped.<br />
+
|ComingSoon=No
 +
|Status=No
 +
|alignment=Vertical
 +
|structuredtext=Change the directory of command prompt to <code>Shared</code> folder in CentOS/7. The '''Shared''' folder can access the files from host machine where the IP packages were unzipped.<br />
 
# Display the list of files in Shared folder by using <code>'''ls'''</code> command. The folder displays four files as follows.
 
# Display the list of files in Shared folder by using <code>'''ls'''</code> command. The folder displays four files as follows.
 
## docker-compose-cluster-full.yml
 
## docker-compose-cluster-full.yml

Revision as of 13:39, January 17, 2020

This topic is part of the manual GDL Deployment Guide for version 9.0 of Genesys Data Layer.

Deployment of GDL clusters in Docker environment.

Execute Docker Compose Files

Change the directory of command prompt to Shared folder in CentOS/7. The Shared folder can access the files from host machine where the IP packages were unzipped.

  1. Display the list of files in Shared folder by using ls command. The folder displays four files as follows.
    1. docker-compose-cluster-full.yml
    2. docker-compose-single.yml
    3. docker-compose-cluster-half.yml
    4. IP_GDL_900_ENU_DockerLinux.tar
  2. Execute the following command to run the Docker image.
    1. docker image load -i IP_GDL_900_ENU_DockerLinux.tar
  3. Execute the following command to bring up the GDL clusters.
    1. sudo docker-compose -f(docker compose file name) up
  4. To enable full cluster GDL (3 Zookeepers and 3 Kafka clusters and 1 Management API), type the following command.
    1. sudo docker-compose -f docker-compose-cluster-full.yml up

Wait till the log message appears as started application in nn.nnn seconds (JVM Running for nn.nnn)

Comments or questions about this documentation? Contact us for support!