- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- SYSUAF quota not changed after upgrade from 7.3-2 ...
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
10-10-2007 04:25 AM
10-10-2007 04:25 AM
I did a test upgrade from 7.3-2 to 8.3 on my test Alpha, and noticed that the SYSUAF quota for the SYSTEM and DEFAULT accounts are not changed to the values that they have on a newly installed V8.3 system, but instead keep the values they had under 7.3-2.
There is however a new SYSUAF.TEMPLATE with timestamp 29-JUN-2006 18:21:48.42.
E.g. SYSTEM PFLQUOTA stays 100000, but is 700000 on new 8.3 system. DEFAULT account BYTLM 64000 versus 128000, PGFLQUOTA 50000 versus 256000.
Would it make sense to update the SYSUAF quota to the default 8.3 values ?
I could find anything about this in the manuals...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2007 06:22 AM
10-10-2007 06:22 AM
Re: SYSUAF quota not changed after upgrade from 7.3-2 Alpha to 8.3 Alpha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2007 06:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2007 09:44 PM
10-10-2007 09:44 PM
Re: SYSUAF quota not changed after upgrade from 7.3-2 Alpha to 8.3 Alpha
the test system is a ES45 model 2B with 8 GB memory and 4 CPU's. Porduction systems the same.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2007 09:54 PM
10-10-2007 09:54 PM
Re: SYSUAF quota not changed after upgrade from 7.3-2 Alpha to 8.3 Alpha
The following DCL is useful for this
http://dcl.openvms.org/stories.php?story=05/07/28/2894075
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2007 12:04 AM
10-11-2007 12:04 AM
Re: SYSUAF quota not changed after upgrade from 7.3-2 Alpha to 8.3 Alpha
I suspect one reason that SYSUAF is not automatically changed during upgrade is that you might have other cluster members which are running a different version of OpenVMS.
Also, remember that the sysgen PQL_M* parameters will override sysuaf settings so you may already be getting the larger quotas.
You can use f$getjpi() to see what your process really got and compare that to the values in sysuaf (and sysgen) to see if you really need to change anything.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2007 08:09 AM
10-11-2007 08:09 AM
Re: SYSUAF quota not changed after upgrade from 7.3-2 Alpha to 8.3 Alpha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2007 10:03 PM
10-11-2007 10:03 PM
Re: SYSUAF quota not changed after upgrade from 7.3-2 Alpha to 8.3 Alpha
"PQL_M* parameters will override sysuaf settings" : yes, thats true, but for clarity reasons I would like to modify the quota to the new values with a dcl script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2007 09:54 AM
10-22-2007 09:54 AM
Re: SYSUAF quota not changed after upgrade from 7.3-2 Alpha to 8.3 Alpha
mcr authorize modify system /astlm=300 /bytlm=256000 /enqlm=4000 /fillm=128 /pgflquota=700000 /tqelm=100 /wsdef=4096 /wsquota=8192
mcr authorize modify default /astlm=300 /bytlm=128000 /enqlm=4000 /fillm=128 /pgflquota=256000 /tqelm=100 /wsdef=4096 /wsquota=8192
After these commands, it will be clear for the production system managers what the quota will be for the users SYSTEM and the users created from DEFAULT.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2007 09:55 AM
10-22-2007 09:55 AM