1846676 Members
2977 Online
110256 Solutions
New Discussion

Re: 32bits ? 64bit?

 
SOLVED
Go to solution
???_185
Regular Advisor

32bits ? 64bit?

how can I check bits in 11i and 11.23?
7 REPLIES 7
Arunvijai_4
Honored Contributor

Re: 32bits ? 64bit?

I understand you want to find an application 32 bit 0r 64 bit ??

# file
32 bit # PA-RISC1.1 or PA-RISC2.0 shared executable
64 bit # ELF-64 executable object file

11.23
32 bit # ELF-32 executable object file - IA64
64 bit # ELF-64 executable object file - IA64

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Sergejs Svitnevs
Honored Contributor

Re: 32bits ? 64bit?

getconf KERNEL_BITS
Arunvijai_4
Honored Contributor

Re: 32bits ? 64bit?

# file /stand/vmunix
/stand/vmunix: ELF-64 executable object file - IA64

"A ship in the harbor is safe, but that is not what ships are built for"
Muthukumar_5
Honored Contributor

Re: 32bits ? 64bit?

This thread has to be moved to HP-UX forums.

hth.
Easy to suggest when don't know about the problem!
Muthukumar_5
Honored Contributor
Solution

Re: 32bits ? 64bit?

Several ways to find this as,

# getconf KERNEL_BITS
# getconf HW_32_64_CAPABLE

hth.
Easy to suggest when don't know about the problem!
Muthukumar_5
Honored Contributor

Re: 32bits ? 64bit?

Using sam -> performance monitor -> system properties -> processor -> bits

hth.
Easy to suggest when don't know about the problem!
Siddhesh
Advisor

Re: 32bits ? 64bit?

One more way:
#print_manifest -s|grep mode

Siddhesh.