Sun Server Hardware Inventory Details


 
Thread Tools Search this Thread
Operating Systems Solaris Sun Server Hardware Inventory Details
# 1  
Old 11-21-2012
Sun Server Hardware Inventory Details

How can I get the hardware inventory details of the Sun Servers like T5220 running Solaris 10?

I would like to see the following details:
1. Chassis Information - Part Number, Serial Number etc.
2. Slots Present in the chassis
3. Modules/Cards equipped on the slots. Module details like Part Number and Serial Number.
4. Physical ports and its details.

I have already tried prtconf, prtdiag, iostat but did not help much.
# 2  
Old 11-21-2012
As far as I know, there is no single command on Solaris that will provide all the information you are looking for.

You will have have to parse it out from one or more of the following:
Code:
prtdiag
prtconf
prtfru
psrinfo
dmesg
arch
sysinfo

This User Gave Thanks to fpmurphy For This Post:
# 3  
Old 11-21-2012
Thanks for the response.

I have already tried these commands but did give the info as required.

Is there any way to know the PartNumbers especially?
# 4  
Old 11-21-2012
use the ILOM to collect this data... before doing, you should install the latest FW. you'll get almost all you need from ILOM without the cards in the PCI slots but this can be seen from prtdiag output. the newest version of ILOM 3.1x (which isn't available for T series (yet?) will also show cards inside the machines PCI slots.
This User Gave Thanks to DukeNuke2 For This Post:
# 5  
Old 11-22-2012
Quote:
Originally Posted by DukeNuke2
use the ILOM to collect this data... before doing, you should install the latest FW. you'll get almost all you need from ILOM without the cards in the PCI slots but this can be seen from prtdiag output. the newest version of ILOM 3.1x (which isn't available for T series (yet?) will also show cards inside the machines PCI slots.
Thank you! How do I access the ILOM? Should I have root account? Please let me know the procedure.

When I login using non-root user it just shows the standard unix shell. I did not try with root as I don't have access as of now.
# 6  
Old 11-22-2012
# 7  
Old 11-23-2012
Finally

I found the command which gives me lot of expected information.
Code:
prtpicl -v

But still works on few solaris machines.It works on SPARC Enterprise T5220 but not such detailed output on Sun Fire V1280. Any suggestions?

Last edited by baddy; 11-23-2012 at 03:02 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Server inventory software

Hi, do you know any good server inventory open source products? I want information like, server hostnames, ram, cpu, os, filesystems, volume groups, disks, adapters, installed software versions, firmware levels and so on os: aix, solaris, linux, hpux data should be kept in a database, web... (7 Replies)
Discussion started by: funksen
7 Replies

2. Solaris

Inventory details - Solaris

i need to extract following information through command line on solaris machine : 1.manufacturer name (hardware as well as OS) 2.Model number 3.Serial number - Serial Number of the device or the Physical device serial number for Virtual Servers 4.whether the server is physical or virtual -... (3 Replies)
Discussion started by: omkar.jadhav
3 Replies

3. Hardware

Hardware RAID on Sun T2000 Server

Hi All I have a Sun T2000 server. Couple of years ago I had configured and mirrored the boot drive with an other drive using hardware RAID 1 using raidctl command. Following is the hardware RAID output. root@oracledatabaseserver / $ raidctl RAID Volume RAID RAID Disk... (0 Replies)
Discussion started by: Tirmazi
0 Replies

4. Solaris

Need some help to find out hardware details

hi all i am looking for some command or utility to find out hard ware details. 1. How should i know whether my network adapter is a fibre card or RJ25 (upd) card (ethtool in linux) 2. How to check physical connectivity. ("mii-tool eth0" in linux) 3. How to find pci devices with exact details.... (1 Reply)
Discussion started by: kingston
1 Replies

5. Shell Programming and Scripting

Shell Scripts for automating server inventory for unix servers

Dear Team, I am very new to shell scripting & and presently monitoring unix boxes I am looking for a shell script which will give me the below output script should contain - hostname,OS Version,CPU details, Physical Memory, Partitions Details, Network Details and Software Installed,... (5 Replies)
Discussion started by: whizkidash
5 Replies

6. UNIX for Dummies Questions & Answers

Utilities/Scipts to Inventory Hardware and Software

Hi All, I am looking for a way to inventory the hardware and software components of many Solaris 8 servers/workstations. I would like to script this to run against a list of IP's in a text file. For Windows there are many such programs available (like Belarc) Is there anything similar for... (4 Replies)
Discussion started by: limey
4 Replies

7. Solaris

Sun server hardware questions

I have no experience with sun servers but for fun and experience I would like to buy a low-end server and play with things. I have a few questions that maybe some of you who use these things will be able to answer: - I believe they are also called PCI slots in the sun server, but are they the... (2 Replies)
Discussion started by: Synbios
2 Replies

8. HP-UX

Getting Hardware Details on HP-UX

Hi All, Please let me know the list of commands, that can give me the list of hardwares available on the HP-UX Box. I'm using HP-UX B.11.00. I would like to know the list of HBA's, PCIMCA Cards etc., attached to the system. And also, which device files point to which Hardware. more &... (1 Reply)
Discussion started by: S.Vishwanath
1 Replies
Login or Register to Ask a Question