- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- patch inatllation error
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
03-24-2008 10:32 AM
03-24-2008 10:32 AM
patch inatllation error
I am getting following error when installing DEC AXPVMS VMS732_UPDATE V14.0.
Portion done: 0%...10%...20%...30%...40%...50%...60%...70%...80%
%PCSI-I-PRCOUTPUT, output from subprocess follows ...
%LIBRAR-F-WRITEERR, error writing DISK$SRI3SYS:[SYS0.SYSCOMMON.][SYSLIB]STARLET.
OLB;1
-SYSTEM-F-EXQUOTA, process quota exceeded
%PCSI-E-MODREPLERR, error replacing module C$$MAIN in library DISK$SRI3SYS:[SYS0
.SYSCOMMON.][SYSLIB]STARLET.OLB
-LIBRAR-F-WRITEERR, error writing !AS
%PCSI-E-OPFAILED, operation failed
Terminating is strongly recommended. Do you want to terminate? [YES]
Please help me urgently
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2008 10:35 AM
03-24-2008 10:35 AM
Re: patch inatllation error
Are you doing this from an account with full system privileges?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2008 10:41 AM
03-24-2008 10:41 AM
Re: patch inatllation error
>>>
-SYSTEM-F-EXQUOTA, process quota exceeded
<<<
like the message says, one of your process quota got exceeded.
The most likely two are BYTLM or PGFLLM.
Enlarge those (2-fold or 3-fold) for the SYSUAF record of the account you use for doing this.
Log in anew, and retry. Good chance that it will succeed.
hth
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2008 10:43 AM
03-24-2008 10:43 AM
Re: patch inatllation error
from your Forum Profile:
I have assigned points to 2 of 163 responses to my questions.
Maybe you can find some time to do some assigning?
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.
Consider, that every poster took at least the trouble of posting for you!
To easily find your streams with unassigned points, click your own name somewhere.
This will bring up your profile.
Near the bottom of that page, under the caption "My Question(s)" you will find "questions or topics with unassigned points " Clicking that will give all, and only, your questions that still have unassigned postings.
If you have closed some of those streams, you must "Reopen" them to "Submit points". (After which you can "Close" again)
Do not forget to explicitly activate "Submit points", or your effort gets lost again!!
Thanks on behalf of your Forum colleagues.
PS. - nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before - please do not take offence - none is intended!
PPS. - Zero points for this.
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2008 10:54 AM
03-24-2008 10:54 AM
Re: patch inatllation error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2008 11:53 AM
03-24-2008 11:53 AM
Re: patch inatllation error
>>>
I want to know how to increase the quota
<<<
If you can install updates, you obviously work from an account that is sufficiantly privileged.
Let's assume NIRUKSHITHA (but the same applies if you are using SYSTEM)
First; is SYSUAF defined?
$ SHOW LOG SYSUAF
If it is, ok.
( If it is not, then
$ SET DEFAULT SYS$SYSTEM )
$ Run AUTHORIZE
system responds with
UAF> (authorize prompt )
UAF> show NIRUKSHITHA
in the middle of the display are 3 colums.
The 3rd starts with Bytlm followed by a number
below it is also Pgflquota + a number.
UAF> MODIFY NIRUKSHITHA /BYTLM= { 3-fold what it was } /PGFLQ= { also 3-fold }
repeat the
UAF> SHOW NIRUKSHITHA to see the change,
UAF> EXIT.
Now logout; and login again to start using the new values.
If you use the SYSTEM account, replace NIRUKSHITHA by SYSTEM in the previous parts.
PS
Be aware that working with privileges while not sure what you are doing CAN BE RISKY!!
It allows you to use commands that CAN be harmfull to the system.
Please DO get some training in System Management.
Success!
Proost.
Have one on me.
jpe