- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ulimit exceeds the allowed limit
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-04-2004 02:37 PM
03-04-2004 02:37 PM
ulimit exceeds the allowed limit
I need to increase my data limit. when I try following I get error.
# ulimit -d 4194303
sh: ulimit: The specified value exceeds the user's allowable limit.
Can you please help!
Thanks
Adarsh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 04:57 PM
03-04-2004 04:57 PM
Re: ulimit exceeds the allowed limit
Please check the following links:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=12454
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=93761
HTH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 05:07 PM
03-04-2004 05:07 PM
Re: ulimit exceeds the allowed limit
check your /etc/profile .login .profile files for any ulimit specification there.
Revert on the output of
#ulimit -aS
#ulimit -aH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 05:11 PM
03-04-2004 05:11 PM
Re: ulimit exceeds the allowed limit
check the value of maxdsiz on the kernel.
If that is going to be less than the value specified,then you cannot do that.
you should make sure that the value is higher.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2004 02:27 AM
03-05-2004 02:27 AM
Re: ulimit exceeds the allowed limit
I am new to unix, so can you please help me checking maxdsiz on kernal?
Thanks
Adarsh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2004 02:30 AM
03-05-2004 02:30 AM
Re: ulimit exceeds the allowed limit
kmtune -lq maxdsiz
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2004 02:33 AM
03-05-2004 02:33 AM
Re: ulimit exceeds the allowed limit
sam
kernel configuration
Configurable parameters
find maxdsize
actions
modify configurable parameter
mine is set to 2063835136
actions
process new kernel
Answer the questsions yes, especially the one about BACKING up the old kernel.
This will move the kernel into production requiring a reboot of the machine.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2004 05:09 AM
03-05-2004 05:09 AM
Re: ulimit exceeds the allowed limit
Thanks a bunch toSEP and everyone for helping me out on this.
Adarsh