Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:dpi:dpi_components:qoestor:commands:start [2023/10/10 08:25] – external edit 127.0.0.1 | en:dpi:dpi_components:qoestor:commands:start [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Commands reference ====== | ||
| - | {{indexmenu_n> | ||
| - | ==== Check if the database has been created ==== | ||
| - | < | ||
| - | |||
| - | |||
| - | ==== Delete DB schema | ||
| - | <color # | ||
| - | < | ||
| - | |||
| - | ==== Create / update database schema | ||
| - | < | ||
| - | |||
| - | ==== Restarting receivers and configuration ==== | ||
| - | < | ||
| - | |||
| - | |||
| - | |||
| - | ==== Stopping receivers | ||
| - | < | ||
| - | |||
| - | ==== Database restart ==== | ||
| - | < | ||
| - | |||
| - | ==== Stop the DB ==== | ||
| - | < | ||
| - | |||
| - | |||
| - | |||
| - | ==== Controlling receivers separately | ||
| - | |||
| - | === Restarting receivers === | ||
| - | |||
| - | If you need to restart the receivers separately, this can be done by restarting the services, for example | ||
| - | |||
| - | * On CentOS 7 < | ||
| - | systemctl restart qoestor_clickstream_0.service</ | ||
| - | * On CentOS 6 < | ||
| - | service qoestor_clickstream_0 stop | ||
| - | service qoestor_fullflow_0 start | ||
| - | service qoestor_clickstream_0 start</ | ||
| - | |||
| - | === Stopping receivers | ||
| - | * On CentOS 7 < | ||
| - | systemctl stop qoestor_clickstream_0.service</ | ||
| - | * On CentOS 6 < | ||
| - | service qoestor_fullflow_0 stop</ | ||
| - | |||
| - | ==== Check if the DB is working ==== | ||
| - | < | ||
| - | |||
| - | ==== Check if receivers are running ==== | ||
| - | < | ||
| - | |||
| - | ==== Check if the receivers are listening to the ports and if there is a connection ==== | ||
| - | < | ||
| - | netstat -nlpa | grep 1501</ | ||
| - | |||
| - | ==== Check if there is data in the database | ||
| - | < | ||
| - | < | ||