HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ulimit: The specified value exceeds the user's all...
Operating System - HP-UX
1825766
Members
2035
Online
109687
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
Go to solution
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
01-15-2002 06:59 PM
01-15-2002 06:59 PM
When I run at jobs as root on one particulat 10.20 server, I get this error:
"ulimit: The specified value exceeds the user's allowable limit"
Sent to root mail.
--
Currently though, the ulimit output is:
# at now
ulimit > /tmp/out
^D
# cat /tmp/out
unlimited
--
This is a per other servers without the error (mixture of 11.00 and 10.20 servers).
Any help would be much appreciated
Glenn Stewart
Unix Administrator
Caltex Australia
"ulimit: The specified value exceeds the user's allowable limit"
Sent to root mail.
--
Currently though, the ulimit output is:
# at now
ulimit > /tmp/out
^D
# cat /tmp/out
unlimited
--
This is a per other servers without the error (mixture of 11.00 and 10.20 servers).
Any help would be much appreciated
Glenn Stewart
Unix Administrator
Caltex Australia
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2002 07:06 PM
01-15-2002 07:06 PM
Re: ulimit: The specified value exceeds the user's allowable limit
From TKB document: A5237772
I am getting this error message:
sh[46]: ulimit: The specified value exceeds the user's allowable limit
How do I solve this problem?
Configuration Info
Operating System - HP-UX
Version - 10.20
Hardware System - HP9000
Series - D210
Solution
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.
I am getting this error message:
sh[46]: ulimit: The specified value exceeds the user's allowable limit
How do I solve this problem?
Configuration Info
Operating System - HP-UX
Version - 10.20
Hardware System - HP9000
Series - D210
Solution
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
01-15-2002 07:07 PM
01-15-2002 07:07 PM
Solution
Hi,
Have a look in the document link, I hope that this helps
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=0a51113c0ac099132a/screen=ckiDisplayDocument?docId=200000024645876
-Michael
Have a look in the document link, I hope that this helps
http://us-support3.external.hp.com/cki/bin/doc.pl/sid=0a51113c0ac099132a/screen=ckiDisplayDocument?docId=200000024645876
-Michael
Anyone for a Mutiny ?
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP