- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ulimit parameters
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
06-25-2008 03:24 AM
06-25-2008 03:24 AM
ulimit parameters
My customer has asked us to set the value for the following parameters to “unlimited” :
ulimit -a
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 1048576
stack(kbytes) 131072
memory(kbytes) unlimited
coredump(blocks) 4194303
nofiles(descriptors) 2048
I am able to set the value of with ulimit with -d (data) -s(stack) and -c (coredump) but not able to change the nofiles to unlimited. It says "sh: ulimit: The specified value exceeds the user's allowable limit".
Can you please help on this and also let me know whether these setting will be permanent or will be changed after reboot?
Thanks
Gab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2008 03:33 AM
06-25-2008 03:33 AM
Re: ulimit parameters
can u post the nfile parameter value currently set in your server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2008 03:48 AM
06-25-2008 03:48 AM
Re: ulimit parameters
here is the link that you can learn much more things from gurus';
http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1214394138895+28353475&threadId=49882
regards,
mustafa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2008 03:56 AM
06-25-2008 03:56 AM
Re: ulimit parameters
We are running 11.31 version where nfile tunable is removed. Here I am sending the output of maxfiles and nproc.
# kctune |grep -i maxfiles
maxfiles 2048 Default
maxfiles_lim 4096 Default Immed
# kctune |grep -i nproc
nproc 4096 4096 Immed
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2008 04:31 AM
06-25-2008 04:31 AM
Re: ulimit parameters
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1229636
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2008 09:29 AM
06-25-2008 09:29 AM
Re: ulimit parameters
You can't. Most of these are limited by kernel parms.
Using forums search you can find these threads:
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1156660
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1194267
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=892976
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1236189
>Here I am sending the output of maxfiles and nproc.
You can use kctune to increase the two maxfiles parms.