Operating System - OpenVMS
1752572 Members
4620 Online
108788 Solutions
New Discussion

determining cause of Advanced Server access denied errors

 
Jess Goodman
Esteemed Contributor

determining cause of Advanced Server access denied errors

I started getting this message on my computer on a regular basis:

Message from (Adv. Server node) to (me) (time)

There were 5 access denied errors in the last x minutes. Please review the serverr's audit trail.

Is there anyway to determine what is causing the errors short of setting an audit for access failure on every file/diretory on every share?

I already set a failure audit on all of our Advanced Server shares with ADMINISTER command:

set file /audit=failure=all /apply=(nofiles,nosubdir) \\vms_nt\SHARENAME Everyone

And SHOW AUDIT POLICTY says:
Audit Event Success Failure
------------------ -------- --------
ACCESS Disabled Enabled

But SHOW EVENT/TYPE=SECURITY shows nothing.

Some of our shares encompass directory trees with many thousands of files and I don't want to have enable audit on all of them. I assume that would add a Pathworks ACL to all of the file headers.
I have one, but it's personal.
1 REPLY 1
Chris Davis_9
Advisor

Re: determining cause of Advanced Server access denied errors

We get this occasionally, the most usual cause being that someone who has an Advanced Server share mapped which reconnects at startup has changed their PC password but the Advanced Server either has not been changed or doesn't match - perhaps entered with the Caps Lock key on.

However, there is always something in the security log covering this.

Our audit policy shows:

Audit Event Success Failure
------------------ -------- --------
ACCESS Disabled Enabled
ACCOUNT_MANAGEMENT Enabled Enabled
LOGONOFF Disabled Enabled
POLICY_CHANGE Enabled Enabled
PROCESS Disabled Enabled
SYSTEM Enabled Enabled
USER_RIGHTS Disabled Enabled

With account management enabled you'd be able to see who had changed their password recently and perhaps tie this in?

Good luck!