1834178 Members
2751 Online
110064 Solutions
New Discussion

Re: Kernel determination

 
Al DeSimone_3
Occasional Contributor

Kernel determination

I know that I've installed HP-UX 11.11 32bit build version of the kernel, however I need to be able to run some command on the host to display that.

Thanks
5 REPLIES 5
Uday_S_Ankolekar
Honored Contributor

Re: Kernel determination

kmtune -l

-USA..
Good Luck..
Rick Garland
Honored Contributor

Re: Kernel determination

file /stand/vmunix

If it doesn't say 64 bits...
Geoff Wild
Honored Contributor

Re: Kernel determination

file /stand/vmunix
/stand/vmunix: ELF-64 executable object file - PA-RISC 2.0 (LP64)

uname -r
B.11.11


Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Uday_S_Ankolekar
Honored Contributor

Re: Kernel determination

getconf KERNEL_BITS
if you want see what bit version OS you have.

-USA..
Good Luck..
Al DeSimone_3
Occasional Contributor

Re: Kernel determination

the "get_conf" command did the trick.
Thanks to all!