HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: uling ulimit command
Operating System - HP-UX
1825775
Members
2124
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
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
10-01-2006 06:05 AM
10-01-2006 06:05 AM
uling ulimit command
I have client trying to set ulimit witin there application. I there a different command structure between ksh & sh ?? they are using: ulimit -n 8000 and they say it isn't working ??
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2006 06:26 AM
10-01-2006 06:26 AM
Re: uling ulimit command
How is it not working? What is happening?
As to usage have a look at the man pages for the shells.
# man sh-posix
# man ksh
As to usage have a look at the man pages for the shells.
# man sh-posix
# man ksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2006 07:28 AM
10-01-2006 07:28 AM
Re: uling ulimit command
Thanks, the problem was there application was executing a script that was setting the ulimit to 2048. Later on the application was executing another script that was trying to set the limit higher and failing. Problem being that once ulimit is set it can't be raised higher.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2006 08:34 AM
10-01-2006 08:34 AM
Re: uling ulimit command
Actually, not quite correct. ulimit can set values higher and lower but the -S option must be used. ulimit -Sn 2048 can be raised at a later time. Tell the client to add -S to all changes to ulimit. Note also that ksh ulimit was just recently enhanced. ulimit -a shows all settable values in the POSIX sh shell. Older (unpatched) versions of ksh had only one option - ulimit -a would return an error.
Bill Hassell, sysadmin
Bill Hassell, sysadmin
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