Newbie: what are the specs on my box?

We've recently installed a SunFire x2100. I need to get all the hardware specs -- processor type and speed, memory, etc.

I can't find a specific model number on the server itself, and I could not find a place to get hardware specs anywhere on the menus in the gui.

Where do I look?

The server does have a label that says "SysPN 602-3038-01", if that helps.

[383 byte] By [ccleve01] at [2007-11-26 9:39:53]
# 1

There's a long-standing mantra that was spoken and repeated

over and over again in the old Sun Hardware forums

(before the March 30, 2006 merging into a single forum website) ...

"The Sun System Handbook is Your Friend ..."

"The Sun System Handbook is Your Friend ..."

"The Sun System Handbook is Your Friend ..."

The public (free) X2100 System page in the SSH is:

http://sunsolve.sun.com/handbook_pub/Systems/SunFireX2100_R/SunFireX2100_R.html

You might consider adding the general Handbook link to your bookmarks.

http://sunsolve.sun.com/handbook_pub/

It comes in handy every so often.

Additionally, with a Sunsolve login account (service contract) you can have access to more information at:

http://sunsolve.sun.com/handbook_private/

That 602-3038-01 number is a Sun-internal number.

There's no cross-reference chart published anywhere, publicly.

It appears on your packing list and in Sun-internal records.

It is called a "top level number" and is used to generate a pick list when

your particular model of computer was assembled in the factory.

That 'pick list' would show the various parts required to make your system,

and is based upon available models, plus whatever you ordered.

If the SSH page doesn't have enough information for you,

you can review the system's packing list,

or you can contact your Sun account representative and discuss the issue.

rukbat at 2007-7-7 0:36:21 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2
In Solaris 6/06 the "prtdiag" command seems to work for X86 as well, so then you could use prtdiag -v to find out basic hardware info. 7/M.
mAbrante at 2007-7-7 0:36:21 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 3
The Sun System Handbook does not contain information that answers the question.I no longer have the packing list.prtdiag does not seem to exist on on Solaris 10.Surely there's something akin to the My Computer/Properties screen you get in Windows.
ccleve01 at 2007-7-7 0:36:21 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 4
I believe it is in /usr/sbin/
kjard_us at 2007-7-7 0:36:21 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 5

Hi ccleve01,

Try the following:

Processor information:

/usr/sbin/psrinfo -vp

isainfo -v

Memory + Devices:

prtconf -D

Shows the amount of system memory, device tree and name of drivers.

You can ofcourse check out the man pages for the drivers.

You can also check out the output for dmesg

.

Run the format

to check the hard disks installed on the system.

Hope that helps!

Girish

ephemera at 2007-7-7 0:36:21 > top of Java-index,Solaris Operating System,Solaris 10 Features...