32-bit or 64-bit

  • Follow


How to check my Sun Solaris is 32-bit or 64-bit. I could not retrieve
the information by
using uname -a
Thanks.

0
Reply cljlk (69) 1/9/2006 8:57:45 PM

blackdog wrote:
> How to check my Sun Solaris is 32-bit or 64-bit. I could not retrieve
> the information by
> using uname -a

How about "isainfo -v"?

   - Logan
0
Reply Logan 1/9/2006 9:17:57 PM


On Mon, 9 Jan 2006, blackdog wrote:

> How to check my Sun Solaris is 32-bit or 64-bit. I could not retrieve

As a rule of thumb, if you're running on 64-bit capable HW, you'll be running
the 64-bit kernel.  WHen in doubt, isainfo -b will confirm one way or another.

HTH,

-- 
Rich Teer, SCNA, SCSA, OpenSolaris CAB member

President,
Rite Online Inc.

Voice: +1 (250) 979-1638
URL: http://www.rite-group.com/rich
0
Reply Rich 1/9/2006 9:39:47 PM

blackdog <cljlk@hotmail.com> wrote:
> How to check my Sun Solaris is 32-bit or 64-bit. I could not retrieve
> the information by
> using uname -a

The Solaris 2 FAQ has that info...

http://www.science.uva.nl/pub/solaris/solaris2.html#q3.70
3.70) How can I tell whether I'm running a 32 or 64 bit kernel?

The command "isainfo" was provided for precisely that reason;

64% isainfo -kv
64-bit sparcv9 kernel modules

32% isainfo -kv
32-bit sparc kernel modules

amd64% isainfo -kv
64-bit amd64 kernel modules

Solaris 2.6 and earlier releases are always 32 bit and lack the
"isainfo" command. 

-- 
Darren Dunham                                           ddunham@taos.com
Senior Technical Consultant         TAOS            http://www.taos.com/
Got some Dr Pepper?                           San Francisco, CA bay area
         < This line left intentionally blank to confuse you. >
0
Reply Darren 1/9/2006 9:47:04 PM

Unfortunately, I don't have the command isainfo in my system, any
alternative way I can check
the kernel bit?
Thanks

0
Reply blackdog 1/10/2006 1:36:01 PM

"blackdog" <cljlk@hotmail.com> writes:

>Unfortunately, I don't have the command isainfo in my system, any
>alternative way I can check
>the kernel bit?

If you don't have "isainfo" on your system, you are running
Solaris 2.6 or earlier and consequently you run it in 32 bit mode.

Casper
-- 
Expressed in this posting are my opinions.  They are in no way related
to opinions held by my employer, Sun Microsystems.
Statements on Sun products included here are not gospel and may
be fiction rather than truth.
0
Reply Casper 1/10/2006 1:41:42 PM

blackdog <cljlk@hotmail.com> wrote:
> Unfortunately, I don't have the command isainfo in my system, any
> alternative way I can check
> the kernel bit?

Does the bottom of that post apply to your system (you didn't say which
OS you were using)?

-----
Solaris 2.6 and earlier releases are always 32 bit and lack the
"isainfo" command.
-----

-- 
Darren Dunham                                           ddunham@taos.com
Senior Technical Consultant         TAOS            http://www.taos.com/
Got some Dr Pepper?                           San Francisco, CA bay area
         < This line left intentionally blank to confuse you. >
0
Reply Darren 1/10/2006 5:59:33 PM

6 Replies
344 Views

(page loaded in 0.171 seconds)

Similiar Articles:













7/23/2012 6:15:39 PM


Reply: