- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Patch level check
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-14-2001 11:35 AM
09-14-2001 11:35 AM
Is there a tool(script) available, something similar to "y2koscheck" or similar to "showver" for SUN Solaris?
Regards,
Dragana
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 11:42 AM
09-14-2001 11:42 AM
Re: Patch level check
Hope this helps.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 11:50 AM
09-14-2001 11:50 AM
SolutionYou are looking for "custome patch Manager"
Form HP site:
custom patch manager
Custom Patch Manager is a tool for configuration based patching of systems. You must download and run a collect script to gather information about what patches and filesets are installed on your target system or depot.
After you have uploaded the resulting configuration file to CPM, you will be able to run a Patch Analysis for that system or depot. Custom Patch Manager generates a Candidate Patch List from which you may choose the patches you would like to install.
Custom Patch Manager will give you the opportunity to run an analysis to check for conflicts between the patches in your Selected Patch List as well as those currently installed on you system.
When you are satisfied with you patch list, you can download a Patch Package to your system.
go to http://us-support.external.hp.com/
Then Click on maintenance / support
Then click on customized patch bundles (custom patch manager)
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 12:04 PM
09-14-2001 12:04 PM
Re: Patch level check
The patch version will always be 1.0. HP comes out with a new patch (with a new patch name ) if there is a recall or the patch is superceded.
To check wether a particualr patch is installed on your system do
swlist -l product |grep PATCH_NAME
this will tell you wether the patch is loded on the system on not.
If you want to find the state of a patch, use
swlist -l patch |grep PATCH_NAME
hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 12:08 PM
09-14-2001 12:08 PM
Re: Patch level check
What I am looking for is a tool that will compare my current patches against the latest available patch revision, tell me which patches are obsolete and which patches are replacing them.
The tool would probably have it's own revision, matching Support Plus release.
We had "y2koscheck" available for Y2K patches. Also, I know there is some utility for Security patches.
Will Custom Patch Manager do this for me?
Regards,
Dragana
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 12:12 PM
09-14-2001 12:12 PM
Re: Patch level check
you can do that using custom patch manager.
follow this thread.
http://us-support.external.hp.com/wps/bin/doc.pl/sid=26d786690c8265392c
hope this helps.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2001 12:13 PM
09-14-2001 12:13 PM
Re: Patch level check
Yes it will do it excetly what you want. But it is not fee.
Sachin