[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference azur::mcc

Title:DECmcc user notes file. Does not replace IPMT.
Notice:Use IPMT for problems. Newsletter location in note 6187
Moderator:TAEC::BEROUD
Created:Mon Aug 21 1989
Last Modified:Wed Jun 04 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:6497
Total number of notes:27359

2884.0. "Node4 registration DECnet database access problem" by BELMNT::BEAZLEY () Wed Apr 29 1992 19:06

     When trying to register Node 4 entities, the entity is only partially
   registered with a DECnet database file access privilege, file protection
   error. How can that be, considering I manage from the SYSTEM account with
   all privileges, access and ownership?



         Thanks,


           Bob
T.RTitleUserPersonal
Name
DateLines
2884.1node4 registration failsHNDMTH::SAFRANThu Apr 30 1992 03:066
    I just installed the new 1.2.7 and have the same problem. The partial
    registration file not found or protection violation on file
    sys$common:[sysexe]netnode_local.dat. netnode_local.dat normally lives
    in sys$sysroot:[sysexe]. I copied it to sys$common, turned on audit
    alarming and tried to register the node. It didn't set off any security
    events, so I don't think it even tried to access the node.
2884.2work-aroundTOOK::S_KOHoot mon!Thu Apr 30 1992 14:419
    The T1.2.7 release temporarily disables the use of NMLSHR on VMS.
    This means that network links are used for local access.  if you do not
    have default network access set up, or explicit nml access, you will
    have a problem reading the database (which is queried for validation
    purposes).  you can also setup proxy access to get around this problem (eg
    - see note 2790.7)

    
2884.3Use ACLsVCSESU::WADEBill Wade, VAXc Systems & Support EngThu May 21 1992 16:3310
    I got around this problem by using ACLs -
    
    $ SET ACL/ACL=(ID=nml_account,ACCESS=R) -
    			SYS$SYSROOT:[SYSEXE]NETNODE_LOCAL.DAT
    
    $ SET ACL/ACL=(ID=nml_account,ACCESS=R) -
    			dir:NETNODE_REMOTE.DAT
    
    /bill