1833875 Members
1845 Online
110063 Solutions
New Discussion

Re: Compare Kernel.

 
SOLVED
Go to solution
david_252
Frequent Advisor

Compare Kernel.

Hi:

What would be the best way to compare the kernel of two systems. viz..kmtune, cat /stand/system etc on 11.0

Thanks

David.
2 REPLIES 2
James R. Ferguson
Acclaimed Contributor
Solution

Re: Compare Kernel.

Hi David:

I'd use:

# kmtune -l > /tmp/kernelview.$(hostname)

...on the two systems, and 'diff' the output.

Regards!

...JRF...
Sridhar Bhaskarla
Honored Contributor

Re: Compare Kernel.

Hi David,

You can do either way.

kmtune > /tmp/kernel.out

However, this will not print the drivers configured into the kernel.

So, I usually use system_prep command.

#/usr/lbin/sysadm/system_prep -s /tmp/systemA.out

Do it on systemB and compare them.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try