1. Home
  2. System Administration
  3. Server Management
  4. How to restart Variphy services and/or reboot server
  1. Home
  2. System Administration
  3. Application Administration & Setup
  4. How to restart Variphy services and/or reboot server
  1. Home
  2. System Administration
  3. Troubleshooting
  4. How to restart Variphy services and/or reboot server
  1. Home
  2. System Administration
  3. How to restart Variphy services and/or reboot server

How to restart Variphy services and/or reboot server

There may be times where the Variphy or MySQL services need to be restarted or the server needs to be rebooted. The following steps will guide you through restarting services or rebooting the server for both Linux and Windows OS.

To Restart or Stop the Variphy or MySQL service running on Linux:

  1. Log into the Linux OS via CLI and execute the following commands as necessary
    • To Restart the Variphy service – sudo systemctl restart variphy.service
    • To Restart the MySQL Database Engine – sudo systemctl restart mysql.service
    • To Stop the Variphy Service – sudo systemctl stop variphy.service
    • To Stop the MySQL Database Engine – sudo systemctl stop mysql.service
    • To Start the Variphy Service – sudo systemctl start variphy.service
    • To Start the MySQL Database Engine – sudo systemctl start mysql.service

To reboot the Linux Server

Perform the steps above to stop the Variphy and MySQL services and then issue the command

sudo shutdown -r now

To shutdown the Linux Server

Perform the step above to stop the Variphy and MySQL services and then issue the command:

sudo shutdown -h now

To Check the status of the Variphy or MySQL service:

In Linux from the CLI , use the command:

systemctl status variphy.service

systemctl status mysql.service

To Restart or Stop the Variphy or MySQL service running on Windows

  1. Log into the Windows OS and navigate to windows Services (services.msc).
  2. In Windows, simply stop the Variphy or MySQL service from the services.msc window.
Windows OS

To Start the Variphy or MySQL service:

In Windows, simply start the Variphy or MySQL service from the services.msc window.

Windows OS

To Check the status of the Variphy or MySQL service:

In Windows, simply stop the Variphy or MySQL service from the services.msc window.

Services running – Windows OS

Updated on November 1, 2023

Was this article helpful?

Related Articles