- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Listing third party software and versions
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
Forums
Discussions
Discussions
Discussions
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
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
05-18-2005 07:31 AM
05-18-2005 07:31 AM
As I recall, swlist -l product, will give me the HP software installed, my brain has frozen and I can't remember the command for listing third party software and that version information. Is there a quick command syntax, which won't kill trees, for getting such info?
I'm also looking for a similiar command for OpenVMS and Windows2000/Server.
Any and all help is deeply appreciated.
TIA,
Chuck ciesinski
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 07:46 AM
05-18-2005 07:46 AM
SolutionBasically, if it's not installed from an SD-UX package, you just need to know it's there.
Unless maybe if it was packaged with RPM, which I seem to recall was installed on HP-UX systems at my previous assignment... anything installed via that would show up with "rpm -aq". (I think those are the correct options. I never did much with RPM on my Linux box at home when I was running it.)
Jeff Traigle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 07:48 AM
05-18-2005 07:48 AM
Re: Listing third party software and versions
pkg-config --list-all
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 07:55 AM
05-18-2005 07:55 AM
Re: Listing third party software and versions
swlist will only show the softwares installed those were recorder in IPD (Installed Products Database) maintaiined by swagent.
Other way that i would do is try to remember any one of the file from the package and use "whereis filename" command. If it works mean we can assume that related software is installed.
It may not be the correct way but many times it will work.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 08:45 AM
05-18-2005 08:45 AM
Re: Listing third party software and versions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2005 06:36 AM
05-19-2005 06:36 AM
Re: Listing third party software and versions
My thanks for your comments and helpful suggestions. This group is truly amazing!!!
Thanks,
Chuck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2005 11:54 AM
05-19-2005 11:54 AM
Re: Listing third party software and versions
Still other packages will at least put the software in the 'correct' directory: /opt The /opt directory is where applications should exist.
A good plan is to *always* copy (hint: the command called "script" or copy-paste the window) the installation steps in anticipation of someday needing to duplicate the steps or reverse the steps to un-install.
Bill Hassell, sysadmin