Difference between revisions of "GDL/9.0/Deployment/Access Log and Volume Files"

From Genesys Documentation
Jump to: navigation, search
(Published)
 
m (Text replacement - "\|Platform=([^\|]*)GenesysEngage-onpremises([\|]*)" to "|Platform=$1GenesysEngage-cloud$2")
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
|Standalone=No
 
|Standalone=No
 
|DisplayName=Access Log Files
 
|DisplayName=Access Log Files
|Platform=PureEngage
+
|Platform=GenesysEngage-cloud
 
|Context=Debugging log files for troubleshooting.
 
|Context=Debugging log files for troubleshooting.
 
|Section={{Section
 
|Section={{Section
 
|sectionHeading=Access Server Log Files
 
|sectionHeading=Access Server Log Files
|Type=Unstructured
+
|Standalone=No
|freetext=Log files of Kafka layers can be accessed by following commands.
+
|ComingSoon=No
 +
|Status=No
 +
|alignment=Vertical
 +
|structuredtext=Log files of Kafka layers can be accessed by following commands.
 
# Change the directory of command prompt to <code>/var/lib/docker/volumes</code>
 
# Change the directory of command prompt to <code>/var/lib/docker/volumes</code>
 
# List all the available volumes by using command <code>'''ls'''</code>
 
# List all the available volumes by using command <code>'''ls'''</code>
Line 18: Line 21:
 
}}{{Section
 
}}{{Section
 
|sectionHeading=Access Data Log Files
 
|sectionHeading=Access Data Log Files
|Type=Unstructured
+
|Standalone=No
|freetext=Volume files of Kafka layers and zookeeper layers (as defined in the respective docker-compose.yml files) can be accessed by following commands.
+
|ComingSoon=No
 +
|Status=No
 +
|alignment=Vertical
 +
|structuredtext=Volume files of Kafka layers and zookeeper layers (as defined in the respective docker-compose.yml files) can be accessed by following commands.
 
# Change the directory of command prompt to <code>/var/lib/docker/volumes</code>
 
# Change the directory of command prompt to <code>/var/lib/docker/volumes</code>
 
# List all the available volumes by using command <code>'''ls'''</code>
 
# List all the available volumes by using command <code>'''ls'''</code>

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

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

Debugging log files for troubleshooting.

Access Server Log Files

Log files of Kafka layers can be accessed by following commands.

  1. Change the directory of command prompt to /var/lib/docker/volumes
  2. List all the available volumes by using command ls
  3. Change the directory to specific kakfa layer, say cd docker_kafka11-log
  4. List all the available folders by using command ls
  5. Change the directory to cd _data/
  6. List all the available log files by using command ls

server.log file can be used to check the log files of kafka layer.

Access Data Log Files

Volume files of Kafka layers and zookeeper layers (as defined in the respective docker-compose.yml files) can be accessed by following commands.

  1. Change the directory of command prompt to /var/lib/docker/volumes
  2. List all the available volumes by using command ls
  3. Change the directory to specific kakfa layer, say cd docker_kafka11
  4. List all the available folders by using command ls
  5. Change the directory to cd _data/
  6. List all the available volume files by using command ls

The same procedure can be repeated for other volumes of zookeeper.

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