- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Format of VMS security 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
05-14-2006 09:16 PM
05-14-2006 09:16 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2006 09:31 PM
05-14-2006 09:31 PM
Solutiondepending on the audit settings (Show Audit, Set Audit) there are more or less events written to a binary File (SYS$MANAGER:SECURITY.AUDIT$JOURNAL)
To analyze the recorded events in security.audit$journal you can use the analyze /audit utility.
e.g.
ANAL/AUDIT/since=a_date/event=whatyouliketoreport sys$manager:security.audit$journal
The security.audit$journal is a binary file and absolutely not similar a unix syslog
Hope thet helps
Regards
Heinz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2006 10:01 PM
05-14-2006 10:01 PM
Re: Format of VMS security log
I don't know if anyone has done this already.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2006 06:04 AM
05-15-2006 06:04 AM
Re: Format of VMS security log
For the record, I have done an implementation of a Audit Event monitor for an ISV.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2006 04:02 PM
06-04-2006 04:02 PM
Re: Format of VMS security log
Check out Appendix F, Security Audit Message Format of the HP OpenVMS System Management Utilities Reference Manual.
http://h71000.www7.hp.com/doc/82FINAL/6048/6048pro_084.html#audit_record_format
cheers,g
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2006 06:53 PM
06-04-2006 06:53 PM
Re: Format of VMS security log
Auditor+ from http://www.securitycentre.com can be used to capture events real time, it even allows you to retaliate. If the audit_server pid dies, it'll even restart it.
You can write your retaliate procedure in several languages, including DCL. Quite neat.
Just thought I'd mention it as it was easdy to set-up.
I guess you could also $ set audit/list=mbx and have a pid/program set-up to read off the events realtime.
J.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2006 04:43 AM
09-12-2006 04:43 AM
Re: Format of VMS security log
Anybody no how can i read a VMS security log in Windows?
The objective is to parse and integrate this files with SSIS 2005.
Thanks.
Lawrence
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2006 07:43 AM
09-12-2006 07:43 AM
Re: Format of VMS security log
There is a port of syslog for VMS or as the file format is documented a program could be developed for windows.
Purely Personal Opinion