1833124 Members
3006 Online
110051 Solutions
New Discussion

kernel

 
SOLVED
Go to solution
Rusty Sapper
Frequent Advisor

kernel

is there a way to find out which kernel was used to boot (vmunix vs vmunix.prev)TIA

Rusty
5 REPLIES 5
S.K. Chan
Honored Contributor
Solution

Re: kernel

Run this ..
# echo 'boot_string/S' | adb /stand/vmunix /dev/mem
boot_string:
boot_string: disc(56/52.5.0;0)/stand/vmunix.prev



James R. Ferguson
Acclaimed Contributor

Re: kernel

Hi Rusty:

# echo 'boot_string/S'|adb /stand/vmunix /dev/kmem

Regards!

...JRF...
Rusty Sapper
Frequent Advisor

Re: kernel

that worked on 11.0 but not on our 10.20 box. is there a different command/syntax for 10.20?


-Rusty
James R. Ferguson
Acclaimed Contributor

Re: kernel

Hi (again) Rusty:

I have no trouble on either 10.20 or 11.0. You might try '/dev/mem' if '/dev/kmem' doesn't work.

Regards!

...JRF...
Sanjay_6
Honored Contributor

Re: kernel

Hi,

On my 10.20 it has worked,

echo "boot_string/S"|adb /stand/vmunix /dev/kmem

Hope this helps.

Regds