1833611 Members
3955 Online
110062 Solutions
New Discussion

KERNEL Related

 
A.Vishwanath_2
Advisor

KERNEL Related

How to know the current kernel loaded in the system after system is booted?
3 REPLIES 3
Bruno Ganino
Honored Contributor

Re: KERNEL Related


The command for configurations of the kernel HP-UX 11:

#kcpath
stamps the information on the location of the kernel] currently in execution.

Also
There are command for manage the configurations of the kernel:

#kconfig
is used for manage the configurations of the general kernel.

#kcmodule
is used for manage the forms of the kernel, it visualize or modify the state of any form in the configuration in execution currently or of any saved configuration.

#kctune
is used for manage the parameters of the kernel, it visualize or modify the configuration in execution currently or of any saved configuration.

The old commands mk_kernel, kmpath and kmtune, it are still possible.

HTH
Bruno



Torino (Turin) +2H
Sanjay_6
Honored Contributor

Re: KERNEL Related

Hi,

I think what you are trying to ask is to know which kernel you have used to boot the system after the system has booted.

Try this,

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

boot_string:
boot_string: disc (8/12.6.0;0)/stand/vmunix.current

Hope this helps.

Regds
Bruno Ganino
Honored Contributor

Re: KERNEL Related

Vishwanta, i see your profile, you have many answers but you assigned 0 points.
I see also that you not write for explanation if your problem is solved and how.
Please, you make it and user of ITRC Forum will have satisfaction.
Bruno
Torino (Turin) +2H