1827294 Members
2319 Online
109717 Solutions
New Discussion

audit log size change

 
Elena Leontieva
Esteemed Contributor

audit log size change

Hi,

I have a cron job that rotates audit logs twice a week. It appeared that the audit log size specified on Monday is not big enough. Can I increase the Current audit log file and avoid switching to a different current file or the Next file?

audsys -c /audpri/audfile_rollover -s 2048000

coci161(root):/home/enleonti > audsys
auditing system is currently on
current file: /audpri/audfile_rollover
next file: none
statistics- afs Kb used Kb avail % fs Kb used Kb avail %
current file: 1024000 705896 31 5832704 2294758 61
next file: none

Thanks!

2 REPLIES 2
Hasan  Atasoy
Honored Contributor

Re: audit log size change

hi elena ;

audsys -f
audsys -n -c audfile -s 10240
(size is in K )

Hasan
Elena Leontieva
Esteemed Contributor

Re: audit log size change

I figured that the size could be changed on the fly.