Show Menu
Cheatography
This is a draft cheat sheet. It is a work in progress and is not finished yet.

Troubl­eshoot the Docker Containers

View containers and status
docker ps -a
Enter a docker container
docker exec -it <name or id>
View docker logs
docker logs -f
View active ports and connec­tions
netstat -plnt
Check to see if the docker containers are active and running. There are 4 containers required for each install:
ze-dbapi
ze-pos­tgres
ze-pla­tform
ze-dee­pstream

Troubl­eshoot DeepZero Status

Enter container
docker exec -it ze-dee­pzero /bin/bash
Enter logs directory
cd /tmp
Check newest Service logs
tail -f ze-ser­vic­e.log
Check newest DS Manager logs
tail -f ze-dsm­ana­ger.out
Check newest DeepZero logs
tail ze-dee­pze­ro.log
 

Troupl­eshoot dbapi Connection

Login to platform
<cl­ien­t>.z­er­oey­es.com
Check Health Indicator for flash
Go to Clients tab
Open up Dev Tools and look for errors
*See below for keyboard shortcuts. Usually F12
Developer tools will show successful and unsucc­essful API calls. Use the shortcuts below to access dev tools:
Chrome: Ctrl + Shift + J
Chromium Edge: Ctrl + Shift + I
Firefox: Ctrl + Shift + I
Edge: Ctrl + Shift + I
IE 11:F12