- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Backing out a patch(es)
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
01-25-2002 12:44 PM
01-25-2002 12:44 PM
Backing out a patch(es)
the patch is bad... how do you back it out of your
system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 12:47 PM
01-25-2002 12:47 PM
Re: Backing out a patch(es)
You can use the swremove command and choose the one you need to get rid of.
Did you receive this notification from HP?? Normally they can tell you alternate patches, or if a new one was created, and in great detail.
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 12:49 PM
01-25-2002 12:49 PM
Re: Backing out a patch(es)
you can use "swremove" to remove the patch.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 12:50 PM
01-25-2002 12:50 PM
Re: Backing out a patch(es)
Depending on the type of patch you could
use the 'swremove' program to do it. Open
the interactive session and highlight the
patch to be backed out and remove it.
Just a word of caution.... Before doing
any patch maintenance it is in your best
interests to make sure that you have at
least one ignite (make recovery) tape.
To create one
# make_tape_recovery -x inc_entire=vg00 -I -a -v /dev/rmt/0mn
What is the patch?
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 12:56 PM
01-25-2002 12:56 PM
Re: Backing out a patch(es)
# swremove -p -f patches
to preview and if ok run ..
# swremove -f patches
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 01:00 PM
01-25-2002 01:00 PM
Re: Backing out a patch(es)
Please note that some patches will require a reboot when you remove them. Any PHKL patch is a kernel patch and will rebuild the kernel and thus require a reboot.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2002 01:02 PM
01-25-2002 01:02 PM
Re: Backing out a patch(es)
Assuming that you did not turn off the option to save the old patches, then all you need to do is run swremove. This is one of the reasons it's nice to have a sandbox. You can test the patch long before you must install it in production. An old box bought on the used equipment market can pay for itself many times over.