- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Patch listing with date
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
09-06-2000 08:27 AM
09-06-2000 08:27 AM
swlist -l product PH* for 10.20 and
swlist -l patch '*.*, c=patch' for 11.00
only list patches with their descriptions. I need dates as well for auditing purposes. I hope there is some switch in 'swlist' which I missed, otherwise, I'll have to pull up my sleeves and write a script... :-)
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2000 08:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2000 08:36 AM
09-06-2000 08:36 AM
Re: Patch listing with date
You are LIFE SAVER! :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2000 08:40 AM
09-06-2000 08:40 AM
Re: Patch listing with date
I also found this, according to the patch white paper in /usr/share/doc/patch_pgrm.txt:
"All patch activity is logged in the /var/adm/sw/patch/PATCH.log file. It contains a history of all patches which have been installed, superseded, and removed from the target system. Each action is logged with the time and date it was performed."
So this file may also help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2000 10:56 AM
09-06-2000 10:56 AM
Re: Patch listing with date
remsh ${i} '/usr/sbin/swlist -l product -x one_liner="name date description " | grep -e "PH.._"'
This is EXACTLY what I was looking for!
(The previous post from Cheryl pointed me into the right direction :-) ).