- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Trusted Audit Log
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 01:51 AM
08-04-2004 01:51 AM
Trusted Audit Log
In sam the file cannot be set to a very large value. One command line (audsys) one could set the parameter for size to just about anything. However, not all sizes seem to work.
Is there a size limit to the audit file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 02:24 AM
08-04-2004 02:24 AM
Re: Trusted Audit Log
I'm attachng a script that will be a good example.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 02:31 AM
08-04-2004 02:31 AM
Re: Trusted Audit Log
audsys configuration details will be forgot after system reboot. Default one is at /etc/rc.config.d/auditing file
Audit file size depends upon the switch over size PRI_SWITCH parameter on auditing file or -s cafs option on audsys
auditing file is as like any normal file can be used to store contents. It is limit as like normal file. To make default setting about auditing use auditing file for that.
To get notification messages about audit log overflow use audmon call for this.
Regards
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 02:31 AM
08-04-2004 02:31 AM
Re: Trusted Audit Log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2004 03:36 AM
08-04-2004 03:36 AM
Re: Trusted Audit Log
Or try to use logrotate logic(s) here to trim your logfile(s) everyday status to keep your audit file as healthy one.
Put the script in cron to automate that.
Or change the audsys operation on everyday as,
audsys -n -c
Move the file to your backup (with compression too)
Automate this with script.
NOTE: audsys - can not be effective if you reboot your system. You have to use auditing file
_muthu_