- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: kernel parameteres does not get updated
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-14-2005 12:32 AM
03-14-2005 12:32 AM
kernel parameteres does not get updated
I changed some static kernel parameters, rebuild the kernel and then rebooted my system. However the kernel parameters does not get updated. I followed the instructions given on HP'site and by some people here in this forum. Maybe Im missing something or trying to use some wrong parameters.
I attached the output of kmtune to show the state things are now. Things like max_thread_proc, maxssiz, mastsiz never get updated even after a reboot.
note: I started this thread again because I rated the answears to the other thread prematurely as 8... :/ sorry. Any help is welcome, thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 12:35 AM
03-14-2005 12:35 AM
Re: kernel parameteres does not get updated
I'll assume you followed the directions correctly.
This being true, I'd say check your system for missing components. In /stand is there a system file, does it match up after you make your changes with your changes?
Is ther adequate space in the /stand filesystem to build a kernel?
Do you have other systems where the procedures work? If this is true, there is something wrong with this system, not the instructions.
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
03-14-2005 07:14 AM
03-14-2005 07:14 AM
Re: kernel parameteres does not get updated
Can you post a long listing (ls -lt) of /stand and /stand/build?
Cheers,
T
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 07:29 AM
03-14-2005 07:29 AM
Re: kernel parameteres does not get updated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 07:32 AM
03-14-2005 07:32 AM
Re: kernel parameteres does not get updated
The server was rebooted all the time when the kernel was modified.
The (ls -lt) follows:
mtlab2:/> ls -lt /stand
total 85328
drwxr-xr-x 2 root root 1024 Feb 15 10:50 krs_tmp
drwxr-xr-x 2 root sys 1024 Feb 15 10:50 krs
-rw-r--r-- 1 root sys 917 Feb 15 10:50 system
-rw-r--r-- 1 root sys 2400 Feb 12 17:43 ioconfig
drwxr-xr-x 5 root sys 1024 Feb 12 17:41 dlkm
drwxr-xr-x 2 root root 1024 Feb 12 17:40 krs_lkg
-rw------- 1 root root 12 Feb 12 17:40 rootconf
drwxr-xr-x 4 root sys 3072 Feb 12 17:38 build
-rwxr-xr-x 1 root sys 21631560 Feb 12 17:35 vmunix
drwxr-xr-x 5 root sys 1024 Feb 12 15:20 dlkm.vmunix.prev
-rwxr-xr-x 1 root sys 21631560 Feb 12 15:13 vmunix.prev
-rw-r--r-- 1 root sys 893 Feb 12 15:12 system.prev
drwxr-xr-x 2 root sys 1024 Nov 29 15:25 system.d
-r--r--r-- 1 root sys 82 Nov 29 15:07 kernrel
-rw-r--r-- 1 root sys 19 Nov 29 10:51 bootconf
drwxr-xr-x 2 root root 65536 Nov 29 10:50 lost+found
mtlab2:/>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 07:33 AM
03-14-2005 07:33 AM
Re: kernel parameteres does not get updated
Here is the standard procedure to tune and rebuild the kernel from the command line
# cd /stand/build
# /usr/lbin/sysadm/system_prep -s system
# kmtune -s
# mk_kernel -s system
# kmupdate
# cd /
# /usr/sbin/shutdown -r -y 0
Try this and see if it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 07:33 AM
03-14-2005 07:33 AM
Re: kernel parameteres does not get updated
Reagrds,
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 07:42 AM
03-14-2005 07:42 AM
Re: kernel parameteres does not get updated
kmupdate takes care of only vmunix and dlkm directory. You should manually copy and move system file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 08:02 AM
03-14-2005 08:02 AM
Re: kernel parameteres does not get updated
Does /etc/dmesg give any output?
T
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2005 10:25 PM
03-14-2005 10:25 PM
Re: kernel parameteres does not get updated
Thank you all