- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Changed just a few kernel parameters...and now...
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
07-19-2006 01:31 AM
07-19-2006 01:31 AM
Changed just a few kernel parameters...and now we receive
From the /etc/rc.log
Initialize loadable modules
Output from "/sbin/rc1.d/S112kminit start":
----------------------------
ERROR: Module registration failed.
EXIT CODE: 1
"/sbin/rc1.d/S112kminit start" FAILED
any ideas where to start? HP says patches look okay and all kernel modules...but something has to be wrong....obviously.
any help you can provide would be appreciated.
Lisa Meade
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 01:40 AM
07-19-2006 01:40 AM
Re: Changed just a few kernel parameters...and now we receive
you might want to try to see if that exists it should tell you what is erroring.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 01:44 AM
07-19-2006 01:44 AM
Re: Changed just a few kernel parameters...and now we receive
Please check that you have the right run level on the system and then run this command to test:
/sbin/init.d/kminit start
Regards,
jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 01:53 AM
07-19-2006 01:53 AM
Re: Changed just a few kernel parameters...and now we receive
as a last resort, edit the S112kminit script and change the log file destination in the register_mods routine from /dev/null to something else e.g.
$KMMODREG -r $KMC >> /tmp/log.log 2>&1
Then return code to original version!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 01:57 AM
07-19-2006 01:57 AM
Re: Changed just a few kernel parameters...and now we receive
Change them back.
Schedule maintenance and change them one at a time to diagnose the problem.
Might want to post to us exactly WHAT parameters were changed. Someone might notice a no-no.
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
07-19-2006 01:59 AM
07-19-2006 01:59 AM
Re: Changed just a few kernel parameters...and now we receive
While running in multi-user mode (init4) and doing the /sbin/init.d/kminit start...receive the same error.
I was just reminded that as a work around for another problem this system is having (Informix DB won't come on line during a normal boot sequence) the site has had to resort to booting to single user mode, starting the database, and then doing an init4 to bring the system all the way up. Could this be causing the error?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 02:06 AM
07-19-2006 02:06 AM
Re: Changed just a few kernel parameters...and now we receive
If you're able to determine which parameter(s) is preventing S112kminit from starting (by examining logfiles, etc.), change the errant parameter back, recompile, and test. Then make incremental changes to the parameter and test again. Repeat until you are satisfied with the setting and system performance.
If you're unable to pinpoint the errant parameter, you will need to revert to your previous kernel. If you kept a copy of it, use that. Otherwise, change the kernel parameters back to the last known-good configuration (hopefully you recorded this) and recompile. Then boot using the old parameters.
After this, change one parameter at a time, recompile, and test. You should be able to pinpoint which one is causing problems.
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 02:15 AM
07-19-2006 02:15 AM
Re: Changed just a few kernel parameters...and now we receive
Would this have changed another parameter that may use this setting in it's formula?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 02:44 AM
07-19-2006 02:44 AM
Re: Changed just a few kernel parameters...and now we receive
I thought you said you changed _a few_ kernel parameters. Did you change maxfiles_lim also?
# kmtune | grep -i maxfiles
will tell you if any dynamic parameters depend on maxfiles. However, I doubt this is the case.
For your reference, here's a description of the maxfiles parameter:
http://docs.hp.com/en/TKP-90202/re35.html?jumpid=reg_R1002_USEN
I would lower the value to 512, recompile, and try again. What is the reason you chose 1024?
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 02:54 AM
07-19-2006 02:54 AM
Re: Changed just a few kernel parameters...and now we receive
I suspect that changing the kernel back will not fix the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 03:01 AM
07-19-2006 03:01 AM
Re: Changed just a few kernel parameters...and now we receive
It seems very unlikely that changes maxfiles would result with this error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 03:06 AM
07-19-2006 03:06 AM
Re: Changed just a few kernel parameters...and now we receive
Check to see if /etc/rc.log.old contains the same error.
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 03:08 AM
07-19-2006 03:08 AM
Re: Changed just a few kernel parameters...and now we receive
We're grasping at straws here. We were pretty certain the maxfiles parameter didn't cause the problem, but since we can't find the solution to either of the problems we are experiencing. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 03:24 AM
07-31-2006 03:24 AM
Re: Changed just a few kernel parameters...and now we receive
We increased the shmmax kernel parameter as Informix was grabbing everything it could, but it was still not enough.
Lisa Meade