- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to check when the server was patched and what.
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-11-2007 03:35 AM
05-11-2007 03:35 AM
How to check when the server was patched and what.
how could i check when the system was patched last, what was patched.
/var/adm/sw/*.log i found all the swinstall log files. is it any specific files related with Patch.
Thanks and Regards
Sudhakar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2007 03:38 AM
05-11-2007 03:38 AM
Re: How to check when the server was patched and what.
swlist -l bundle | grep -i patch
BUNDLE11i B.11.11.0306.1 Required Patch Bundle for HP-UX 11i, June
2003
FEATURE11-11 B.11.11.0209.5 Feature Enablement Patches for HP-UX 11i,
Sept 2002
GOLDAPPS11i B.11.11.0612.459 Applications Patches for HP-UX 11i v1,
December 2006
GOLDBASE11i B.11.11.0612.459 Base Patches for HP-UX 11i v1, December
2006
HWEnable11i B.11.11.0612.458 Hardware Enablement Patches for HP-UX 1
1i v1, December 2006
HTH
Berd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2007 03:42 AM
05-11-2007 03:42 AM
Re: How to check when the server was patched and what.
/usr/sbin/swlist -l patch -a install_date -a install_source
The above command will show you what patches have been installed for listed products/filesets and the date the patch was installed. You'll also see where the patch was installed from.
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2007 03:43 AM
05-11-2007 03:43 AM
Re: How to check when the server was patched and what.
I believe that the normal swlist command will not show you the dates in which they were applied.
Try to check that by using the ll command ..
First, check your patches with the swlist, if you have a determine product that want to investigate..., then go to /var/adm/sw/prodcut .. and right there run a ll
ex
#ll PHCO_23550*
That will show you the info about the date in which it was applied.
hope that helps,
Marco ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2007 03:46 AM
05-11-2007 03:46 AM
Re: How to check when the server was patched and what.
didn't know this .. /usr/sbin/swlist -l patch -a install_date -a install_source
..
Thanks !!!..
Marco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2007 03:46 AM
05-11-2007 03:46 AM
Re: How to check when the server was patched and what.
Thaks for your immediate responce.
Regards
Sudhakar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2007 03:46 AM
05-11-2007 03:46 AM
Re: How to check when the server was patched and what.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2007 04:22 AM
05-11-2007 04:22 AM
Re: How to check when the server was patched and what.
Also take a look at this link ...
http://forums1.itrc.hp.com/service/forums/helptips.do?#28 ..to see how this works ..
Marco ...!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2007 06:03 AM
05-11-2007 06:03 AM
Re: How to check when the server was patched and what.
When matters much less than what has been fixed and what remains broken. You could use SWA to report the current issues and use that to decide when enough is exposed to require a change.
You might try the command:
# swa report -a SEC -a QPK -a PW -a CRIT -r issue
The HTML report should make it relatively easy to research the security bulletins, patch warnings, and critical fixes that apply to your system.
Go to https://hp.com/go/swa for more information and to download.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2007 07:20 AM
05-11-2007 07:20 AM
Re: How to check when the server was patched and what.
Thanks for the usefull information.
Regards
Sudhakar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2007 04:43 AM
05-17-2007 04:43 AM