resetting a computer remotely?

This is a discussion on resetting a computer remotely? within the Linux Administration forums, part of the Linux Forums category; Is there some sort of common or uncommon BIOS feature that will allow you to totally reset a computer remotely, ...


Go Back   Usenet Forums > Linux Forums > Linux Administration

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 12-08-2004
Dan Stromberg
 
Posts: n/a
Default resetting a computer remotely?


Is there some sort of common or uncommon BIOS feature that will allow you
to totally reset a computer remotely, even after it's crashed?

Maybe there's some sort of ISA/PCI/PCI-X card you can get, or a special
kind of powerstrip, or... some sort of standard BIOS feature, or maybe
one of the free BIOS implementations can do this?

I'm thinking along the lines of maybe something that has a top-priority
NMI, so even if some other IRQ/NMI gets wedged, you might be able to yank
on the reset pin anyway. Or something like that. You tell me. :)
Please. Or even something with its own ultra-low-power, ultra-slow
additional CPU that runs all the time and just watches for a magic network
packet (authenticated somehow I assume, although the machines I want this
for are on an unrouted net anyway), and upon seeing it Reboots.

Thanks!


Thanks!

Reply With Quote
  #2 (permalink)  
Old 12-08-2004
Keith Keller
 
Posts: n/a
Default Re: resetting a computer remotely?

On 2004-12-08, Dan Stromberg <strombrg@dcs.nac.uci.edu> wrote:
>
> Is there some sort of common or uncommon BIOS feature that will allow you
> to totally reset a computer remotely, even after it's crashed?
>
> Maybe there's some sort of ISA/PCI/PCI-X card you can get, or a special
> kind of powerstrip, or... some sort of standard BIOS feature, or maybe
> one of the free BIOS implementations can do this?


Well, there is a special kind of powerstrip. APC manufactures what they
call a switched PDU, which is basically a glorified power strip that you
can attach to a network. Assign it an IP address, then use a web
browser to log in to it and switch on/off outlets individually. It's
obviously a last resort, since it doesn't know whether the machine is
still alive or not before it cuts power to the outlet, but it might be
enough for your needs.

I assume that other manufacturers also make a similar item, though
perhaps under a different name.

--keith

--
kkeller-usenet@wombat.san-francisco.ca.us
(try just my userid to email me)
AOLSFAQ=http://wombat.san-francisco.ca.us/cgi-bin/fom

Reply With Quote
  #3 (permalink)  
Old 12-09-2004
Michael W Cocke
 
Posts: n/a
Default Re: resetting a computer remotely?

On Wed, 08 Dec 2004 23:19:14 GMT, Dan Stromberg
<strombrg@dcs.nac.uci.edu> wrote:

>
>Is there some sort of common or uncommon BIOS feature that will allow you
>to totally reset a computer remotely, even after it's crashed?
>
>Maybe there's some sort of ISA/PCI/PCI-X card you can get, or a special
>kind of powerstrip, or... some sort of standard BIOS feature, or maybe
>one of the free BIOS implementations can do this?
>
>I'm thinking along the lines of maybe something that has a top-priority
>NMI, so even if some other IRQ/NMI gets wedged, you might be able to yank
>on the reset pin anyway. Or something like that. You tell me. :)
>Please. Or even something with its own ultra-low-power, ultra-slow
>additional CPU that runs all the time and just watches for a magic network
>packet (authenticated somehow I assume, although the machines I want this
>for are on an unrouted net anyway), and upon seeing it Reboots.
>
>Thanks!
>
>
>Thanks!


Do a google for "pc watchdog" - there's a whole class of card that
plugs into the hardware and basically watches to see if the system
crashes, and reboots if it does. Linux kernel has support for these
already. I like the ones from pciwatchdog.com

Mike-

--
If you can keep your head while those around you are losing theirs...
You may have a great career as a network administrator ahead!
--
Please note - Due to the intense volume of spam, we have installed
site-wide spam filters at catherders.com. If email from you bounces,
try non-HTML, non-encoded, non-attachments,
Reply With Quote
  #4 (permalink)  
Old 12-09-2004
Dan Stromberg
 
Posts: n/a
Default Re: resetting a computer remotely?

On Thu, 09 Dec 2004 11:26:03 -0500, Michael W Cocke wrote:

