* force a dump on a hung system?
@ 2008-03-18 17:26 Jay Lan
2008-03-18 17:50 ` Bernhard Walle
0 siblings, 1 reply; 6+ messages in thread
From: Jay Lan @ 2008-03-18 17:26 UTC (permalink / raw)
To: kexec
How do i force a dump on a hung system when
1) it does not respond to the serial console, and
2) there is no hardware button to trigger an NMI
Am i out of luck?
Thanks,
- jay
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: force a dump on a hung system?
2008-03-18 17:26 force a dump on a hung system? Jay Lan
@ 2008-03-18 17:50 ` Bernhard Walle
2008-03-18 19:56 ` Ben Woodard
0 siblings, 1 reply; 6+ messages in thread
From: Bernhard Walle @ 2008-03-18 17:50 UTC (permalink / raw)
To: kexec
* Jay Lan [2008-03-18 18:26]:
> How do i force a dump on a hung system when
> 1) it does not respond to the serial console, and
Also not sysrq? Attach a PS/2 keyboard and sysrq?
> Am i out of luck?
Looks like you are. :(
Bernhard
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: force a dump on a hung system?
2008-03-18 17:50 ` Bernhard Walle
@ 2008-03-18 19:56 ` Ben Woodard
2008-03-18 20:45 ` Jay Lan
0 siblings, 1 reply; 6+ messages in thread
From: Ben Woodard @ 2008-03-18 19:56 UTC (permalink / raw)
To: Bernhard Walle; +Cc: kexec
does it have a BMC can you use IPMI to trigger an NMI?
-ben
Bernhard Walle wrote:
> * Jay Lan [2008-03-18 18:26]:
>
>
>> How do i force a dump on a hung system when
>> 1) it does not respond to the serial console, and
>>
>
> Also not sysrq? Attach a PS/2 keyboard and sysrq?
>
>
>> Am i out of luck?
>>
>
> Looks like you are. :(
>
>
> Bernhard
>
>
>
> _______________________________________________
> kexec mailing list
> kexec@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/kexec
>
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: force a dump on a hung system?
2008-03-18 19:56 ` Ben Woodard
@ 2008-03-18 20:45 ` Jay Lan
2008-03-18 20:48 ` Bernhard Walle
0 siblings, 1 reply; 6+ messages in thread
From: Jay Lan @ 2008-03-18 20:45 UTC (permalink / raw)
To: Ben Woodard; +Cc: Bernhard Walle, kexec
Ben Woodard wrote:
> does it have a BMC can you use IPMI to trigger an NMI?
We do have a BMC that comes from the vendor. I checked
with our CMC guy and it seemed there was no way to trigger
an NMI through IPMI, or to send the Magic SYSRQ sequence via
the IMPI SOL serious console.
BTW, the SYSRQ_ENABLED in /etc/sysconfig/sysctl is not set
by default. Any bad side effect of setting it?
- jay
>
> -ben
>
>
> Bernhard Walle wrote:
>> * Jay Lan [2008-03-18 18:26]:
>>
>>
>>> How do i force a dump on a hung system when
>>> 1) it does not respond to the serial console, and
>>>
>> Also not sysrq? Attach a PS/2 keyboard and sysrq?
>>
>>
>>> Am i out of luck?
>>>
>> Looks like you are. :(
>>
>>
>> Bernhard
>>
>>
>>
>> _______________________________________________
>> kexec mailing list
>> kexec@lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/kexec
>>
>
>
> _______________________________________________
> kexec mailing list
> kexec@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/kexec
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: force a dump on a hung system?
2008-03-18 20:45 ` Jay Lan
@ 2008-03-18 20:48 ` Bernhard Walle
2008-03-19 0:30 ` Neil Horman
0 siblings, 1 reply; 6+ messages in thread
From: Bernhard Walle @ 2008-03-18 20:48 UTC (permalink / raw)
To: Jay Lan; +Cc: Ben Woodard, kexec
* Jay Lan <jlan@sgi.com> [2008-03-18 21:45]:
> BTW, the SYSRQ_ENABLED in /etc/sysconfig/sysctl is not set
> by default. Any bad side effect of setting it?
AFAIR security concerns.
May I ask how RedHat/Fedora handles that?
Bernhard
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: force a dump on a hung system?
2008-03-18 20:48 ` Bernhard Walle
@ 2008-03-19 0:30 ` Neil Horman
0 siblings, 0 replies; 6+ messages in thread
From: Neil Horman @ 2008-03-19 0:30 UTC (permalink / raw)
To: Jay Lan, Ben Woodard, kexec
On Tue, Mar 18, 2008 at 09:48:57PM +0100, Bernhard Walle wrote:
> * Jay Lan <jlan@sgi.com> [2008-03-18 21:45]:
> > BTW, the SYSRQ_ENABLED in /etc/sysconfig/sysctl is not set
> > by default. Any bad side effect of setting it?
>
> AFAIR security concerns.
>
> May I ask how RedHat/Fedora handles that?
>
>
With defaults IIRC. We have them enabled during boot (in case of a problem on
bootup, disable them in rc.sysinit). /proc/sysrq-trigger is always available
though, and protected via filesystem permissions
Neil
> Bernhard
>
> _______________________________________________
> kexec mailing list
> kexec@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/kexec
--
/***************************************************
*Neil Horman
*Software Engineer
*Red Hat, Inc.
*nhorman@redhat.com
*gpg keyid: 1024D / 0x92A74FA1
*http://pgp.mit.edu
***************************************************/
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-03-19 0:30 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-18 17:26 force a dump on a hung system? Jay Lan
2008-03-18 17:50 ` Bernhard Walle
2008-03-18 19:56 ` Ben Woodard
2008-03-18 20:45 ` Jay Lan
2008-03-18 20:48 ` Bernhard Walle
2008-03-19 0:30 ` Neil Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox