Difference between revisions of "GDL/9.0/Deployment/Restart Kafka clusters"

From Genesys Documentation
Jump to: navigation, search
(Published)
m (Text replacement - "\|Platform=([^\|]*)GenesysEngage-onpremises([\|]*)" to "|Platform=$1GenesysEngage-cloud$2")
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
|Standalone=No
 
|Standalone=No
 
|DisplayName=Restart Kafka Clusters
 
|DisplayName=Restart Kafka Clusters
|Platform=PureEngage, PureConnect, PureCloud
+
|Platform=GenesysEngage-cloud
 
|Context=How to restart Kafka clusters?
 
|Context=How to restart Kafka clusters?
 
|Section={{Section
 
|Section={{Section
 
|sectionHeading=Stop Kafka Clusters
 
|sectionHeading=Stop Kafka Clusters
|Type=Unstructured
+
|Standalone=No
|freetext=To stop the clusters gracefully, type the following commands in command prompt.
+
|ComingSoon=No
 +
|Status=No
 +
|alignment=Vertical
 +
|structuredtext=To stop the clusters gracefully, type the following commands in command prompt.
 
# Press '''Ctrl+C.'''(The clusters shutdowns in a sequential order to complete the process)
 
# Press '''Ctrl+C.'''(The clusters shutdowns in a sequential order to complete the process)
 
# <code>sudo halt</code> (To exit as a super user)
 
# <code>sudo halt</code> (To exit as a super user)
Line 14: Line 17:
 
}}{{Section
 
}}{{Section
 
|sectionHeading=Restart Kafka Clusters
 
|sectionHeading=Restart Kafka Clusters
|Type=Unstructured
+
|Standalone=No
|freetext=<span>To restart the full cluster (3 Zookeepers + 3 Kafka layers + 1 Management API), follow the below steps.</span>
+
|ComingSoon=No
 +
|Status=No
 +
|alignment=Vertical
 +
|structuredtext=<span>To restart the full cluster (3 Zookeepers + 3 Kafka layers + 1 Management API), follow the below steps.</span>
 
# Launch Command Prompt as administrator.
 
# Launch Command Prompt as administrator.
 
# Change the directory to Vagrant folder. (E.g <code>C:\HashiCorp\Vagrant\GDL</code>)
 
# Change the directory to Vagrant folder. (E.g <code>C:\HashiCorp\Vagrant\GDL</code>)

Latest revision as of 02:34, July 25, 2020

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

How to restart Kafka clusters?

Stop Kafka Clusters

To stop the clusters gracefully, type the following commands in command prompt.

  1. Press Ctrl+C.(The clusters shutdowns in a sequential order to complete the process)
  2. sudo halt (To exit as a super user)
  3. vagrant halt (To halt the virtual machine)
  4. exit

Restart Kafka Clusters

To restart the full cluster (3 Zookeepers + 3 Kafka layers + 1 Management API), follow the below steps.

  1. Launch Command Prompt as administrator.
  2. Change the directory to Vagrant folder. (E.g C:\HashiCorp\Vagrant\GDL)
  3. vagrant up
  4. vagrant ssh
  5. sudo su
  6. cd /Shared
  7. docker image/load -i IP_GDL_900_ENU_DockerLinux.tar
  8. sudo docker-compose -f docker-compose-cluster-full.yml up

Kafka clusters starts running at the end of this step.

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