- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Find the patch which installed a library
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
08-08-2003 01:56 AM
08-08-2003 01:56 AM
Is there a command line which can be used to find the Package or Patch from which a library or a program file has been installed?
I've seen we can do a find with arguments in /var/adm/sw/products, but is there a better solution ?
Thanks in advance for your help
Regards
J??r??me
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 02:04 AM
08-08-2003 02:04 AM
Re: Find the patch which installed a library
Try,
# swlist -l subproduct
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 02:11 AM
08-08-2003 02:11 AM
Re: Find the patch which installed a library
# swlist -l bundle |grep -E 'QPK|XSWGR|HWE'
Patch package:
# swlist -l package
more detail:
# swlist -l fileset
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 02:11 AM
08-08-2003 02:11 AM
Re: Find the patch which installed a library
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 02:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 02:14 AM
08-08-2003 02:14 AM
Re: Find the patch which installed a library
Thanks for your answer.
In fact, I would like a command (if exists) that give the Patch Depot from the file... Which can be used this way (let's call it command)
#command /usr/lib/libHBAAPI.sl
#"And I get the patch or depot number"
Thanks in advance
J??r??me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 02:16 AM
08-08-2003 02:16 AM
Re: Find the patch which installed a library
#what
should give you that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2003 02:17 AM
08-08-2003 02:17 AM
Re: Find the patch which installed a library
#swlist -l subproduct -l file
gives the details than you want. But the problem is there is way too much info to the file level.
HTH,
Umapathy