Operating System - HP-UX
1833678 Members
4266 Online
110062 Solutions
New Discussion

kernel build - parameter re-specification kernel build aborted

 
Rick Garland
Honored Contributor

kernel build - parameter re-specification kernel build aborted

Hi all:

Got HPUX 11.11 on an L class system.
Needing to modify a couple of kernel parameters.
I am unable to SAM - keep getting a memory fault
Doing this the manual way. Did a system_prep -s Have modified the /stand/build/system and then doing the mkkernel -s command. The error response I get is:

config: Parameter re-specification
Configuration aborted

What is going on?

3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: kernel build - parameter re-specification kernel build aborted

Eeek.

At this point, you might want to patch sam and get it working.

It would appear that you have with kumtune violated a formula in your changed kernel parameters.


http://www1.itrc.hp.com/service/patch/patchDetail.do?patchid=PHCO_28123&context=hpux:800:11:11

Thats a good candidate.

SEP

Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Lee Tae-kyung
Regular Advisor

Re: kernel build - parameter re-specification kernel build aborted

There are two ways in building kernel in hpux11.11
1. kcweb
2. kmtune

1. In case of kcweb
- Install Apache depot (download from http://hpux.cs.utah.edu )
- stop apache demon.
- # kcweb -c ( with root authority )
- # kcweb -F
- If Kernel management Web is displayed, you can modify kernel.

2. In case of kmtune

- Display the status of kernel values.
#kmtune
- Modify kernel that you want
For example,
#kmtune -s shmmax=0x08000000
#kmtune -s nproc=2048
... and so on
- Backup the current kernal values.
#cp -p /stand/vmunix /stand/vmunix.org

- Compile the kernel.
#cd /stand/build
#mk_kernel
- update the kernel
#kmupdate /stand/build/vmunix_test
- Reboot the system.
#shutdown -ry 0

That's all...

Have a good day~~
Good luck~~
I think I am a specialist in IT Korea^^. I am a programmer and SE and DBA
Dietmar Konermann
Honored Contributor

Re: kernel build - parameter re-specification kernel build aborted

Rick,

the error "Parameter re-specification" means that a tunable is listed more than once in the system file. Usually the tunable in queston is printed just before the error message.

Check for duplicates using e.g.:
# sort -uk 1 /stand/system

Best regards...
Dietmar.
"Logic is the beginning of wisdom; not the end." -- Spock (Star Trek VI: The Undiscovered Country)