Patching Roll-back


 
Thread Tools Search this Thread
Operating Systems Solaris Patching Roll-back
# 1  
Old 05-14-2010
Patching Roll-back

What is the easiest or preferred way to roll back the solaris cluster patches?

My guess is to do a flash archive pre-patch and then install off of that if it doesn't work.

Any other ideas?
# 2  
Old 05-14-2010
remove a whole patchcluster is a bad thing to do... but it "should" work. never done something like this so it's up to you to try it Smilie.
boot in single user mode and use the "patch_order" (from the patchcluster) file in reverse for the "patchrm" command.

the better way is a mirrored rootdisk which is splitted before patching and if problems occure, just boot from the second disk and you are back to the old system. this can be done (and is good practice) via "live upgrade". also the flasharchive is a good option to rollback to the old system...
# 3  
Old 05-14-2010
Any clue how to set up mirroring on V440? I'm having troubles finding an installation guide.
# 4  
Old 05-14-2010
it's the same on all systems with two disks. and it depends on the os an the os version. so, on the v440 you can use hardware-mirror (which you have to setup BEFORE os installation; using "raidctl") or software-mirror with sds or with zfs if you are on solaris 10 (best on latest version which is update 8).
# 5  
Old 05-14-2010
By the way, if you use ZFS, you can clone your ZFS root and patch it without any mirroring in place, just like OpenSolaris does with snap upgrade.
This is unsupported but anyway here is an example:
Patching a Live Solaris 10 System Without Live Upgrade
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Roll back the code

Hi is there any shell script to roll back the code when the code is deployed in a wrong way in production servers (3 Replies)
Discussion started by: Purushotham
3 Replies

2. Solaris

Mail loops back to me error in /var/adm/message after patching

Hi, I am getting the below messsage in /var/adm/message after patching but sendmail is working after restoring the backup file. sendmail: q4G7U1Cj014774: SYSERR(root): 127.0.0.1 config error: mail loops back to me (MX problem?) sendmail: q4G801cw025824: SYSERR(root): 127.0.0.1 config... (3 Replies)
Discussion started by: fayaz
3 Replies

3. Red Hat

Roll back patches for RHEL 5

Hi, I want to roll back the packages that are installed during the patch installation of RHEL 5 server. There are in all 110 packages including the kernel package... kernel-2.6.18-274.el5.x86_64.rpm kernel-headers-2.6.18-274.el5.x86_64.rpm How should I proceed ? I don't want to run rpm... (4 Replies)
Discussion started by: aksijain
4 Replies

4. Solaris

Roll back latest Solaris Patches

Is there an easy way to roll back or uninstall the latest Solaris patch cluster? I'm hoping I don't have to go into each patch that was applied and uninstall them one-by-one. Thanks! (0 Replies)
Discussion started by: bluescreen
0 Replies

5. Shell Programming and Scripting

Roll back problem

Hi, I have 5 sub processes which are updating and commiting different records of a single table.I have a problem here.I want to rollback all the transaction if any one of processes fails.Can any one of you gurus suggest how to go about it ? Thanks Tushar Johri (3 Replies)
Discussion started by: tushar_johri
3 Replies

6. UNIX for Dummies Questions & Answers

Comparison, which way to roll?

Hello All, I have been trying to find the right *nix for me. I'm *nix proficient, but not pure admin like a lot of you here. I love FreeBSD, I would only setup FreeBSD systems for work for the longest time. I played with some Linux, not very impressed, until I found Gentoo. I'm now in love with... (0 Replies)
Discussion started by: edua
0 Replies
Login or Register to Ask a Question