- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Resizing of the Security.Audit$journal file
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-14-2008 02:13 PM
тАО04-14-2008 02:13 PM
Resizing of the Security.Audit$journal file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2008 03:32 PM
тАО04-14-2008 03:32 PM
Re: Resizing of the Security.Audit$journal file
ANAL /AUDI /BINA /SINC = sometime -
/OUTP = somewhere
to strip out old data.
HELP SET AUDI /DEST may tell you more about
specifying the location of the file.
This also mentions SET AUDIT /SERVER=NEW_LOG,
which effectively resizes the (new) file (to
zero, because it's new).
Depending on what you really wish to do, you
may want to disable the audit server
(briefly) while you're fooling around with
its log file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2008 03:40 PM
тАО04-14-2008 03:40 PM
Re: Resizing of the Security.Audit$journal file
See also SYS$MANAGER:SYSECURITY.COM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-15-2008 05:39 AM
тАО04-15-2008 05:39 AM
Re: Resizing of the Security.Audit$journal file
$ HELP SET AUDIT/SERVER
and observe what it says about the NEW_LOG keyword as the new size is dependent upon the old size (in an effort to be efficient).
NEW_LOG Creates a new clusterwide audit log file.
Typically, this is used daily to generate a
new version of the audit log file.
The following sequence of commands can be used
to reset the space monitoring thresholds and
then to recreate the auditing log, thereby
creating a smaller log file:
$ SET AUDIT /JOURNAL=SECURITY
/THRESHOLD=WARN=200
$ SET AUDIT /SERVER=NEW_LOG
By default, the size of the new auditing log
file is based on the size of the previous
auditing logs.
For help with the designating a non-default location for the file see
$ HELP SET AUDIT/JOURNAL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-06-2022 12:53 PM
тАО04-06-2022 12:53 PM
Re: Resizing of the Security.Audit$journal file
to move to another devicewould need to do the following..
ed SYS$COMMON:[SYSMGR]sylogicals.com.com and add the following:
DEFINE/SYSTEM/EXECUTIVE SYS$AUDIT_SERVER_INHIBIT YES
ed SYS$COMMON:[SYSMGR]sysecurity.com and add the following
Mount/System/Rebuild/Noassist RXTB1I$DKA1: AUDITDSK AUDITDSK
then type the following:
SET AUDIT/JOURNAL/DESTINATION= DKA1:[AUDIT]
SET AUDIT/SERVER=NEW_LOG