Operating System - HP-UX
1834048 Members
2289 Online
110063 Solutions
New Discussion

How can i determine HPUX 11.0 32bits or 64bits

 
SOLVED
Go to solution
Diego Martinez
Occasional Advisor

How can i determine HPUX 11.0 32bits or 64bits

Hello,

How can I determine if a system was installed in HPUX 11.0 32bits or 64bits?

Which command can i use?

Thanks in advance,
5 REPLIES 5
James Murtagh
Honored Contributor
Solution

Re: How can i determine HPUX 11.0 32bits or 64bits

Hi,

You can use:

# getconf KERNEL_BITS

You can also check the kernel file:

# file /stand/vmunix

Which should confirm this. You can also use getconf to find if the system could run a 64bit kernel:

# getconf HW_CPU_SUPP_BITS

Regards,

James.
Radhakrishnan Venkatara
Trusted Contributor

Re: How can i determine HPUX 11.0 32bits or 64bits

hi ,

u can use getconf to find it.

getconf HW_CPU_SUPP_BITS

this will hardware is 64 or 32 bit

to find HP-UX use this command line

getconf KERNEL_BITS


regards
radhakrishnan
Negative thinking is a highest form of Intelligence
Rainer von Bongartz
Honored Contributor

Re: How can i determine HPUX 11.0 32bits or 64bits


getconf KERNEL_BITS

Regards
Rainer
He's a real UNIX Man, sitting in his UNIX LAN making all his UNIX plans for nobody ...
Radhakrishnan Venkatara
Trusted Contributor

Re: How can i determine HPUX 11.0 32bits or 64bits

hi ,

check this script.it will be very
usefull
Negative thinking is a highest form of Intelligence
H.Merijn Brand (procura
Honored Contributor

Re: How can i determine HPUX 11.0 32bits or 64bits

Use the 'ux' script on https://www.beepz.com/personal/merijn/#FAQ or http://www.cmve.net/~merijn/#FAQ

to see all you want to see:

a5:/ 101 # ux
a5 HP-UX 11.00/64 U 9000/800/A500-7X/64 PA8700/750(2) pa-2.0 2048 Mb
a5:/ 102 #
Enjoy, Have FUN! H.Merijn