- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- kernel Planned value showing old value
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-16-2008 04:18 AM
01-16-2008 04:18 AM
It appears this kernel parameters is now at that value. However when I do a kmtune to query the values, it states a PLANNED value of what the value was before... why?
I used SAM to set the value then I used
"kmupdate" and rebooted the server.
What steps should I do to correct it?
Thanks,
# kmtune -q semmns
Parameter Current Dyn Planned Module Version
===============================================================================
semmns 16384 - 8192
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2008 04:37 AM
01-16-2008 04:37 AM
Re: kernel Planned value showing old value
But I'm just gessing here....
Since you were already in SAM and say you had changed the parm value...why didn't you just go ahead and reboot taking the option to rebuild the kernel with the changes you just made.
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2008 04:39 AM
01-16-2008 04:39 AM
SolutionI think your system file has not moved or copied correctly. You can look at them manually in the /stand filesystem.
There must be a component in the kernel production process that is missing.
SAM should be catching an error and it should be accessible in the SAM command logs.
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=105739
Use the above link and try and do it manually.
You will catch a problem at some point and I ask you to please post the errror back to this thread.
Someone will get back to you, if not myself.
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
01-16-2008 04:44 AM
01-16-2008 04:44 AM
Re: kernel Planned value showing old value
When I selected the "re-boot later" option SAM suggested to run "kmupdate" command and to copy the /stand/build/system.SAM file to /stand/system BUT I forgot the second step.
Now How I can correct it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2008 05:52 AM
01-16-2008 05:52 AM
Re: kernel Planned value showing old value
I just changed the value of one other
parameter from SAM and then selected the
"process kernel" and re-boot option right away within the SAM.
But I would still like to know how I can
do that manually without changing any other
parameter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2008 05:57 AM
01-16-2008 05:57 AM
Re: kernel Planned value showing old value
Just for clarification, do you mean I should
do all the steps (mentioned in the link you refered) to correct this problem? while I dont want change any parameter value.
Thanks to all for the support.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2008 06:09 AM
01-16-2008 06:09 AM
Re: kernel Planned value showing old value
Basically:
Make sure the parameter is right in the system file and:
#cd /stand
#cp vmunix vmunix.old
#cp system system.old
#cd build
#/usr/lbin/system/system_prep -s system
Edit system file and make changes here as per ur require ment. Imeand addition/Deletion of devices. Then
#mk_kernel -s system
For more information see the man page of mk_kernel
Now one new kernel will be created in /stand/buil directory. Copy this to original location
#cd /stan/build
#cp vmunix_test /stand/vmunix
#cp system /stand
Now reboot the system . In case rebuilding was not successfull, Boot thru /stand/vmunix.old and recover kernel.
Thats a cut and paste on the first post in the thread.
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
01-17-2008 12:17 AM
01-17-2008 12:17 AM
Re: kernel Planned value showing old value
If You use sam, and then choose to reboot later, you have to do 2 things.
The kmupdate that you mention, and the other one is to manually copy new system.SAM to /stand so it reflects the changes when you use kmtune
#kmupdate
#cp /stand/system /stand/system.prev
#cp /stand/build/system.SAM /stand