Hardware Asset information

Rick Stevens ricks at nerd.com
Tue Oct 4 00:13:35 UTC 2011


On 10/03/2011 04:55 PM, Kaushal Shriyan wrote:
> Hi,
> 
> Is there a way to find total numbers of Hard disk attached or mounted
> on remote servers totaling around 200 Servers running fedora Linux and
> also the number of RAM Chips attached to the system. Any utility or
> some gui tool from client desktop ?

Some of it would be in a smolt report (try "smoltSendProfile -p" to
see what it spits out.

dmidecode will show you what's in the box (memory, cpu, etc.).

lspci can give you more details about the individual cards in the
slots.

lsusb will do the same for USB ports.

"cat /proc/scsi/scsi" can show you what drives are attached, but
remember that if you're using hardware RAID, it can't tell you how
many drives make up the RAID or what RAID level it is as the system
just sees the RAID, not its components.  A lot of RAID cards do have a
way of querying them to get those details.

In other words, no, there's no simple way.
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, C2 Hosting          ricks at nerd.com -
- AIM/Skype: therps2        ICQ: 22643734            Yahoo: origrps2 -
-                                                                    -
- Millihelen, adj: The amount of beauty required to launch one ship. -
----------------------------------------------------------------------


More information about the users mailing list