- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: mount-f-exquota
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
01-28-2008 02:24 AM
01-28-2008 02:24 AM
mount-f-exquota
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-28-2008 03:10 AM
01-28-2008 03:10 AM
Re: mount-f-exquota
pls. tell us the exact command/message you entered/received.
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-28-2008 03:14 AM
01-28-2008 03:14 AM
Re: mount-f-exquota
Welcome to the VMS Forum!
In addition to Kalle's request: What VMS version/patch level?
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-28-2008 09:56 AM
01-28-2008 09:56 AM
Re: mount-f-exquota
The items being charged are probably VCBs for the volume and FCBs for the file structure files like INDEXF.SYS, at least as a first blush. Where ever that stuff goes is the quota in question. Non-paged pool?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-29-2008 04:17 AM
01-29-2008 04:17 AM
Re: mount-f-exquota
in another (privileged) process, do:
$ analyse/system
SDA> set process /id= (pid of process about to do the mount)
SDA> show process
You will get some of the current process quotas displayed in the bottom right corner of the display, e.g.
# open files remaining 97/100
Direct I/O count/limit 150/150
Buffered I/O count/limit 150/150
BUFIO byte count/limit 198976/198976
ASTs remaining 247/250
Timer entries remaining 10/10
Active page table count 0
Process WS page count 407
Look for any quotas where you already have a large difference between the first and second numbers, e.g.
Direct I/O count/limit 50/150
and in any case, post what you find.
JT:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-04-2008 02:18 AM
02-04-2008 02:18 AM
Re: mount-f-exquota
The hardware is a vaxstation 3100.
It's still running after all this time with the original disks as well. Now thats what you call a reliable machine.
Unfortunately this is a real system from which I have to extract data. The data is stored on optical disks.
The drive required a custom device driver so the mount command goes thus:-
$ odmount
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-04-2008 03:34 AM
02-04-2008 03:34 AM
Re: mount-f-exquota
You will not have any quotas already exceeded before mounting the device.
In the example I gave you,
Direct I/O count/limit 50/150
you started with 150 and have counted down so that you have 50 left. The absolute values you see here do not necessarily reflect the UAF quotas for the process, as there are circumstances where VMS makes permanent deductions from the UAF quota that are only returned when you logout...
Are there any of the 'xx' values in 'xx/yy' that are a LOT less than 'yy', or any where 'xx' is close to zero ?
JT:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-04-2008 04:32 AM
02-04-2008 04:32 AM
Re: mount-f-exquota
Glad to see the detail information. Why not provide that right away?! 'mount' works all day every day for 1000's of VMS systems, without exquota. So there is something special about the setup. It now turns out that everything is special! A vax, 5.5-2 (amber: a fine and stable early 90's vintage), and not a Plain Old Disk with plain old mount either.
Anyway, my money for the mount problem is on SYSGEM BYTLM and/or AUTORIZE /BYTLM settings
$MCR AUTHORIZE SHOW xyz/full
or login and
$SHOW PROC/QUO: Buffered I/O byte count quota...).
$MCR SYSGEN SHOW PQL_DBY
and
$MCR SYSGEN SHOW PQL_MBY
or
$MCR SYSGEN SHOW /PQL
And uh... get ready to dive into the driver sources for odmount or call up support (ha!) for it.
hth,
Hein.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-04-2008 09:57 AM
02-04-2008 09:57 AM
Re: mount-f-exquota
Brute force: double your process quotas (all of them), and log in anew, and repeat until it works, or until the mount blows up differently.
Alternatively, find the operator account on this or the original box, and clone it.
osms/osds and the RWZ-class gear all moved from DEC over to US Design, IIRC, and moved over many years ago.
Or you could get somebody in to deal with this case and this investigation and the migration for you, if you're disinclined to start reverse-engineering an old MO environment and old (now) third-party code.
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP