- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Kernel changes
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
04-02-2002 06:59 AM
04-02-2002 06:59 AM
Kernel changes
Semaphore and shared memory failed? Are these parameters the ones we should be looking at or is this another attempt for the vendor to guess at the correct kernel parameters?
Please advise?
Vito
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 07:06 AM
04-02-2002 07:06 AM
Re: Kernel changes
Well, that depends. What kind of problem are you trying to solve by changing these kernel parameters? are you having performance problems? shared memory problems? not enough tty's for everyone to login?
What application are you running? What did you change the kernel parameters to?
We really need a WHOLE LOT more information befre we can even attempt to make an educated guess about what is going on.
Just for information purposes here is a web site with all of the HP-UX configurable kernel parameters:
http://docs.hp.com/hpux/onlinedocs/os/KCparams.OverviewAll.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 07:11 AM
04-02-2002 07:11 AM
Re: Kernel changes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 07:15 AM
04-02-2002 07:15 AM
Re: Kernel changes
There is no way to answer this with the amount of data supplied. This is what probably happened. Your application was probably hitting memory fences and connection limits; when these were resolved, your application simply hit the next set of limits which in this case happened to be semaphores.
This is very typical in geting an application
up and running and is a normal part of the growing process. Remember, your vendor doesn't know what else is on your system or all the various hardware configurations. This is why SA's get paid the big bucks - so do your part of the job.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 07:17 AM
04-02-2002 07:17 AM
Re: Kernel changes
It uses all our physical memory on the server. I have over 4GB on this server running 11.0
Were trying to configure this server to handle this application without it puking all the time.
I hope this helps. If not what else do you need, i can provide.
Vito
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 07:25 AM
04-02-2002 07:25 AM
Re: Kernel changes
If the app is using all physical memory, definitely check whether or not you paging out. If you are paging out, you definitely need more memory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 08:12 AM
04-02-2002 08:12 AM
Re: Kernel changes
I only have 3.75GB physical on this server. Its a K570 running 11.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 08:23 AM
04-02-2002 08:23 AM
Re: Kernel changes
Is this true?
Please advise?
Vito
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 08:38 AM
04-02-2002 08:38 AM
Re: Kernel changes
Since you mentioned semaphore and sharedmemory : Run
#ipcs -am
and add the 10 th column (SEGSZ) to see how much of shared memory is allocated.
Also look at NATTCH column for zero's.
#ipcs -as
and add NSEMS column to check the number of semaphores consumption.
run glance -> t (tables) to see general kernel parms usage.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2002 08:41 AM
04-02-2002 08:41 AM
Re: Kernel changes
Since you indicated that this is Java-based, the very first thing you should do is search the Patch Database for any Java-related patches. There have been a number of them that plug memory leaks and prevent Java from hogging the CPU.