Operating System - HP-UX
1752409 Members
5518 Online
108788 Solutions
New Discussion юеВ

Re: /var/adm/sa/saxx files

 
SOLVED
Go to solution
skt_skt
Honored Contributor

/var/adm/sa/saxx files


HP-UX 11.00

I see most of my serevers have the /var/adm/sa/saxx files . But noticed one of them is not creating this file? Which process controls this? How to enable this logging?
4 REPLIES 4
Rasheed Tamton
Honored Contributor
Solution

Re: /var/adm/sa/saxx files

/usr/lbin/sa/sa1

Put something like this in the cron

* * * * * /usr/lbin/sa/sa1 1200 3

man sa1
skt_skt
Honored Contributor

Re: /var/adm/sa/saxx files

0,5,10,15,20,25,30,35,40,45,50,55 * * * * /usr/lib/sa/sa1 1 1

i put like that..
SKR_1
Trusted Contributor

Re: /var/adm/sa/saxx files

Check and verify the cron entry on other servers and make the same entry in this one server also.

Thanks

SKR
SKR_1
Trusted Contributor

Re: /var/adm/sa/saxx files

you can make the below entries in crontab.

0 * * * 0,6 /usr/lbin/sa/sa1
0 8-17 * * 1-5 /usr/lbin/sa/sa1 1200 3
0 18-7 * * 1-5 /usr/lbin/sa/sa1
5 18 * * 1-5 /usr/lbin/sa/sa2 -s 8:00 -e 18:01 -i 3600 -u
5 18 * * 1-5 /usr/lbin/sa/sa2 -s 8:00 -e 18:01 -i 3600 -b
5 18 * * 1-5 /usr/lbin/sa/sa2 -s 8:00 -e 18:01 -i 3600 -q

Thanks

SKR