- 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
01-31-2002 06:01 AM
01-31-2002 06:01 AM
Kernel Changes
We changed the kernel parameters back to the default base kernel parameters and modified these additional ones based off the vendors recommendations;
1. MAXUSERS=400
2. NKTHREAD=6000
3. MAX_THREAD_PROC=3000
4. SEMMNI=1024
5. SEMMNS=16384
6. SEMMNU=2048
Now, this is after we went back to the base HP kernel parameters.
When we rebooted, the server would not come back up? What could have caused this and where can I go look for any clues to the server not coming back up?
Your Expertise is appreciated?
Vito
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 06:05 AM
01-31-2002 06:05 AM
Re: Kernel Changes
Tried booting from the vmunix.prev?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 06:14 AM
01-31-2002 06:14 AM
Re: Kernel Changes
Boot using the old kernel. At the boot prompt type "bo pri" to boot using the disk on primary path and say "y" to interact with ipl. At the ipl prompt type "hpux -is (;)/stand/vmunix.prev"
This will boot using the old kernel in single user mode. You can then look for the problem. Make a copy of /stand/vmunix.prev in /stand, so that you'll have a copy of good kernel, incase you rebuild the kernel and the current copy gets overwritten.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 06:17 AM
01-31-2002 06:17 AM
Re: Kernel Changes
What could have caused this? Where can I look?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 06:35 AM
01-31-2002 06:35 AM
Re: Kernel Changes
Also, are you running 32bit or 64bit OS on your K580?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 06:45 AM
01-31-2002 06:45 AM
Re: Kernel Changes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 07:07 AM
01-31-2002 07:07 AM
Re: Kernel Changes
Where exactly did it stop or hang?? Does it give any error messages at boot time?
<
You can boot from the old kernel. Use SAM and change the kernel params again and regen the kernel. SAM has a more foolproof way of catching errors and incompatible parameter values during kernel regen.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 07:40 AM
01-31-2002 07:40 AM
Re: Kernel Changes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 07:42 AM
01-31-2002 07:42 AM
Re: Kernel Changes
also, the only thing i see in any logs so far is a magic problem during the reboot.
Magic number wrong (namelist mismatch?)
Any guidance is greatly appreciated?
Vito
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 08:23 AM
01-31-2002 08:23 AM
Re: Kernel Changes
I took a look at you kernel params, they look fine (imho) except max_thread_proc=3000, the default is 64!
I do vaguley remember from way back that max_thread_proc should not be set too high else programmers can bring the M/c to a halt by issuing too many threads.
just my 0.02??? worth
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 08:31 AM
01-31-2002 08:31 AM
Re: Kernel Changes
Magic number wrong (namelist mismatch)
it means the content of /stand/vmunix does not match that of /dev/kmem (the kernel that is loaded into memory).