Safe reboot and shutdown: Difference between revisions
Jump to navigation
Jump to search
(Created page with " == Introduction == If TruView is not working properly, try restarting the services first. It is highly recommended to use the provided scripts to reboot and shutdown the se...") |
No edit summary |
||
Line 23: | Line 23: | ||
*You don't have to be root to shutdown the server | *You don't have to be root to shutdown the server | ||
*Make sure someone is available in the datacenter to power-on the server. | *Make sure someone is available in the datacenter to power-on the server if needed. | ||
*Log in as TVadmin with SSH | *Log in as TVadmin with SSH | ||
*Change to /opt/tv | *Change to /opt/tv |
Revision as of 16:19, 1 September 2017
Introduction
If TruView is not working properly, try restarting the services first.
It is highly recommended to use the provided scripts to reboot and shutdown the server.
Solution
Reboot
- You don't have to be root to reboot the server
- Log in as TVadmin with SSH
- Change to /opt/tv
$ cd /opt/tv
- Run the script
$ ./tv-reboot.sh
Shutdown
- You don't have to be root to shutdown the server
- Make sure someone is available in the datacenter to power-on the server if needed.
- Log in as TVadmin with SSH
- Change to /opt/tv
$ cd /opt/tv
- Run the script
$ ./tv-shutdown.sh