• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Turn server on and off from LAN machine

RBBRMADE

Senior member
I have a small file server in the house. Most of the time the server is runnig for no reason.
I want to set something up to automatically turn on the server when I boot up my PC.
I believe I can handle that one with a magic packet.
But....I also want to be able to shut the server down after my auto backups (at shutdown) run from my desktop. So, right after my backups finish, I want to send a shut down command to the server.
My desktop runs XP Pro, and currently the server runs XP Pro. As soon as I have time the server will be running Server 2003.
I have used poweroff with great results, but I do not recall that it would do what I want....

Any help out there?

Thanx,
Ron
 
I admit to not giving this much thought...

But couldn't you write a script that would Telnet to the server, and then send it the DOS "Shutdown" command?
 
try rshutpro (www.rtsecurity.com) - you install the client on the server, and you can wake the machine up using WOL, and then schedule shutdowns... might do what you want to do - I was looking at it for work, but it doesn't wake machines up across subnets so not that useful in a work environment.

Tim
 
Back
Top