Operating System - HP-UX
1753524 Members
5429 Online
108795 Solutions
New Discussion юеВ

Proper manual steps to update kernel?

 
Raynald Boucher
Super Advisor

Proper manual steps to update kernel?

Hello all,
Just some clarifications please. We are using 11.11.
I read in "HP Certified" book the steps to manually rebuild the kernel:

cd /stand/build
/usr/lbin/sysadmin/system_prep -s ./system
edit the /stand/build/system file to correct the parameter the need changing
/usr/sbin/mk_kernel -s ./system
mv /stand/system /stand/system.
2 REPLIES 2
Tim Nelson
Honored Contributor

Re: Proper manual steps to update kernel?

I have always done the below.

cp /stand/system /stand/system.prev
edit /stand/system
mk_kernel
kmupdate

shutdown -r -y now

Raynald Boucher
Super Advisor

Re: Proper manual steps to update kernel?

Yeah, I mistakingly typed kmtune instead of kmupdate at the end of my post.