- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What happens to previous patch when new patch is i...
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
07-18-2003 12:59 AM
07-18-2003 12:59 AM
What happens to previous patch when new patch is installed
Generally if I do
#swlist
Initializing...
# Contacting target
Followed by Patch desc etc..
If I do
#swlist
for a Patch Id which is not installed,I get
Initializing...
# Contacting target
Followed by
ERROR message....
But presently I have installed New patches on a workstation on which previous patches were already installed and when I do
#swlist
for a Patch Id which was there earlier,I get
Initializing...
# Contacting target
Followed by
# i.e I return to the prompt again
What does this mean?
Has the previous patch been deleted and some reference to it kept?
What else does it convey?
Thanx in advance for your response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 01:28 AM
07-18-2003 01:28 AM
Re: What happens to previous patch when new patch is installed
I'm not so sure I undersrand your question. If you apply a new patch that superceeds an old patch the binbaries are overwritten. HOWEVER, you can (the default) keep the old patch information. This means you can remove (swremove) the new patch & you will be cak to where you were. It is reccomended that you keep the old patch information for this reason.
If you do "swlist -l product", you will see all the patches on the system. It will contain ALL patches applied (old & new). If you have 3 patches for the same description only the most recent will be active.
Regards
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 01:34 AM
07-18-2003 01:34 AM
Re: What happens to previous patch when new patch is installed
maybe you can check that in your /var/adm/sw/defaults file
you do NOT have a line like
patch_save_files=false
(by default this default file has only comment lines)
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2003 02:18 AM
07-18-2003 02:18 AM
Re: What happens to previous patch when new patch is installed
I'd also have a look at the show_patches & check_patches commands that are available on 11.x
# show_patches -a
Lists all active patches on the system.
I think there's a doco in /usr/share/doc that details patch management for 11.x. I'm not logged on so can't check.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 04:33 AM
07-25-2003 04:33 AM
Re: What happens to previous patch when new patch is installed
Thanx for your responses.
I have a small issue.
after upgrading to new patches, for few old patches i am getting warnings that these patches are not installed while for few others i am not getting any warnings.
Can you let me know any reason for this warning/error messages?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 04:40 AM
07-25-2003 04:40 AM
Re: What happens to previous patch when new patch is installed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 04:53 AM
07-25-2003 04:53 AM
Re: What happens to previous patch when new patch is installed
swlist by itself will only show bundles & products. Use the following:
swlist -l patch
to show all current patches installed.
You can get even more detail with:
swlist -l fileset
Superseded patches are moved to /varadmsw/save until they are removed via the cleanup command.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 04:53 AM
07-25-2003 04:53 AM
Re: What happens to previous patch when new patch is installed
In most cases the patches and other programs
that upgrated are saved and if you want
to remove this saves then you can use command
called cleanup that remove them.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 04:55 AM
07-25-2003 04:55 AM
Re: What happens to previous patch when new patch is installed
Use show_patches, check_patches ,cleanup (in preview mode) to check that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 04:59 AM
07-25-2003 04:59 AM
Re: What happens to previous patch when new patch is installed
Roland