How to find if a Sun Solaris OS is 32-Bit or 64-Bit
Type "isainfo -v" at the OS prompt.
If the output shows 2 entries, then its 64bit.
$ isainfo -v
64-bit sparcv9 applications
32-bit sparc applications
Else if it shows only one entry then its 32 bit.
$ isainfo -v
32-bit sparc applications
Type "isainfo -v" at the OS prompt.
If the output shows 2 entries, then its 64bit.
$ isainfo -v
64-bit sparcv9 applications
32-bit sparc applications
Else if it shows only one entry then its 32 bit.
$ isainfo -v
32-bit sparc applications