- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Searching for software from root
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
03-25-2004 04:46 AM
03-25-2004 04:46 AM
1. hp_sd (swlist) is limited because it leaves out a lot of third party sw.
2. There is no 'find' command (that I know of) that will search for just for software.
3. I can go to /var/adm/sw/products and issue a couple of ls command and get long intense listing
that includes patches that I don't want. And I know I not getting all the sw on the box
because some of it is not in the same directory.
Lastly, I'm not sure if awking will help.
Any suggestions??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 04:56 AM
03-25-2004 04:56 AM
Re: Searching for software from root
In my opinion all vendors SHOULD create depots for their HP-UX software so it easier to keep track of. Unfortunately not many do that.
Your best bet is to just poke around the system and see what you can see. Talk to you peers, your DBA's, your applications folks, your users and anyone else you can think to get their input.
Other than that, start documenting when a 3rd party product is installed somewhere. Document the version, where it gets installed, etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 04:59 AM
03-25-2004 04:59 AM
Re: Searching for software from root
We do it manually
swlist plus an edited list of whats in /usr and /opt
Its not perfect but it works.
I have checked open source and found nothing for you.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 05:08 AM
03-25-2004 05:08 AM
Re: Searching for software from root
Because unix is not reliant upon file extensions like windows (.bat,.exe,.com etc) it is difficult to do a search and identify particular bundles of software.
As said track it as installed ans speak to dba.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 05:20 AM
03-25-2004 05:20 AM
Re: Searching for software from root
man print_manifest
print_manifest -s will give you a quick idea of the info it has.
Might be more than you need - and I'm not sure if it lists 3rd party products.
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 05:31 AM
03-25-2004 05:31 AM
SolutionI had an idea.
compile a filelist for the whole system.
then run the file command on it grep for binary or executable.
put that output to another file and every binary would be identified.
A little over the top? Yeah. Just mulling it over.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 07:59 AM
03-30-2004 07:59 AM
Re: Searching for software from root
Thank you once again!!!!!!!