1835137 Members
2773 Online
110077 Solutions
New Discussion

Kernel paramater change

 
Sanjiv Sharma_1
Honored Contributor

Kernel paramater change

Hi,

I have J6000 with HP-UX 10.20 installed.

When I change any Kernel Parameter and create the new kernel it gives an error and doesnot allow me to change it.
For example : changing maxfiles from 60 to 120

Error :
Cannot build a kernel using /usr/sbin/mk_kernel. The standard output of the command is shown below:
cpp: warning: Cannot open message catalog:
cpp: "space.h", line 5 error 4036:
cpp: "space.h", line 6 error 4036:
** till line 11 **
Stop.
config: make did an exit(1)

The command exitted with exitcode -71.

Pls. help me to resolve this.

Thanks,
Raje



Everything is possible
3 REPLIES 3
Sanjiv Sharma_1
Honored Contributor

Re: Kernel paramater change

Sorry I missed out one line.

cpp: warning: Cannot open message catalog:
"/usr/lib/nls/msg/C/cpp.cat".
Everything is possible
Stefan Farrelly
Honored Contributor

Re: Kernel paramater change


Change your system file back to how it was originally (before you tried making any changes) - can you build a new kernel now ?

Im from Palmerston North, New Zealand, but somehow ended up in London...
T G Manikandan
Honored Contributor

Re: Kernel paramater change

Just do a to check whether any of the patches are unconfigured.
# swlist -l fileset -a state|grep -v -i -e configured -e \#

to configure the unconfigured patches enter.

# swconfig

Thanks
G Manikandan