Sponsored Content
Full Discussion: AIX backup solutions
Operating Systems AIX AIX backup solutions Post 302943635 by rbatte1 on Monday 11th of May 2015 09:58:31 AM
Old 05-11-2015
Using mksysb is just great. It is, however, another reason to keep your rootvg as small and empty as you can. The mksysb script will write (along with the boot image and other bits to get you going) the contents of all mounted filesystems within rootvg unless you choose to exclude some files (see the manual pages for this) and you probably have both a finite limit on your media or at least you will want to the backup & restore to run quickly.

Other volume groups are ignored, but you can help yourself by taking structural images of them (writing the output into rootvg) before running the mksysb

it is a relatively simple process to re-build the empty volume groups after the OS recovery is complete and you can then restore the data according to your normal procedures. I even have a server with simple disks and LVM mirrors that I recover to a server with SAN disk, so no LVM mirrors. This is more complex on the backup, but can still be done.

You could backup to a local NIM server and then copy the image to a NIM server for the recovery site, if you have the needs and the available hardware.

Can you describe more about your infrastructure, recovery needs, available hardware, etc.



Thanks, in advance,
Robin
 

9 More Discussions You Might Find Interesting

1. AIX

AIX backup and restore

Hello, Some background so you can see what I'm trying to do on AIX: In Windows its possible to partition a single hard drive into 2 separate logical paritions which may appear as a C and a D drive. It is then possible to to use 3rd party software such as Power Quest Drive Image to create a... (3 Replies)
Discussion started by: quickfirststep
3 Replies

2. Filesystems, Disks and Memory

Backup solutions

Hi guys, We are looking to replace our current backup solution - we currently backup our Progress databases (on SCO Unixware7) to DLT7000 tapes but that being old technology the failure rate is increasing and we need to replace them with a more reliable solution. We've been looking at SDLT... (2 Replies)
Discussion started by: Seraphic
2 Replies

3. SCO

Backup solutions

Hi guys, We are looking to replace our current backup solution - we currently backup our Progress databases (on SCO) to DLT7000 tapes but that being old technology the failure rate is increasing and we need to replace them with a more reliable solution. We've been looking at SDLT drives/tapes... (2 Replies)
Discussion started by: Seraphic
2 Replies

4. AIX

Backup solutions / TSM alternative?

Hey all, I've just about had it with Tivoli Storage Manager. I won't go into the what's and why's. Do any of you have suggestions for an alternative? We have around 70 linux clients and 10 AIX lpars. We mostly do incremental filesystem backups each night and have a 3494 tape library with 3... (2 Replies)
Discussion started by: cruiser
2 Replies

5. UNIX for Advanced & Expert Users

help with AIX and backup command

:) Hi my name is Ricardo !!!! I am using backup command in order to backup a server which its running AIX operating system. But I want to backup more than one filesytem in my script, this script send my backup to /dev/rmt0 (tape drive). my trouble is that I donīt know how to tell my script... (1 Reply)
Discussion started by: rickie
1 Replies

6. AIX

backup on aix

Hello everyone I have a 3583 tape library on my Aix servers. (aix 5.3) Im install hypertape software for backup datebase, files, etc. I have a question. on my directory devices I have this rmt crw-rw-rwT 1 root system 42, 1 Jan 18 21:57 rmt1.1 crw-rw-rwT 1 root ... (2 Replies)
Discussion started by: lo-lp-kl
2 Replies

7. Shell Programming and Scripting

AIX script, help I'm just a backup!

Hello, I am trying to get the following Lawson command to work in an AIX script for a developer and I'm stumped, the Admin for this server is on vacation and I have very limited AIX scripting knowledge, I cannot seem to get this to work no matter what I try... lawcmp test900 ap HM500 This is... (1 Reply)
Discussion started by: j_aix
1 Replies

8. AIX

backup linux like aix

Hello everyone I need to backup some boxes with redhat enterprise for power. I was looking for software but I need to umount filesystems,etc,etc. I need a software that backup like I do with my aix boxes. mksysb command and thatīs it. Because I need to do online, with no umount fs. ... (5 Replies)
Discussion started by: lo-lp-kl
5 Replies

9. AIX

Backup software for AIX

Hello, Looking for some backup software for AIX , once tivoli is bit expensive , i'm searching for alternatives, do you guys have some experience with some other software? Cheers, (6 Replies)
Discussion started by: prpkrk
6 Replies
vgcfgbackup(1M) 														   vgcfgbackup(1M)

NAME
vgcfgbackup - create or update LVM volume group configuration backup file SYNOPSIS
vg_conf_path] vg_name DESCRIPTION
The command saves the LVM configuration for a volume group in a default or alternate configuration backup file (see the option). By default, runs automatically each time an LVM command changes the LVM configuration. In this case, it always uses the default configura- tion backup file. An existing default configuration backup file is renamed with an extension of Options and Arguments recognizes the following options and arguments: vg_name The path name of a volume group. Save the configuration using an alternate file name specified by vg_conf_path. If is omitted, the default file name is in the form: base_vg_name is the base name of vg_name. For example, if vg_name is specified as base_vg_name is Update the configuration backup file with the latest LVM configuration. Only those physical volumes added since the configuration backup file was last modified need to be online. If is omitted, all physical volumes for vg_name must be online. RETURN VALUE
exits with one of the following values: Successful completion. Failure. Errors occurred when information from the volume group was being accessed. EXTERNAL INFLUENCES
Environment Variables determines the language in which messages are displayed. If is not specified or is null, it defaults to "C" (see lang(5)). If any internationalization variable contains an invalid setting, all internationalization variables default to "C" (see environ(5)). EXAMPLES
Back up LVM configuration information for volume group in the default backup file Update LVM configuration information corresponding to volume group in the default backup file Back up LVM configuration information for volume group in the alternate configuration backup file WARNINGS
It is recommended that any alternate configuration backup file be created in the root file system (as is the case with the default path name). This facilitates easy volume group recovery during maintenance mode, such as after a system crash. AUTHOR
was developed by HP. SEE ALSO
vgcfgrestore(1M). vgcfgbackup(1M)
All times are GMT -4. The time now is 01:01 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy