1826658 Members
2605 Online
109695 Solutions
New Discussion

Re: OS Kernel ??

 
SOLVED
Go to solution
Miguel Carabano_1
Regular Advisor

OS Kernel ??

Hi,

Which is Command to validate OS Kernel ??

But Not by SAM.

From prompt ??

Thanks,

Miguel
5 REPLIES 5
A. Clay Stephenson
Acclaimed Contributor

Re: OS Kernel ??

Your question is not very clear. If you are trying to identify the kernel then "uname -r" is about as close as you are going to get. Unlike Linux, HP-UX does not create new kernel versions everytime someone sneezes.

If you will make your question more specific then perhaps it will be easier to answer.
If it ain't broke, I can fix that.
Sundar_7
Honored Contributor

Re: OS Kernel ??

Miguel,

Are you trying to figure out if the kernel is bootable or not ?

You can use file,adb and "what", but that by no means guaranty that you can boot from that kernel.

I believe only way to confirm is by booting with the kernel :-)

Thanks,

Sundar
Learn What to do ,How to do and more importantly When to do ?
Miguel Carabano_1
Regular Advisor

Re: OS Kernel ??

Sorry,

That's right, via SAM i can see,
Kernel Width Support: 64

But i can't remind with command ??

#get_KERNEL_BITS ????

Thanks
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: OS Kernel ??

getconf KERNEL_BITS

Man getconf for more.
If it ain't broke, I can fix that.
Miguel Carabano_1
Regular Advisor

Re: OS Kernel ??

Thanks for help.

Regards,

Miguel