Operating System - HP-UX
1826424 Members
3449 Online
109692 Solutions
New Discussion

How to find out my OS architecture...

 
SOLVED
Go to solution
sreekanthtm
Trusted Contributor

How to find out my OS architecture...

I have one rx4440 server with HPUX 11.23 installed on that. I would like to know weather its 64 bit or 32 bit OS. Is there any command to get the info??

hpuxia4# uname -a
HP-UX hpuxia4 B.11.23 U ia64 0198212149 unlimited-user license

Rgds
Sreekanth
5 REPLIES 5
Prashanth Waugh
Esteemed Contributor
Solution

Re: How to find out my OS architecture...

Hi Shreekanth
#getconf KERNAL_BITS

Reagrds
Atul
For success, attitude is equally as important as ability
Pete Randall
Outstanding Contributor

Re: How to find out my OS architecture...

Steven E. Protter
Exalted Contributor

Re: How to find out my OS architecture...

Shalom,

hpuxia4# uname -a
HP-UX hpuxia4 B.11.23 U ia64 0198212149 unlimited-user license

HP-UX 11.23 was a 64 bit only OS.

Thats a reasonably well known fact. If it's B.11.23 its 64 bit. No reason to continue with further analysis.

sEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Deepak Kr
Respected Contributor

Re: How to find out my OS architecture...

Hi,

using getconf will work for you:

see

getconf KERNEL_BITS

getconf MACHINE_MODEL

getconf HW_CPU_SUPP_BITS

getconf HW_32_64_CAPABLE

cheers!!
"There is always some scope for improvement"
sreekanthtm
Trusted Contributor

Re: How to find out my OS architecture...

Thank you Everybody

Rgds
Sreekanth