HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ulimit error message
Operating System - HP-UX
1834798
Members
2450
Online
110070
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-20-2001 07:32 PM
03-20-2001 07:32 PM
ulimit error message
Hi,
I had a problem on the ulimit .
sh[334]: ulimit :the specified value exceeds the user's allowable limit.
what does is mean by the value exceeds? Is that any parameter to be changed?
I had a problem on the ulimit .
sh[334]: ulimit :the specified value exceeds the user's allowable limit.
what does is mean by the value exceeds? Is that any parameter to be changed?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 07:44 PM
03-20-2001 07:44 PM
Re: ulimit error message
I assume that this was when you submitted a job via the 'at' command?
If so, here is the solution which is taken from Document ID A5237772 in the ITRC TKB:
Solve the problem by replacing ulimit $l in
/var/adm/cron/.proto file with these lines:
if [ $l -eq 4194304 ]
then
ulimit unlimited
else
ulimit $l
fi
Please note that "$l" above is the dollar sign ($)
followed by the lower case letter 'ell' (not the
number one). See proto(4) for its special meaning in this context.
If so, here is the solution which is taken from Document ID A5237772 in the ITRC TKB:
Solve the problem by replacing ulimit $l in
/var/adm/cron/.proto file with these lines:
if [ $l -eq 4194304 ]
then
ulimit unlimited
else
ulimit $l
fi
Please note that "$l" above is the dollar sign ($)
followed by the lower case letter 'ell' (not the
number one). See proto(4) for its special meaning in this context.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2001 08:38 PM
03-20-2001 08:38 PM
Re: ulimit error message
Before making change to the system wide proto file (the /var/adm/cron/.proto file), I would suggest to check it isn't really the user having TOO MANY opened files and opened processes (especially the defunc'ed ones).
My idea is that we shouldn't get around a problem unless such problem cannot be fixed.
~Philip
My idea is that we shouldn't get around a problem unless such problem cannot be fixed.
~Philip
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2001 12:07 AM
03-21-2001 12:07 AM
Re: ulimit error message
Hi Patrick & Chan,
Thanks you very much for the advise. I will try on it. Have a nice day.
Thanks you very much for the advise. I will try on it. Have a nice day.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP