- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- %SHOW-W-NOAUDITING, security auditing disabled; no...
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
07-09-2007 08:41 PM
07-09-2007 08:41 PM
%SHOW-W-NOAUDITING, security auditing disabled; no events will be logged
All Servers came back up and I did not see any errors on reboot.
When I interrogate the audit file for yesterday it was empty!.
A Show audit returned the above message.
I have got it working again by doing a
set audit/init.
Q: Why did this happen ? baring in mind it was common between 3 separate VMS servers that had been rebooted!
Thanks for any ideas ,
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2007 10:57 PM
07-09-2007 10:57 PM
Re: %SHOW-W-NOAUDITING, security auditing disabled; no events will be logged
perhaps the logical SYS$AUDIT_SERVER_INHIBIT is defined somewhere in the startup?
No messages regarding AUDITING on the console?
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2007 11:20 PM
07-09-2007 11:20 PM
Re: %SHOW-W-NOAUDITING, security auditing disabled; no events will be logged
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 08:25 AM
07-10-2007 08:25 AM
Re: %SHOW-W-NOAUDITING, security auditing disabled; no events will be logged
its usually pretty stubborn about staying
up. Dean
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 10:57 AM
07-10-2007 10:57 AM
Re: %SHOW-W-NOAUDITING, security auditing disabled; no events will be logged
Make sure the file VMS$AUDIT_SERVER.DAT (by default in SYS$MANAGER) is PHYSICALLY common across all nodes in the cluster.
This file controls the audit configuration, and if different nodes have different "views", all kinds of things can fail. Worse, if you have a misconfigured cluster, SET AUDIT commands may apparently work, and be stable until a reboot. Similarly, SYS$SYSTEM:VMS$OBJECTS.DAT should be common.
If you find it's misconfigured, stop auditing on all nodes. Define the logical names VMS$AUDIT_SERVER and VMS$OBJECTS to point to the (a?) set of common files then restart auditing. Check and/or reconfigure any local changes you may have made.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 11:18 AM
07-10-2007 11:18 AM
Re: %SHOW-W-NOAUDITING, security auditing disabled; no events will be logged
In sylogicals
$ define/system/exec SYS$AUDIT_SERVER_INHIBIT YES !Switch of Auditing. Enable Audit end of SYSTARTUP_VMS.COM
in systartup_vms
--------------------------------------------------------------------------------
...ENABLE AUDIT Server messages
$ set audit/server=start
$ wait 00:00:10
$ set audit/server=initiate
$!
$!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2007 09:37 PM
07-10-2007 09:37 PM
Re: %SHOW-W-NOAUDITING, security auditing disabled; no events will be logged
" Pau, we also have ES45 with 7.3-2. In our system startups we disable then enable. Always."
Why?
Purely Personal Opinion