Safe reboot and shutdown: Difference between revisions

From wiki.comcert.com
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
== Introduction ==
== Introduction ==


{{#invoke:Message box|ambox |type=content|text=If TruView is not working properly, try restarting the services first.}}
{{#invoke:Message box|ambox |type=content|text=If TruView is not working properly, try [[Restart_all_services|restarting all services]] first.}}


It is highly recommended to use the provided scripts to reboot and shutdown the server. 
It is highly recommended to use the provided scripts to reboot and shutdown the server. 


Restarting
[[Restart_all_services|Restarting]]


== Solution ==
== Solution ==

Revision as of 16:22, 1 September 2017

Introduction

It is highly recommended to use the provided scripts to reboot and shutdown the server. 

Restarting

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