1833757 Members
3123 Online
110063 Solutions
New Discussion

Re: Kernel change

 
SOLVED
Go to solution
Jeffrey F. Goldsmith
Super Advisor

Kernel change

Some time in November 2007 someone made a change to my system kernel (rp3440-4 w/HP-UX 11.23) that fixed a problem we were having with the console program. Then last month after we rebooted the server the problem came back. Is there a way to check what change had been made to the kernel back in 2007? I checked a couple logs but cant seem to find the information I need.

Thanks for the help.
5 REPLIES 5
Tim Nelson
Honored Contributor

Re: Kernel change

Do you get any history from kclog command ?
Jeffrey F. Goldsmith
Super Advisor

Re: Kernel change

Yes, that would be helpful. How does it work?
Tim Nelson
Honored Contributor
Solution

Re: Kernel change

just type in kclog e.g kclog 10


should give you the history of the last 10 kernel changes and what they were.

man kclog for more details
James R. Ferguson
Acclaimed Contributor

Re: Kernel change

Hi:

> Yes, that would be helpful. How does it work?

Like any HP-UX command, the principal answer is in the manpages --- your first resource:

# man kclog

http://www.docs.hp.com/en/B3921-60631/kclog.1M.html

Regards!

...JRF...

Jeffrey F. Goldsmith
Super Advisor

Re: Kernel change

Thanks for the help Tim