Operating System - HP-UX
1752423 Members
6061 Online
108788 Solutions
New Discussion юеВ

check if 32 or 64 bits in OS and Database??

 
SOLVED
Go to solution
Jesper Andersson_1
Occasional Advisor

check if 32 or 64 bits in OS and Database??

Hi all!

I'm quite new and wonder how to check if I have 32 bits or 64 bits HP-Ux and then how to check the same in Oracle 8.1.6 standard edition installation.

Thanks!
Force be with you
5 REPLIES 5
Stefan Farrelly
Honored Contributor
Solution

Re: check if 32 or 64 bits in OS and Database??


For HP-UX;

/usr/bin/getconf KERNEL_BITS

shows either 32 or 64bit.

For oracle cd to your oracle install bin directory and do;

file * | grep ELF

If it lists a whole lot of files as ELF-64 executable then its a 64bit install.
Im from Palmerston North, New Zealand, but somehow ended up in London...
Andreas D. Skjervold
Honored Contributor

Re: check if 32 or 64 bits in OS and Database??

Hi

If 64 bit Oracle the svrmgrl startup text will state this:

Oracle8i Enterprise Edition Release 8.1.7.3.0 - 64bit Production

rgds
Andreas
Only by ignoring what everyone think is important, can you be aware of what everyone ignores!
Patrick Chim
Trusted Contributor

Re: check if 32 or 64 bits in OS and Database??

Hi,

For HP-UX,

SAM -> performance monitors -> system properties, press TAB to 'Operation System' and press enter you will see
'OS Kernel Width: 64'

Regards,
Patrick
KCS_1
Respected Contributor

Re: check if 32 or 64 bits in OS and Database??

hi,

#/usr/bin/getconf KERNEL_BITS

you will can see kernel bits number (32 or 64 bits)

also, you can get that to excute SAM
Easy going at all.
RAC_1
Honored Contributor

Re: check if 32 or 64 bits in OS and Database??

getconf KERNEL_BITS

or file /stand/vmunix

for oracle svrmgrl will display 64bit or 32bit

or file * oracle_binary_files

Regards,
There is no substitute to HARDWORK