- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- WSQUOTA exceeds 65536
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-08-2003 01:59 AM
07-08-2003 01:59 AM
Is there any article on WSQUOTA cannot exceeds 65536 on OpenVMS V6.2-1H3 running Alpha systems and what is the impact if set above 65536?
Regards,
Ronny
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 04:16 AM
07-08-2003 04:16 AM
Re: WSQUOTA exceeds 65536
Maximum value for WSQUOTA is 65536. This is documented in the System Management manual (I only have VMS v7 documentation available but I expect that this value hasn't changed for v7)
ML
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 05:43 AM
07-08-2003 05:43 AM
Re: WSQUOTA exceeds 65536
MODIFY
/WSQUOTA
/WSQUOTA=value
...
The value cannot be greater than the value of WSMAX and cannot
exceed 64K pages. This quota value replaces smaller values of
PQL_MWSQUOTA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 08:54 AM
07-08-2003 08:54 AM
Re: WSQUOTA exceeds 65536
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 10:56 AM
07-08-2003 10:56 AM
Re: WSQUOTA exceeds 65536
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 10:51 PM
07-08-2003 10:51 PM
Re: WSQUOTA exceeds 65536
I believe page size is 512 byte.
Reading SYSMAN value on AXP, system say pagelets for param WSMAX but AUTHORIZE say pages for WSQUOTE.
How much is page size on AXP?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2003 11:37 PM
07-08-2003 11:37 PM
Re: WSQUOTA exceeds 65536
There is a SYSGEN Parameter WSMAX who limits this WSQUOTA. Try changing this SYSGEN Parameter ...
Best regards
Beat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 12:20 AM
07-09-2003 12:20 AM
Re: WSQUOTA exceeds 65536
Page size is 512 byte always.
Look for VMS operating system documentation;
- OpenVMS System Manager User Manual;
- Chap. 7: management user account
- System resource
- Understanding Pages and Pagelets.
To change WSMAX
>MC SYSMAN PARAM SET WSMAX 65536
Then you can change user WSQUOTA
Exceed WSQUOTA could not be a good idea. I prefer assign more virtual memory to user modifying PGFLQUOTA; naturally your system have sufficient virtual memory. See documentation about NPAGEDYN, NPAGEVIR, PAGEDYN, VIRTUALPAGECNT params.
Warning: theese params are very dangerous.
By
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 02:41 AM
07-09-2003 02:41 AM
Re: WSQUOTA exceeds 65536
Thank you all who have responded to this query.
I need more informations on what could be the impact if the WSQUOTA is set above 65536?
Also is this 65536 in pages or pagelets?
Regards,
Ronny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2003 05:09 AM
07-09-2003 05:09 AM
SolutionI checked 4 U changind WSQUOTA on a old AXP 400.
First, I modified SYSGEN param WSMAX. System accept value greater then 65536 because on AXP you can assign 65536 pages; value is written in pagelets that are 4, 8, 16 or 32 times page. On my system, 1 page = 16 pagelets. If I'll write 1048576 system accept; no greater value is accepted.
Note the modify in SYSGEN o SYSMAN is not correct procedure to modify a system parameter, but I will a direct response from system.
Now I wrote 1048576 and I've rebooted the system: the value is above the physical memory and on bootstrap system correct my value leaving a value greater then 65536.
I don't changed a value with AUTHORIZE and I think system accept any value less then WSMAX.
Now I restored original value of WSMAX.
Bye
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2007 08:09 PM
07-16-2007 08:09 PM