1834174 Members
2757 Online
110064 Solutions
New Discussion

HP-UX bit version

 
SOLVED
Go to solution
Hide,M
New Member

HP-UX bit version

Hi,
Please let me know how to check bit of version on HP-UX series.
I have ever seen it on another forum once.
But I could not see now.

I am waiting for your reply.
Thank you!!


Hello
2 REPLIES 2
K.Vijayaragavan.
Respected Contributor
Solution

Re: HP-UX bit version

#getconf KERNEL_BITS
(This command shows HPUX 11.00 is 64bit or 32bit)

&

#uname -a

-Vijay
"Let us fine tune our knowledge together"
Steven Sim Kok Leong
Honored Contributor

Re: HP-UX bit version

Hi,

Some other methods:

1) Using swlist:

# /usr/sbin/swlist |grep "HP-UX 64-bit"
HPUXEng64RT B.11.00.01 English HP-UX 64-bit Runtime Environment

2) Using kmtune:

# /usr/sbin/kmtune | grep maxdsiz_64bit
maxdsiz_64bit XXXXXXXXXXXXX

3) Using sam:

Go to system properties. Select the appropriate CPU tab.

Hope this helps. Regards.

Steven Sim Kok Leong