- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: kernel rebuild dose not change the new paramet...
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
05-21-2004 04:43 AM
05-21-2004 04:43 AM
I have a L2000 now (it was L1000 that I changed the mother board, cpu, and memory). For Oracle 9i I have installed some patches. I am trying to change some kernel parameters (have attached the current settings) but, after building the kernel (command line or SAM) the server reboots and still have the old parameter settings. I am not getting any errors during kernel build or during reboot. Any idea where I need to look? Your help is much appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 04:47 AM
05-21-2004 04:47 AM
Re: kernel rebuild dose not change the new parameter settings
manually and see if it compiles w/o any problems as a first thing.
in case you do not have the how to procedure, here it is:
# cd /stand/build
# /usr/lbin/sysadm/system_prep -v -s system
# vi system
modify existing parameters in system file
add parameters which are not in system file in the same format.
# mk_kernel -s system
# mv /stand/system /stand/system.prev
# mv /stand/vmunix /stand/vmunix.prev
# mv /stand/dlkm /stand/dlkm.prev
# mv /stand/build/system /stand
# kmupdate /stand/build/vmunix_test
# cd /
# shutdown -r
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 04:49 AM
05-21-2004 04:49 AM
Re: kernel rebuild dose not change the new parameter settings
Please detail the exact steps you took to rebuild the kernel on the command line.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 04:52 AM
05-21-2004 04:52 AM
Re: kernel rebuild dose not change the new parameter settings
what i would suggest is,
go thr' SAM, select kernel parameter do the required changes.
maxuprc 100
maxusers 64
ncallout 2064
nfile 2000
nkthread 2048
nstrpty 60
num_tachyon_adapters 5
semmni 70
semmns 1000
shmmax 0X80000000
Also modify the related/dependant parameters if any if it prompts for and dont't rebuild the kernel immediately just by saying no to reboot immediately during the process, Come back and see the Kernel parameter. You will see two different fields in every parameter.\ i.e. actual value and pending value.
Now pending value of all the above parameters should reflect the value you have changed.
After configrming that reboot the server.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 04:58 AM
05-21-2004 04:58 AM
Solution!!! DONT EVER MOVE /stand/vmunix and /stand/dlkm.vmunix manually !!!. That is what kmupdate does it for you
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# kmtune -s
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2004 05:37 AM
05-21-2004 05:37 AM
Re: kernel rebuild dose not change the new parameter settings
kmmupdate does make it easier.
I think the point here is the settings are not sticking because the process isn't getting things moved the way it should.
This has happened to me when I forgot to copy the system file from /stand/build to /stand
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
05-21-2004 06:51 AM
05-21-2004 06:51 AM
Re: kernel rebuild dose not change the new parameter settings
thank you all very much for your quick response. The problem solved after the new system file was copied to correct place. I am still not sure why SAM was not making the changes after the reboot. I can live with this until I figure SAM out.
take care