- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Configure kernel
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
03-13-2007 07:13 PM
03-13-2007 07:13 PM
I tried to configure a static parameter with current value as "-" below.
Parameter Current Dyn Planned
==========================================
iomemsize - - 40000
I tried to use steps below:
1. cd /stand
2. /usr/lbin/sysadm/system_prep -v -s system
3. vi system and added on the last line "iomemsize 40000"
4. kmupdate
5. Reboot
But after rebooting, I tired to run kmtune again to check, but the value does not change.
[root@sihp8072:/stand]
# kmtune -q iomemsize
Parameter Current Dyn Planned Module Version
===============================================================================
iomemsize - - 40000
Anything wrong with the steps? How to configure this parameter?
Thanks for your help.
Best Regards,
Negara
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 07:51 PM
03-13-2007 07:51 PM
Re: Configure kernel
It's best to generate your new system file in /stand/build instead of /stand, by the way.
# cd /stand/build
...
# mk_kernel -s /stand/build/system
# cp /stand/vmunix /stand/vmunix.prev
# cp /stand/system /stand/system.prev
# kmupdate
Cheers,
Wout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 07:53 PM
03-13-2007 07:53 PM
Re: Configure kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 08:06 PM
03-13-2007 08:06 PM
Re: Configure kernel
You write:
'3. vi system and added on the last line "iomemsize 40000"'
Your output after your boot:
'iomemsize - - 40000'
That seems correct, no ? 40000 in both cases ?
In case one of these numbers was mistyped, you could try it the 'supported' way:
Create the system file:
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
Tune the parameter using kmtune:
# kmtune -S /stand/build/system -s iomemsize=40000
(or your required value)
Have kmtune check your change(s):
# kmtune -S /stand/build/system -d
(you should see your change in the output)
Then proceed with mk_kernel etc..
Cheers,
Wout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 08:54 PM
03-13-2007 08:54 PM
Re: Configure kernel
I think I did it. But still got no change on the parameter.
[root@sihp8072:/stand/build]
# kmtune -S /stand/build/system -s iomemsize=40000
[root@sihp8072:/stand/build]
# kmtune -S /stand/build/system -d
Parameter Current Dyn Planned Module Version
===============================================================================
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 09:18 PM
03-13-2007 09:18 PM
Re: Configure kernel
Parameter Current Dyn Planned Module Version
===============================================================================
iomemsize - - 40000
..so I'm guessing it's ok.
However, I'm curious now. There is indeed no 'current' value shown (and we didn't make any changes to this).
I assume it's 'normal', maybe one of our olympians can clear this up ?
Cheers,
Wout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 09:26 PM
03-13-2007 09:26 PM
Re: Configure kernel
There's more parameters that show up like this (bootspinlocks, for example, and the swap-related params desfree, lotsfree and minfree, ..)
I can't provide you with a decent reason for this (yet), though :-/
..but at least we can assume all is ok ;-)
Cheers,
Wout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 09:30 PM
03-13-2007 09:30 PM
Re: Configure kernel
Check out http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=66678&admit=-682735245+1173864466932+28353475
Cheers,
Wout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 09:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2007 09:57 PM
03-13-2007 09:57 PM
Re: Configure kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2007 12:05 AM
03-14-2007 12:05 AM
Re: Configure kernel
Thanks alot. So I no need to worry about this parameter. I just keep as it is.
Thanks again for your clarifications.
Best Regards,
Negara