Operating System - HP-UX
1834074 Members
2330 Online
110063 Solutions
New Discussion

Kernel Not getting built - HP-Ux 11.0

 
Naveen Shetty
Frequent Advisor

Kernel Not getting built - HP-Ux 11.0

Hi All,

Kindly if someone can provide a solution for the below problem.

I have a K460 Server with HP-Ux 11.0 on 64 Bit. When I build the kernel thru mk_kernel, server is giving message a below & comes back to root prompt without rebuilding the kernel.

Error Message:
--------------------
## mk_kernel -v
Building a new kernel based on template file "/stand/system"
total 300
config: line not within a table boundary
config failure.
---------------------------


I have already tried copying a earlier copy of /stand/system file & rebuild but in vain..!

Kindly suggst..!
Thanks in advance..!

Naveen.
Queries
6 REPLIES 6
dhanish
Regular Advisor

Re: Kernel Not getting built - HP-Ux 11.0

Hi,
Looks like there is some problem in system file , please post your system file.

thnks
Nitin
Never Say Die
Naveen Shetty
Frequent Advisor

Re: Kernel Not getting built - HP-Ux 11.0

Hi Nitin,

Pls find the system file attached.

But pls note I have already tried a OLD system file which was a working copy..!

Regds,
Naveen Shetty.
Queries
dhanish
Regular Advisor

Re: Kernel Not getting built - HP-Ux 11.0

Hi the Problem is the no of params specified in the system file is greater than the max possible that can be supplied , I am posting my system file of the k460 system, please save your copy and try this one or remove some of the defined params from your file ..like
x25idmap
x25plp
x25sentr

thnks
Nitin
Never Say Die
dhanish
Regular Advisor

Re: Kernel Not getting built - HP-Ux 11.0

Hi the Problem is the no of params specified in the system file is greater than the max possible that can be supplied , I am posting my system file of the k460 system, please save your copy and try this one or remove some of the defined params from your file ..like
x25idmap
x25plp
x25sentr

thnks
Nitin
Never Say Die
eran maor
Honored Contributor

Re: Kernel Not getting built - HP-Ux 11.0

Hi

it seem that it could be 2 things :

1. check to see in you have a software or a patch that didnt install correctly .

check it with swlist -l fileset -a state > a.out

and check to see if there a software that you diednt install correct .
you can also check the /var/adm/sw/swagent.log

if you can see a software that didnt install correctly please remove it and reinstall it again .

2. This error is most likely caused by something irregular in the /usr/conf/master.d directory.
So please look in this directory for files which have been recently created ("ll -c") or modified ("ll"), have strange names or/and content, etc..

please give an input if it help you
love computers
John Carr_2
Honored Contributor

Re: Kernel Not getting built - HP-Ux 11.0

Hi

if you have a problem with yor system file why not start by creating a new system file from the current kernel.

/usr/lbin/sysadm/system_prep -s system

now try building your kernel

cheers
John.