Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get hardware details?

Status
Not open for further replies.

SeSe

Programmer
Jun 8, 2001
32
GB
Hi,
Is there any way in Solaris 7 or 8 to get the manufacturer name/model for the network card and har disk?
(except using the first 3 bytes of the MAC address for network card)
Thanks,
SeSe
 
for disk use : iostat -En



for network card : /usr/platform/sun4u/sbin/prtdiag -v |more
prtdiag might not give you eought info.
iostat -En will give manuf and S/N and more.
 
Sorry I place the info i the wrong area

iostat -En (will give disk info)

/usr/platform/sun4u/sbin/prtdiag -v | more (might give you the info)
 
Thanks for the iostat -En - really usefull. OTOH,
the command /usr/platform/sun4u/sbin/prtdiag -v |more would not provide you with the details I was looking for. As an example:

System Configuration: Sun Microsystems sun4u Netra t1 (UltraSPARC-IIi 440MHz)
System clock frequency: 110 MHz
Memory size: 1024 Megabytes

========================= CPUs =========================

Run Ecache CPU CPU
Brd CPU Module MHz MB Impl. Mask
--- --- ------- ----- ------ ------ ----
0 0 0 440 2.0 12 9.1


========================= IO Cards =========================


No failures found in System
===========================

========================= HW Revisions =========================

ASIC Revisions:
---------------
Cheerio: ebus Rev 1

System PROM revisions:
----------------------
OBP 3.10.25 2000/01/17 21:26 POST 1.16.0 2000/01/12 15:49

Any other ideas?
TIA,
Sese
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top