public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [Linux-ia64] Another stupid logging question...
@ 2003-04-01  0:09 Peter Chubb
  2003-04-01  1:01 ` Matthew Wilcox
  2003-04-01  2:06 ` Peter Chubb
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Chubb @ 2003-04-01  0:09 UTC (permalink / raw)
  To: linux-ia64

Every time I boot my ZX2000, (which as it's a kernel development
system is often) I get a little message that says the BMC event log is
full.  I can read the log --- it's not very interesting --- but how do
I clear it (and the forward progress log, too)?

--
Dr Peter Chubb				    peterc@gelato.unsw.edu.au
You are lost in a maze of BitKeeper repositories, all almost the same.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Linux-ia64] Another stupid logging question...
  2003-04-01  0:09 [Linux-ia64] Another stupid logging question Peter Chubb
@ 2003-04-01  1:01 ` Matthew Wilcox
  2003-04-01  2:06 ` Peter Chubb
  1 sibling, 0 replies; 3+ messages in thread
From: Matthew Wilcox @ 2003-04-01  1:01 UTC (permalink / raw)
  To: linux-ia64

On Tue, Apr 01, 2003 at 10:09:02AM +1000, Peter Chubb wrote:
> 
> Every time I boot my ZX2000, (which as it's a kernel development
> system is often) I get a little message that says the BMC event log is
> full.  I can read the log --- it's not very interesting --- but how do
> I clear it (and the forward progress log, too)?

You need to use IPMI to do it.  I forget which commands do that..

-- 
"It's not Hollywood.  War is real, war is primarily not about defeat or
victory, it is about death.  I've seen thousands and thousands of dead bodies.
Do you think I want to have an academic debate on this subject?" -- Robert Fisk


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Linux-ia64] Another stupid logging question...
  2003-04-01  0:09 [Linux-ia64] Another stupid logging question Peter Chubb
  2003-04-01  1:01 ` Matthew Wilcox
@ 2003-04-01  2:06 ` Peter Chubb
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Chubb @ 2003-04-01  2:06 UTC (permalink / raw)
  To: linux-ia64

>>>>> "Matthew" = Matthew Wilcox <willy@debian.org> writes:

Matthew> On Tue, Apr 01, 2003 at 10:09:02AM +1000, Peter Chubb wrote:
>> Every time I boot my ZX2000, (which as it's a kernel development
>> system is often) I get a little message that says the BMC event log
>> is full.  I can read the log --- it's not very interesting --- but
>> how do I clear it (and the forward progress log, too)?

Matthew> You need to use IPMI to do it.  I forget which commands do
Matthew> that..

That's what I was afraid of...  The CLI interface to IPMI is not
exactly user-friendly.  And because it's not easy to see what one is
doing (magic numebrs everywhere!), it's possible to screw up badly.

I think that this means I do
cli> ipmi 0A 47 0 0 43 4C 52 AA

is that right ?  I *think* this is the code to clear the system event
log; whether that also clears the BMC event log and the forward
progress log I don't know.   The latter two logs are not mentioned in
the IPMI 1.5 spec.

The syntax is:
    ipmi netfnlun cmd data

(BMC cli help)

In this case, the netfn is `storage' (appendix G) which translates to
0x0A (table 5.1 of the IPMI 1.5 spec), and the LUN is zero (low two
bits of netfnlun).  The CMD is `CLR SEL' (0x47 appendix G of IPMI
spec) and the data is 0 0 43 4C 52 AA (section 25.9)

Peter C


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-04-01  2:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-01  0:09 [Linux-ia64] Another stupid logging question Peter Chubb
2003-04-01  1:01 ` Matthew Wilcox
2003-04-01  2:06 ` Peter Chubb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox