Sponsored Content
Operating Systems AIX Restore previous update w/o multibos Post 302229426 by shockneck on Wednesday 27th of August 2008 02:28:47 AM
Old 08-27-2008
Quote:
Originally Posted by itik
[...]How do I restore previous state if my current update failed w/o multibos? Is that possible?[...]
That depends on what you did. As you did not give a proper description on what that was I assume that you did sth. like a smitty update_all. In this case there is a build in parachute in installp that will allow you to return to the previous software levels. To pull the ripcord you did tell the update not to commit but to apply and keep the older packages. This way you could simply reject all packages that are applied but not commited.
Occasionally some packages are commited automatically even if you told installp to apply only. This would be the case if new filesets came with the update packages. However, as such a fileset has not been there before the update operation you could uninstall it.

Now what to do if the software was commited during update? In that case you might try to do a forced overwrite with the previous/older versions. But be warned: this is not supported officially and does not always work. You might end up with a server with inconsistent software levels. I'd not recommend it for servers that are critical for production.

Last resort: recover the server from the backup you did before updating. Depending on the possibilities you have this might be the fastest way to return to the previous oslevel anyway.
 

5 More Discussions You Might Find Interesting

1. AIX

multibos and hacmp

Hi All, Is multibos and hacmp compatible? Anyone who have work/experience with both technology. Thanks for any idea. (0 Replies)
Discussion started by: itik
0 Replies

2. AIX

multibos with aix53 hacmp45

Hi All, Is multibos really needed on each sp update on a hacmp config? Is someone using it? I have an up coming update and I don't have time to understand this technology. Does SP update might screw you up and you can't restore properly from it? Thanks for any idea in advance. (1 Reply)
Discussion started by: itik
1 Replies

3. AIX

mksysb restore - Wrong OS level for restore

Hi all, I am still working on my mksysb restore. My latest issue is during an alt_disk_install from tape I got the following error after all the data had been restored. 0505-143 alt_disk_install: Unable to match mksysb level 5.2.0 with any available boot images. Please correct this... (0 Replies)
Discussion started by: pobman
0 Replies

4. UNIX for Dummies Questions & Answers

Restore system to previous time

Is there a way to restore the system to a previous point in time, like a few hours ago, or just a day? (1 Reply)
Discussion started by: droidus
1 Replies

5. Shell Programming and Scripting

Remove previous line if next & previous lines have same 4th character.

I want to remove commands having no output. In below text file. bash-3.2$ cat abc_do_it.txt grpg10so>show trunk group all status grpg11so>show trunk group all status grpg12so>show trunk group all status GCPKNYAIGT73IMO 1440 1345 0 0 94 0 0 INSERVICE 93% 0%... (4 Replies)
Discussion started by: Raza Ali
4 Replies
APT-SHOW-VERSIONS(1p)					User Contributed Perl Documentation				     APT-SHOW-VERSIONS(1p)

NAME
apt-show-versions - Lists available package versions with distribution DESCRIPTION
apt-show-versions parses the dpkg status file and the APT lists for the installed and available package versions and distribution and shows upgrade options within the specific distribution of the selected package. This is really useful if you have a mixed stable/testing environment and want to list all packages which are from testing and can be upgraded in testing. apt-show-versions uses caching for the status information of installed and available packages. If you run apt-show-versions as root the cache is updated as needed. If you run as non-root uses the newest available information, but can't update the cache. If you run as root with the option -i the cache is initialized or updated only. SYNOPSIS
apt-show-versions [-h] [[-p] package name] [-a] [-b] OPTIONS
If you don't give any options the status of all installed packages is printed. -p package, --package=package Print available and installed versions for specified package. You can also specify a package name without the option -p. If -p and a package name are missing, all installed packages are displayed. -r, --regex interpret package from option -p as a regex. -R, --regex-all like --regex, but also show matching packages which are not installed -u, --upgradeable Print only upgradeable packages -a, --allversions Print all available versions of the selected packages -b, --brief Print only package_name/distribution for upgradeable packages -v, --verbose Prints out messages about which Package files are parsed. -i, --initialize Initialize or update package cache only (as root). Do this every time when the status of the installed or available packages has changed. Initialization is done automatically on installation of the package and via a cron.daily job. -stf file, --status-file=file Use file as the dpkg status file instead of /var/lib/dpkg/status -ld directory, --list-dir=directory Use directory as path to apt's list files instead of /var/state/apt/lists/ or /var/lib/apt/lists/ -h, --help Prints out command-line help. EXIT CODES
0 No error 1 Wrong usage 2 apt-show-versions has been called with exactly one package and upgradeable option set, but package is uptodate. As no output has been requested, this case gets signaled using the exit code. 255 Unspecified error EXAMPLES
If you want to know for all your installed packages whether they are uptodate or upgradeable, use: apt-show-versions If you want to have a list of all upgradeable packages: apt-show-versions -u To get a list of all available versions of libc6: apt-show-versions -a -p libc6 To get information about several packages: apt-show-versions dpkg apt apt-show-versions -r ^texlive To upgrade all packages in testing: apt-get install `apt-show-versions -u -b | fgrep testing` AUTHOR
Christoph Martin, martin@uni-mainz.de SEE ALSO
apt(8), dpkg(1) perl v5.14.2 2012-10-26 APT-SHOW-VERSIONS(1p)
All times are GMT -4. The time now is 04:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy