- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Script to inventory installed software?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2003 12:48 AM
тАО11-12-2003 12:48 AM
Script to inventory installed software?
Hi,
Does anyone have a script that is capable of building an inventory of installed software on a system? I started to draft something like this, and immediately balked when I realized our oracle instances aren't listed in swlist output.
Any ideas toward creating such a script would also be appreciated.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2003 12:52 AM
тАО11-12-2003 12:52 AM
Re: Script to inventory installed software?
http://come.to/cfg2html
It collects a ton of info on your system, software, etc...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2003 12:54 AM
тАО11-12-2003 12:54 AM
Re: Script to inventory installed software?
This is why we put all software in SD packages, including things like oracle.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2003 01:25 AM
тАО11-12-2003 01:25 AM
Re: Script to inventory installed software?
There is no general method to list 3-party softwares (not installed using SD), you must know exact what to look after.
A very useful tool for system documentation is the Ignite command "print_manifest". It lists not only the installed software (if installed with SD) but also the complete configuration (disks, memory etc.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2003 01:50 AM
тАО11-12-2003 01:50 AM
Re: Script to inventory installed software?
I guess I'll just have to walk the filesystems by hand to find all the applications. Doing this across 40+ servers is going to be ugly, so I was hoping there was a way to automate it.
I installed and played with cfg2html briefly, and it appears to at least be aware of oracle instances, and omniback installations, which is very helpful in my environment.
print_manifest is helpful in certain situations as well, but doesn't provide any information regarding what applications have been installed outside of the SD mechanism.
Thanks again to all for your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2003 02:57 AM
тАО11-12-2003 02:57 AM
Re: Script to inventory installed software?
That might save you the time and effort of poking around on each server individually looking for that last 10%-20% of items you couldn't otherwise find doing a general sweep.
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-12-2003 06:50 PM
тАО11-12-2003 06:50 PM
Re: Script to inventory installed software?
Hardware (device) information
Software package information
Software license information
Storage (disk) partitions
Network configuration information
Network interface information
Kernel parameters
System configuration parameters
System Serial Number
Printer Queues
Application architecture
CPU type
Host ID
Host name aliases
Host name
Host network addresses
Kernel architecture
Kernel version
Main memory (RAM)
Manufacturer of the system's hardware
Operating system distribution
Operating system name
Operating system version
System model name
System serial number
You can find it here:
http://www.magnicomp.com/sysinfo/
See if that can do what you're looking to do, it's a pretty good product.
-Brian.