HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ulimit Problem / query ?
Operating System - HP-UX
1831210
Members
2979
Online
110021
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
12-10-2001 05:29 AM
12-10-2001 05:29 AM
Dear all,
Recently our root mail is reporting an error from an at job containing the ulimit command, executed as a non root user. The line in the at job specifies ulimit unlimited which is the equiv to ulimit -f unlimited.
I don't know ulimit's dependancy(s) and wondered if anyone could clarify what causes the error seen:-
sh[36]: ulimit: The specified value exceeds the user's allowable limit.
Any pointers, tips, RTFM's warmly received as ever!!
Cheers,
-ChaZ-
Recently our root mail is reporting an error from an at job containing the ulimit command, executed as a non root user. The line in the at job specifies ulimit unlimited which is the equiv to ulimit -f unlimited.
I don't know ulimit's dependancy(s) and wondered if anyone could clarify what causes the error seen:-
sh[36]: ulimit: The specified value exceeds the user's allowable limit.
Any pointers, tips, RTFM's warmly received as ever!!
Cheers,
-ChaZ-
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 05:35 AM
12-10-2001 05:35 AM
Solution
Hi,
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
instead of RTFM, RTFF would probably have helped : Read The Fantastic Forum ;-)
regards,
Thierry.
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
instead of RTFM, RTFF would probably have helped : Read The Fantastic Forum ;-)
regards,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 05:36 AM
12-10-2001 05:36 AM
Re: Ulimit Problem / query ?
Hello,
If you type:
ulimit -a
you will see that there are a lot of parameters associated with ulimit. Maybe the error is associated with one other parameter rather than file size.
HTH,
Vince
If you type:
ulimit -a
you will see that there are a lot of parameters associated with ulimit. Maybe the error is associated with one other parameter rather than file size.
HTH,
Vince
Tape Drives RULE!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2001 06:33 AM
12-10-2001 06:33 AM
Re: Ulimit Problem / query ?
Thanks for the fix, it seems to have done the trick!! - I especially like the Read the forums Thierry! - Always a good start!!! - My search's generally return nil results, which is strange, but nice point anyway!
Thanks again!
-ChaZ-
Thanks again!
-ChaZ-
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