Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Remote Shutdown

Status
Not open for further replies.

MagnumVP

IS-IT--Management
Jul 9, 2002
109
0
0
US
What does everyone use to shutdown their servers not connected to the UPS via serial connection.

I have a APC3000VA that is connected via a serial connector to 1 server. There are 5 servers plugged into the UPS for power. When the power fails it is suppose to run a batch file that I created.

net send /domain:name Power Failure
c:
cdcd\windows\system32
shutdown -m \\Servername2 -f -t 01 -s
shutdown -m \\Servername3 -f -t 01 -s
shutdown -m \\Servername4 -f -t 01 -s
shutdown -m \\Servername5 -f -t 01 -s

It does but it only sends the message to everyone and NEVER shutsdown the other servers.

What does everyone else use?

I know I can buy APC's remote network shutdown product but I'm trying to avoid that.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top