> On Wed, 08 Dec 2004 23:19:14 GMT, Dan Stromberg
> <strombrg@dcs.nac.uci.edu> wrote:
>
>>
>>Is there some sort of common or uncommon BIOS feature that will allow you
>>to totally reset a computer remotely, even after it's crashed?
>>
>>Maybe there's some sort of ISA/PCI/PCI-X card you can get, or a special
>>kind of powerstrip, or... some sort of standard BIOS feature, or maybe
>>one of the free BIOS implementations can do this?
>>
>>I'm thinking along the lines of maybe something that has a top-priority
>>NMI, so even if some other IRQ/NMI gets wedged, you might be able to yank
>>on the reset pin anyway. Or something like that. You tell me. :)
>>Please. Or even something with its own ultra-low-power, ultra-slow
>>additional CPU that runs all the time and just watches for a magic network
>>packet (authenticated somehow I assume, although the machines I want this
>>for are on an unrouted net anyway), and upon seeing it Reboots.
>>
>>Thanks!
>>
>>
>>Thanks!

>
> Do a google for "pc watchdog" - there's a whole class of card that
> plugs into the hardware and basically watches to see if the system
> crashes, and reboots if it does. Linux kernel has support for these
> already. I like the ones from pciwatchdog.com
>
> Mike-


"How crashed" does a system have to be, before one of these will kick in?

Do they only reset on a wedged CPU?

We're seeing hosts that accept connections, but the daemon on the port
can't do anything, even if the daemon is mlockall'd into memory, never
forks, never execs, and never hits the disk. Is such a card likely to
help in such a situation?


Reply With Quote
  #5 (permalink)  
Old 12-10-2004
Michael W Cocke
 
Posts: n/a
Default Re: resetting a computer remotely?

On Thu, 09 Dec 2004 19:08:45 GMT, Dan Stromberg
<strombrg@dcs.nac.uci.edu> wrote:

>On Thu, 09 Dec 2004 11:26:03 -0500, Michael W Cocke wrote:
>
>> On Wed, 08 Dec 2004 23:19:14 GMT, Dan Stromberg
>> <strombrg@dcs.nac.uci.edu> wrote:
>>
>>>
>>>Is there some sort of common or uncommon BIOS feature that will allow you
>>>to totally reset a computer remotely, even after it's crashed?
>>>
>>>Maybe there's some sort of ISA/PCI/PCI-X card you can get, or a special
>>>kind of powerstrip, or... some sort of standard BIOS feature, or maybe
>>>one of the free BIOS implementations can do this?
>>>
>>>I'm thinking along the lines of maybe something that has a top-priority
>>>NMI, so even if some other IRQ/NMI gets wedged, you might be able to yank
>>>on the reset pin anyway. Or something like that. You tell me. :)
>>>Please. Or even something with its own ultra-low-power, ultra-slow
>>>additional CPU that runs all the time and just watches for a magic network
>>>packet (authenticated somehow I assume, although the machines I want this
>>>for are on an unrouted net anyway), and upon seeing it Reboots.
>>>
>>>Thanks!
>>>
>>>
>>>Thanks!

>>
>> Do a google for "pc watchdog" - there's a whole class of card that
>> plugs into the hardware and basically watches to see if the system
>> crashes, and reboots if it does. Linux kernel has support for these
>> already. I like the ones from pciwatchdog.com
>>
>> Mike-

>
>"How crashed" does a system have to be, before one of these will kick in?
>
>Do they only reset on a wedged CPU?
>
>We're seeing hosts that accept connections, but the daemon on the port
>can't do anything, even if the daemon is mlockall'd into memory, never
>forks, never execs, and never hits the disk. Is such a card likely to
>help in such a situation?
>


The basic principle is that a daemon posts to the watchdog card at a
user-configured interval. If the daemon doesn't post to the card
regularly, the card reboots the system. You could insert the watchdog
post code into the daemon that's hanging. These boards are usually
for process control systems, but I've used them for email and web
servers with no problems - "high availability on low budget" 8-)>

Mike-

--
If you can keep your head while those around you are losing theirs...
You may have a great career as a network administrator ahead!
--
Please note - Due to the intense volume of spam, we have installed
site-wide spam filters at catherders.com. If email from you bounces,
try non-HTML, non-encoded, non-attachments,
Reply With Quote
  #6 (permalink)  
Old 12-11-2004
7
 
Posts: n/a
Default Re: resetting a computer remotely?

Dan Stromberg wrote:

>
> Is there some sort of common or uncommon BIOS feature that will allow you
> to totally reset a computer remotely, even after it's crashed?
>
> Maybe there's some sort of ISA/PCI/PCI-X card you can get, or a special
> kind of powerstrip, or... some sort of standard BIOS feature, or maybe
> one of the free BIOS implementations can do this?


May be a wake on LAN card ethernet card/mboard can do that?

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 04:03 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0