How can I tell if I have x64 or 32bit Solaris10

17.8k Views Asked by At

I have Solaris10 running in VMPlayer how can I find out if this is a 64bit or 32bit Solaris10?

2

There are 2 best solutions below

0
On

Use 'prtconf' at the console. It will give you system configuration.

3
On

May be

/usr/bin/isainfo -kv
64-bit sparcv9 kernel modules

Works on sparc at least !!