- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- check patches applied
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
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
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-29-2006 01:31 AM
тАО08-29-2006 01:31 AM
i need to know how to check all patches applied (with their corresponding dates of installation) for the following systems:
1. HPUX 11.11
2. OS400
3. AIX v5
4. Sun Solaris 8
5. Red Hat Linux 3
Hope u guys could help me.
Thanks in advance =)
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2006 01:34 AM
тАО08-29-2006 01:34 AM
Re: check patches applied
this is for HPUX
swlist ├в l patch
regards
pg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2006 01:35 AM
тАО08-29-2006 01:35 AM
Re: check patches applied
swlist -l product |grep 'PH'
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2006 01:37 AM
тАО08-29-2006 01:37 AM
SolutionI don't think you can get the install date, but below command give you the latest revision/patch list.
For each operating system, use the method specified below for such operating
system to identify the most recently installed patch or maintenance level:
1) Windows ├в Control Panel --> Add/Remove Programs or hfnetchk.exe
2) Unix: Solaris ├в showrev -p or patchadd -p
3) Unix: AIX ├в instfix -ia
4) Unix: FreeBSD ├в /usr/src/ patch -p
5) Unix: Mac OS X ├в /usr/bin/uname -v
6) Unix: HP/UX ├в swlist -l patch
7) Linux: Redhat ├в rpm -q
8) Linux: Mandrake ├в rpm
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2006 01:41 AM
тАО08-29-2006 01:41 AM
Re: check patches applied
For HP-UX:
# swlist -l patch -a date
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2006 01:45 AM
тАО08-29-2006 01:45 AM
Re: check patches applied
I can only speak on HPUX.
#show_patches
#swlist -l fileset -a state | grep PH
#swlist -l patch
#swlist -l | grep PH*
Hope this helps...
sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-29-2006 02:15 PM
тАО08-29-2006 02:15 PM