1833831 Members
2390 Online
110063 Solutions
New Discussion

Re: 32 bit or 64 bit

 
SOLVED
Go to solution
Grayh
Trusted Contributor

32 bit or 64 bit

Hi

How to find out if a server is 32 bit or 64 bit.

And what the various the 32bit /64 bit OS/Servers.

And what is the command to find the nic cards in a server.

Also to find the memory in a server other than the cstm command.

I dont know if I am clear in this question

DMV
4 REPLIES 4
Tim Nelson
Honored Contributor

Re: 32 bit or 64 bit

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


lanscan, ioscan

dmesg, glance, swapinfo (indirectly), vmstat( do some math), /var/adm/syslog/syslog.log

James R. Ferguson
Acclaimed Contributor
Solution

Re: 32 bit or 64 bit

Hi:

# getconf KERNEL_BITS

...will tell you the "bitness" of your current kernel, e.g. "64"

# getconf HW_CPU_SUPP_BITS

...will tell you the "bitness" your hardware will support, e.g. "32/64"

# lanscan

# dmesg

Regards!

...JRF...
Robert-Jan Goossens_1
Honored Contributor

Re: 32 bit or 64 bit

Hi,

have a look at these faqs.

http://mirrors.develooper.com/hpux/faq.html

Regards,
Robert-Jan
Grayh
Trusted Contributor

Re: 32 bit or 64 bit

Thanks a lot for clearing my doubts.

Thanks again!!!