Question

  Asked: Jan 31 2008   7:55 PM GMT
  Asked by: Dimas


List of Software product installed on Server


Solaris

I am in need to obtaining a list of all software product installed on my server.
the server is running solaris 10.
I have used the PKGINFO. However this utility does not give a completed list of all software product installed.
Can you help?

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



Have you tried Belarc Advisor? It lists all registered software and licsense. You can download it for free @ belarc dot com.

Izzie53
  • AddThis Social Bookmark Button

Browse more Questions and Answers on DataCenter.

Looking for relevant DataCenter Whitepapers? Visit the SearchDataCenter.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

List of Software product installed on Server  |   Jan 31 2008  9:44PM GMT

[…] unknown wrote an interesting post today onHere’s a quick excerptNew Answer. by Izzie53. […]

 

» List of Software product installed on Server  |   Jan 31 2008  9:49PM GMT

[…] unknown wrote an interesting post today onHere’s a quick excerptNew Answer. by Izzie53. […]

 

Magic8ball  |   Feb 3 2008  7:52AM GMT

Umm… not to sound harsh, but you really need to learn how to determine what is on your solaris server without external software!

There are a gazilllion ways to look for software on your server, but you really need to spend the time going over the filesystems and learning what you have. I would not entrust an outside application to probe around my server… that is blasphemy.

Learn what default files and applications are on a basic (bare bones) solaris 10 server and that will make it easier to look for anything that is out of place. Looking in the /etc/rc2.d and /etc/rc3.d directories for the startup scripts and the /etc/init.d directory is a start. Looking in opt and listing out the files. I know it is cumbersome, but you don’t want to run a system without knowing exactly what is under the hood.

Here is a data collection script that I wrote and use at my job. It will help tell you what you have and it outputs the data to an html file, so you can unzip the file and view it with a browser: <a href="http://www.bennovations.com/downloads/getconfig744.tar" rel="nofollow">http://www.bennovations.com/downloads/getconfig744.tar</a>

:wq!ben