Start, Stop, and Manage Hyper-Q
After you install Hyper-Q, you start and manage the deployment using the systemctl utility. You log into each Hyper-Q VM separately and run systemctl to start, stop, and mange the individual virtual machines.
Start Hyper-Q
Use the systemctl utility to start the Hyper-Q service.
$ sudo systemctl start dtm
The service is now operational, and applications can connect to the Hyper-Q service and query the database.
Stop Hyper-Q
Use the systemctl utility to stop the Hyper-Q service.
$ sudo systemctl stop dtm
Check Hyper-Q Status
Use systemctl to perform a status check for the Hyper-Q service.
$ systemctl status dtm