- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: AUDIT SECURITY FILE --- BIG...
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
05-02-2006 04:06 PM
05-02-2006 04:06 PM
AUDIT SECURITY FILE --- BIG...
I open a new AUDIT SECURITY file using SET AUDIT/SERVER=NEW_LOG for clusterwide log file but the new created file allocated around 214K blocks. Do you have any idea why it was too big?
Directory SYS$COMMON:[SYSMGR]
SECURITY.AUDIT$JOURNAL;12 9/214056
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 05:16 PM
05-02-2006 05:16 PM
Re: AUDIT SECURITY FILE --- BIG...
According to the help file, preceding your file create with SET AUDIT /JOURNAL=SECURITY
/THRESHOLD=WARN=200 to make a smaller file be created.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 05:16 PM
05-02-2006 05:16 PM
Re: AUDIT SECURITY FILE --- BIG...
I believe the size of the new file is based on
the size of the old file. I know I have managed
to get it to create a much smaller file but at
the moment don't recall exactly what I did.
Have you tried stopping the server, renaming the
file then restarting it?
I think the size is held in a lock block somewhere.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 05:26 PM
05-02-2006 05:26 PM
Re: AUDIT SECURITY FILE --- BIG...
SET AUDIT/JOURNAL=SECURITY/THRESHOLD=WARN=200
It works. You just need to reissue again the SET AUDIT/SERVER=NEW_LOG
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2006 09:33 PM
05-02-2006 09:33 PM
Re: AUDIT SECURITY FILE --- BIG...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2006 10:33 AM
05-03-2006 10:33 AM
Re: AUDIT SECURITY FILE --- BIG...
Consider that OpenVMS is doing you a service by preallocating the file to a reasonable prediction of the size it will grow to based on history. 200K blocks is all of 100MB. Worth what? Maybe 10c?
Unless you expect to change your rollover schedule for the audit journal, I'd strongly recommend you accept the preallocated size and avoid the work by the file system to extending the journal and fragmenting the disk.
If you really have to worry about 100MB of disk space, there's a serious misalignment of cost priorities on your site. Work out how many seconds of your time the capital cost of that disk space is worth. If you have to spend more than that time worrying about it, it would be far more cost effective to go out and buy more disk space.