View Single Post

   
  #6 (permalink)  
Old 01-16-2008, 11:34 AM
Lone Gaffe
 
Posts: n/a
Default Re: Does /var/adm/wtmpx get cleared automatically?

Tristram Scott <tristram.scott@ntlworld.com> wrote:
> Thanks for that info. Neither root nor adm seem to be doing anything
> accounting related. Any other ideas?
>
> Root does this:
>
> 10 3 * * * /usr/sbin/logadm
> 15 3 * * 0 /usr/lib/fs/nfs/nfsfind
> 30 3 * * * [ -x /usr/lib/gss/gsscred_clean ] && /usr/lib/gss/gsscred_clean
> #10 3 * * * /usr/lib/krb5/kprop_script ___slave_kdcs___


That's reasonable for Solaris.

> Adm does this:
>
> 10 1 * * * (cd /var/adm/sa/ && cd .adm && [ -x sadm ] && PATH=. sadm)
>>/dev/null 2>&1 &


This isn't normal. Sar processing is usually done by sys and with different
commands. See http://docs.sun.com/app/docs for details.

> I'm wondering if perhaps someone has made themself at home on my system.


--
Geoff Lane, Airstrip One

There is no gravity--The earth sucks!
Reply With Quote