I wrote:
> i am trying to run a 3rd party monitoring app (RoboMon) that does a uerf
-Rr
> 300 | grep Physical memory as part of its "discovery" processing. on one
of
> my 4.0d PK#1 boxes it runs forever, and when i do the command myself i get
a
> bit of good info and then it says "CORRUPTED ERROR ENTRY - ENTRY DUMP" and
> proceeds to spew lots of useless (to me) info. this goes on for at least
45
> minutes before i finally stopped it. how can i delete this corrupted
uerf?
> is it a simple matter of dev/nulling the /var/adm/binary.errlog? any
help
> is appreciated.
Summary:
it was quite simple actually. bruce senn suggested renaming the file and
restarting the process. so i did a:
# mv /var/adm/binary.errlog /var/adm/binary.errlog.bad
and from the manpage on binlogd:
# kill -HUP `cat /var/run/binlogd.pid`
now the app starts up ok. tom blinn came in just as i was summarizing with
the same suggestion. thanks guys!
Roger D. Leonard
Roger D. Leonard
Unix Systems Engineer
HealthAmerica, Pgh PA
rleonard_at_cvty.com
Received on Thu Jul 22 1999 - 18:02:19 NZST