Difference between revisions of "GDL/9.0/Deployment/Deploy Clusters"
From Genesys Documentation
(Published) |
|||
Line 6: | Line 6: | ||
|Section={{Section | |Section={{Section | ||
|sectionHeading=Execute Docker Compose Files | |sectionHeading=Execute Docker Compose Files | ||
− | | | + | |Standalone=No |
− | | | + | |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
Contents
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.
- Display the list of files in Shared folder by using
ls
command. The folder displays four files as follows.- docker-compose-cluster-full.yml
- docker-compose-single.yml
- docker-compose-cluster-half.yml
- IP_GDL_900_ENU_DockerLinux.tar
- Execute the following command to run the Docker image.
docker image load -i IP_GDL_900_ENU_DockerLinux.tar
- Execute the following command to bring up the GDL clusters.
sudo docker-compose -f(docker compose file name) up
- To enable full cluster GDL (3 Zookeepers and 3 Kafka clusters and 1 Management API), type the following command.
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!