Now I found a way to restart it from my local desktop. The command goes like
shutdown -m \\
where -m is used to specify the machine name and -r is meant to specify that the machine needs to be rebooted.
Then I check for the actual reboot by
ping
I see that it gets ping messages back, and then stops responding for some 8-10 pings and then gets back up again.
Now this really saves me a lot of time :)
No comments:
Post a Comment