Problem

During scheduled power shortage, the Jira machine should be gracefully shutdown to prevent data lost

Solution

If you can access machine with GUI, please done in GUI interface. Otherwise, use the following command to shutdown the machine

Using terminal / SSH
  1. Use SSH to connect to server machine using root account
  2. type 'Shutdown -h now' 
  3. The machine will start its shutdown process