Utilities/Scipts to Inventory Hardware and Software


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Utilities/Scipts to Inventory Hardware and Software
# 1  
Old 10-26-2005
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 the Solaris platform?

Cheers!
# 2  
Old 10-28-2005
Im not sure if there is anything only thing i can think of is srsnetconnect that you can get from sun, but pretty sure you have to pay for that.. Only other option would be to create something yourself!

all you would really need in the script that can login to all the hosts and get the following info..


/usr/platform/sun4u/sbin/prtdiag -v # to print the hardware info
/usr/bin/pkginfo -l # print pkg info
/usr/bin/showrev -p # show patches installed

Assuming thats all your looking for !?
# 3  
Old 10-28-2005
You should try cfg2html. It does generate very complete report about hardware and software on UNIX machine. I think you may have to run that on each machine separately, you'll have to pick up the report after that.

See : http://come.to/cfg2html

Nice thing about it : IT IS FREE!

Hope it helps.
# 4  
Old 10-28-2005
Thanks for your replies.

You have certainly given me some options to work with and I appreciate your input as I am relatively new to the UNIX OS.

Do you know if there is also a way to obtain the Serial Number of the monitors connected to the system?

In Windows you could query the drivers via WMI to obtain onboard and connected peripheral serial numbers, not sure if UNIX has this ability.

Cheers!
# 5  
Old 09-07-2007
Hi,

I'm also searching how to find several hardware info by command line
  • Serial Number
  • Manufacture
  • Language
  • Bios
  • Bios date
  • LAN cards manufacture
  • Sound Cards Type
  • Video Card Type
  • CDROM type
  • Monitor Type

Noted: I'm using Solaris 10
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 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

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... (8 Replies)
Discussion started by: baddy
8 Replies

3. Solaris

Hardware to software RAID migration

We have hardware RAID configured on our T6320 server and two LDOMs are running on this server. One of our disk got failed and replaced. After replacemnt the newly installed disk not detected by RAID controlled so Oracle suggested to upgrade the REM firmware. As this is the standalone production... (0 Replies)
Discussion started by: rock123
0 Replies

4. UNIX for Advanced & Expert Users

perl and HP-UX : instmodsh in combination with software depot : update inventory for installed Perl

we create a HP-UX software depot with a new perl-modul. after installation of the software depot, the perl module i can't find with instmodsh in the inventory for installed Perl modules. - i have learned of using instmodsh command : i find out what modules are already installed on my system. ... (0 Replies)
Discussion started by: bora99
0 Replies

5. Shell Programming and Scripting

Monitoring script for hardware and software problems

Gentlemen I want to write a small script and run as cronjob sothat the script runs every four hours The script should be capable of finding any hardware issues,panics,coredumps if anyissues found it should sent mail.If no issues it shouldnt sent mail Deeply appreciated if any help... (2 Replies)
Discussion started by: saidiya
2 Replies

6. Shell Programming and Scripting

Hardware and Software Configuration in UNIX..

Hi, Anybody please let me know the command to find the Hardware and Software components used in any HP-UNIX or Sun Solaris UNIX server ? I need to get all the configuration of the UNIX server. Thanks, Rohit.. (1 Reply)
Discussion started by: ronix007
1 Replies

7. Solaris

free software to test the hardware of a sun workstation specially the RAM how about f

hi can anybody give me a site that provide a free software for sun solaris workstation to test above title. i downloaded this RUMT-0.2 sofware in the net but it doesn't work after i try. thnks a lot for any help. (1 Reply)
Discussion started by: jao_madn
1 Replies

8. UNIX for Advanced & Expert Users

Collecting software inventory

how to obtain/ collect a list of all the applications installed in the system.. is there a configuration file(like the one which exists for hardware ) which holds all this information?? if no is there any command/shell script or utility that we can use for the same ?? I am using Red hat linux... (2 Replies)
Discussion started by: superghost
2 Replies

9. UNIX for Dummies Questions & Answers

Software Inventory

How can I find out what software is installed on the machine, other than ls? Is there a registry program like in Windows? The os is Sun 2.5. Thanks (1 Reply)
Discussion started by: ViperD
1 Replies
Login or Register to Ask a Question