Operating System - HP-UX
1752390 Members
5979 Online
108788 Solutions
New Discussion юеВ

+++who to find if OS is 32bit or 64bit ???+++

 
Elif Gius
Valued Contributor

+++who to find if OS is 32bit or 64bit ???+++

Hi,
I have just a simple question. How can I find if a OS is 32-bit version or 64-bit.

Thanks
Elif
5 REPLIES 5
Jon Mattatall
Esteemed Contributor

Re: +++who to find if OS is 32bit or 64bit ???+++

HP-UX -
"getconf KERNEL_BITS"

Jon
A little knowledge is dangerous - none is absolutely terrifying!!!
Bill McNAMARA_1
Honored Contributor

Re: +++who to find if OS is 32bit or 64bit ???+++

You can also use /opt/ignite/bin/print_manifest | grep mode

print_manifest and getconf are always handy commands!

Later,
Bill
It works for me (tm)
Bill McNAMARA_1
Honored Contributor

Re: +++who to find if OS is 32bit or 64bit ???+++

SAM > Performance Monitors > System Properties

also has some useful info..

Later,
Bill
It works for me (tm)
Tony Contratto
Respected Contributor

Re: +++who to find if OS is 32bit or 64bit ???+++

Elif,

You can also use sam.

Performance Monitors -> System Properties -> Operating System
On this screen is 'OS Kernel Width'

--
Tony
got root?
Wodisch_1
Honored Contributor

Re: +++who to find if OS is 32bit or 64bit ???+++

Hi Elif,

if your question is not about HP-UX alone, then use "file" on the kernel.

HTH,
Wodisch