Roll back latest Solaris Patches


 
Thread Tools Search this Thread
Operating Systems Solaris Roll back latest Solaris Patches
# 1  
Old 01-27-2011
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!

Last edited by bluescreen; 01-27-2011 at 05:15 PM.. Reason: i type like a monkey on rock!
Login or Register to Ask a Question

Previous Thread | Next Thread

9 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. 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

3. Solaris

Solaris 10 Patches

Can anyone link me to where I can get solaris 10 patches, since now sunsolve.sun.com redirects to some useless oracle support page? (1 Reply)
Discussion started by: goodvikings
1 Replies

4. Solaris

Solaris Patches

Hello all, I wanted to check in Solaris 10 machine whether it has got all the required patches . Is there any way to find out. Rgds Rj (6 Replies)
Discussion started by: jegaraman
6 Replies

5. Solaris

Solaris patches

Hi Friends... can some one tel me any tool for analysing patch on solaris, then download n install it wit all dependency patches???? (3 Replies)
Discussion started by: sudhan143
3 Replies

6. Solaris

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? (4 Replies)
Discussion started by: adelsin
4 Replies

7. HP-UX

Latest patches for HPUX 11

Hello, We have server: :41> model 9000/800/L2000-36 :42> uname -a HP-UX myserver B.11.00 U 9000/800 For which we need to patch but I don't know how to determine wich patches to apply and how to do it. Can someone give me a hand? Thank you!! (3 Replies)
Discussion started by: AQG
3 Replies

8. Solaris

Solaris Patches

Is there any way to show the patches that have been installed in what order, or by date? For example, we have servers, we run the sun patch cluster on them every so often. but then we have some 1zee 2zee's which id like to identify. do i ahve to go into each directory and look at time stamps?... (1 Reply)
Discussion started by: BG_JrAdmin
1 Replies

9. 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
Login or Register to Ask a Question
RAPID(6)							       Games								  RAPID(6)

NAME
rapid - content download tool for spring SYNOPSIS
rapid [options] <action> [<argument>] rapid-spring [options] <action> [<argument>] DESCRIPTION
Rapid manages downloads of content for the spring RTS engine. OPTIONS
action in the command line is one of: upgrade: Install the latest package for all pinned tags. clean-upgrade: Equivalent to 'upgrade' followed by 'uninstall-unpinned'. pin: Pins a tag and installs the latest package for that tag. unpin: Unpins a tag. Does not uninstall any packages. install: Install a package. Does not pin any tags. uninstall: Uninstall a package. Unpin its tag if any. list-tags: List all tags that contain <argument>. list-pinned-tags: Idem, but only pinned tags. list-packages: List all packages whose name contains <argument>. list-installed-packages: Idem, but only installed packages. uninstall-unpinned: Keep only the pinned tags and all dependencies. collect-pool: Remove pool files not needed by any installed package. make-sdd: Extract pool files into a .sdd archive. these are the possible options: -h, --help show this help message and exit --datadir=DATADIR Override the default data directory. (~/.spring on Linux or the one reported by unitsync on Windows) --unitsync Use unitsync to locate the data directory Spring uses. --no-unitsync Do not use unitsync. EXAMPLES
rapid pin xta:latest # installs latest XTA rapid pin s44:latest # installs latest Spring: 1944 rapid upgrade # upgrade all pinned tags SEE ALSO
rapid-gui(6), spring(6) AUTHOR
Tobi Vollebregt <tobivollebregt@gmail.com> This manual page was written by Jan Dittberner <jandd@debian.org>, for the Debian project (but may be used by others). rapid August 2010 RAPID(6)