1838658 Members
2825 Online
110128 Solutions
New Discussion

sar command

 
SOLVED
Go to solution
Kenneth Yap
Frequent Advisor

sar command

Dear Experts,
How we can install the sar command on hpux ver 11.00? Any patches required?
2 REPLIES 2
David Burgess
Esteemed Contributor

Re: sar command

sar's already installed.

Try /usr/bin/sar -u 5 5 for example.

We've got adm's crontab as :-

#stats every 5 minutes
0,5,10,15,20,25,30,35,40,45,50,55 * * * 0-6 /usr/lib/sa/sa1
#daily report
5 23 * * 1-5 /usr/lib/sa/sa2 -s 1:00 -e 23:40 -i 300 -A

See man sa1 and man sar

HTH

Dave.
David Burgess
Esteemed Contributor
Solution

Re: sar command

The latest patch for HPUX 11.00 sar

Patch Name: PHCO_25174
Patch Description: s700_800 11.00 sar(1m) cumulative patch

Regards,

Dave.