- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- What are logical name table ACLs charged against?
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
04-23-2007 02:35 AM
04-23-2007 02:35 AM
This is on OpenVMS alpha 8.2.
Solved! Go to Solution.
- Tags:
- ACLs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2007 03:06 AM
04-23-2007 03:06 AM
Re: What are logical name table ACLs charged against?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2007 03:14 AM
04-23-2007 03:14 AM
Re: What are logical name table ACLs charged against?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2007 03:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2007 07:27 AM
04-23-2007 07:27 AM
Re: What are logical name table ACLs charged against?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2007 08:34 PM
04-23-2007 08:34 PM
Re: What are logical name table ACLs charged against?
$ sh log /job/fu
(LNM$JOB_81663E00) [kernel] [shareable] [Quota=(9664,10240)]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2007 10:44 AM
04-25-2007 10:44 AM
Re: What are logical name table ACLs charged against?
Excellent question! You may have discovered a kind of "hole" into which you can store information without being constrained by any quotas.
The only reliable means I can think of for determining an answer is either by reading the source code, or experiment. Your ACEs on a logical name table will be added to the ORB, which I'd expect to be stored in PAGEDYN. Since you observe it doesn't affect JTQUOTA, and it's a shareable structure, so it can't be stored in process private dynamic memory. That really only leaves NPAGEDYN and PAGEDYN. It doesn't need to be non pageable, that narrows it down to PAGEDYN.
To confirm or deny, I'd suggest finding a very quiet system and try adding lots of ACEs while monitoring all types of memory.
If you have a "crash and burn" test system I'd also try adding ACEs until something breaks. (though as some customers of a well known data base product can attest, it can take a very long time to break a system with a PAGEDYN leak). If you find you can store unlimited data from a non-privileged account, I'd definitely be reporting it back to HP as a potentially serious bug.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2007 01:52 AM
04-26-2007 01:52 AM
Re: What are logical name table ACLs charged against?
I made a test program on an AS800 I have, running 8.2. The ACL can't seem to grow to any more than around 128 8K pages, you start getting 292 errors (INSFMEM, Insufficient Dynamic Memory). I can load 4111 application aces of length 244, 8610 of size 124, and 17684 aces of size 60. It is a per-job limit.
It runs really slow as the list get long, several CPU minutes. Interactive response for other processes gets very bad while it is running (98% kernel mode).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2007 05:42 AM
04-26-2007 05:42 AM
Re: What are logical name table ACLs charged against?
After you've run your program until it returns INSFMEM, do other things still work?
Are the ACE's being charged against BYTLM/BYTCNT?
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2007 10:09 AM
04-26-2007 10:09 AM
Re: What are logical name table ACLs charged against?
INSFMEM possibly means process dynamic memory. Check SHOW PROCESS/MEMORY to see if the depletion is visible.
This region can be made larger with combinations of CTLPAGES and PIOPAGES, but I wouldn't recommend it.
However, this might make sense for LNM$PROCESS, but not for LNM$JOB, which is globally shareable (given sufficient privilege). Are the ACEs visible from other processes?
What happens if you contribute ACEs from multiple processes? Do they each get your apparent limit, or is it pooled between them?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2007 10:53 AM
04-26-2007 10:53 AM
Re: What are logical name table ACLs charged against?
I suspect that the INSMEM me be from $SET_SECURITY not being able to get working memory to edit the ACL than a limit on ACL itself. It's a limit either way. I may try raising CTLPAGES to see what happens, but I'm inclined to leave PIOPAGES alone.
Another thing to try is set resource wait mode to see if I can get the process in MWAIT and diagnose the resource shortage from there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2007 03:09 AM
04-27-2007 03:09 AM
Re: What are logical name table ACLs charged against?
ACEs for job logical names are definitely stored in paged pool.
You can obtain the LNMB and LNMX addresses by SDA> CLUE SYSTEM/LOGICALS - look for your LNM$JOB_xxxxxxxx logical name table (xxxxxxxx is the hex system space address of your JIB - Job Information Block in nonpaged pool).
In case of a logical name describing a logical name table, the LNMX is a LNMTH (logical name table header). It's field LNMTH$_ORB points to the ORB, which has a listhead of ACL structures. As can be shown with SDA> CLUE MEM/LAYOUT, those data structure addresses are definitely in paged pool.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2007 06:47 AM
04-27-2007 06:47 AM
Re: What are logical name table ACLs charged against?
That's good to know, but it begs of question of why that pool consumption isn't being charged against the table quota the same as the logical names.
On my AS800, I did an AUTOGEN when experimented with bumping CTLPAGES from 288 (default) to 360 (1.25*default). The max. number of entries my test program could load per table actually went down sustantially, the drop in MAXPROCESSCNT affected some other relevant parameter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2007 09:18 PM
04-27-2007 09:18 PM
Re: What are logical name table ACLs charged against?
the $SET_SECURITY system service description lists:
Required Quota
None
Maybe we can bring up this question during the OpenVMS Advanced technical bootcamp next month.
ACEs (for logical name tables) are stored in ACL segments (max. 512 bytes each) in paged pool. Each ACE has a size of max. 256 bytes.
You can see the ACL segments with:
SDA> SHOW POOL/PAGED/TYPE=ACL/SUMM or
SDA> SHOW POOL/PAGED/TYPE=ACL/HEADER
Volker.