Re: errlog
From: Michael Cheselka (cheselka_at_gmail.com)
Date: 11/28/04
- Previous message: glh_at_DAIRYNET.COM: "errlog"
- In reply to: glh_at_DAIRYNET.COM: "errlog"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 28 Nov 2004 01:02:20 -0800 To: aix-l@Princeton.EDU
Hello,
If I'm not mistaken, /var/adm/ras/errlog is a revolving log file.
It remains the same size when cleared. The file simply begins
overwriting from the top when it gets to the bottom. Not sure
how this is implemented. Try running strings on it before and
after you clear it:
# strings /var/adm/ras/errlog | less
# errclear 00
# strings /var/adm/ras/errlog | less
Mike
On Sat, 27 Nov 2004 11:59:23 -0600, glh@dairynet.com <glh@dairynet.com> wrote:
> When I have an error reported by the 'errpt' command, I usually clean it up
> via the 'errclear 00' command. Why is it that /var/adm/ras/errlog still
> contains data after issuing the 'errclear' command? Is the errlog file and
> the commands 'errpt' and 'errclear' related? Is there a way to clean up
> the /var/adm/ras/errlog file? Thanks.
>
-- When in the Potemkin Wired be a Potemkin Lain.
- Previous message: glh_at_DAIRYNET.COM: "errlog"
- In reply to: glh_at_DAIRYNET.COM: "errlog"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- Re: can I replace a string in all Matlab .m files under a folder?
... How to write a program in Matlab to change the strings ... This is so
much easier to do in Unix and perl that it is hardly worth ... the command that
follows is to be executed. ... (comp.soft-sys.matlab) - Re: can I replace a string in all Matlab .m files under a folder?
... How to write a program in Matlab to change the strings ... This is so much easier
to do in Unix and perl that it is hardly worth ... the command that follows is to
be executed. ... The -i option signals that perl is to edit the ... (comp.soft-sys.matlab) - RE: SQLCE Insert Performance - Assistance?
... You do not need to use strings instead of whatever type it actually is. ...
supply values in the command itself. ... Can you post some code samples, ...
This posting is provided "AS IS" with no warranties, ... (microsoft.public.dotnet.framework.compactframework) - Re: can I replace a string in all Matlab .m files under a folder?
... How to write a program in Matlab to change the strings ... the command
that follows is to be executed. ... The -i option signals that perl is to edit the ...
The -p option signals that the perl commands ... (comp.soft-sys.matlab) - Re: input stream 101
... JTidy can be run from the command line on its own, ... > an array
of Strings, ... > this would be a very easy change from your current code. ...
(comp.lang.java.help)