![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
One of the things that caught my eye @ Spectrum was the improvements made to the backup processor by the Northgate/Reality crew - 30x speed improvement, and the ability to take a "snapshot" backup from a running system. |
|
Impressive stuff |
|
Ross Ferris Stamina Software Visage > Better by Design! |
#4
| |||
| |||
|
|
I'm hoping here that maybe someone could settle a debate that I'm having with my coworkers here about d3 FILE-SAVE versus AIX mksysb tapes. We have a very large d3 (7.4.2) system here running on AIX 5.3 We have over 100GB on our system. We used to run full FILE-SAVE backups every night. Eventually those started taking longer and longer until we could no longer get file save done over night. If there is no activity on the system, a file-save plus verify takes 24 hours. But we have jobs that are scheduled to run at night so a file-save during the week probalby will take several days. We tried incrementals, but those took just as long. So we implemented transaction logging to tape and it's a nightmare....it slows down our end users with all the locks, but we keep it running during the week and do full file-saves on fridays. Anyways, the purpose of this post is to find out whether it's possible to to a mksysb image backup at the UNIX level and have it restorable to a usable state as far as d3 database is concerned. I realize we would not have item/file restore capability, but we're just concerned about disaster recovery at this point. We could still do weekly pick file-saves. I've been trying to tell people that I didn't believe that a unix level backup of the appropriate volume group would not result in a usable d3 database if it was restored. I think it has something to do with the pick partitions being raw partitions or something like that. At my previous job, we needed to replace a failing hard drive.......we elected to do a mksysb backup instead of a pick file-save due to the faster speed. After restoring it, all our pick database gone and we lost a whole days work. So what's the consensus, can we backup the whole system with mksysb, restore it and have a usable d3 system, or do we HAVE to do pick file-save? thanks Chris -- chrismac2 |
#5
| |||
| |||
|
|
I'm hoping here that maybe someone could settle a debate that I'm having with my coworkers here about d3 FILE-SAVE versus AIX mksysb tapes. We have a very large d3 (7.4.2) system here running on AIX 5.3 We have over 100GB on our system. We used to run full FILE-SAVE backups every night. Eventually those started taking longer and longer until we could no longer get file save done over night. If there is no activity on the system, a file-save plus verify takes 24 hours. But we have jobs that are scheduled to run at night so a file-save during the week probalby will take several days. We tried incrementals, but those took just as long. So we implemented transaction logging to tape and it's a nightmare....it slows down our end users with all the locks, but we keep it running during the week and do full file-saves on fridays. Anyways, the purpose of this post is to find out whether it's possible to to a mksysb image backup at the UNIX level and have it restorable to a usable state as far as d3 database is concerned. I realize we would not have item/file restore capability, but we're just concerned about disaster recovery at this point. We could still do weekly pick file-saves. I've been trying to tell people that I didn't believe that a unix level backup of the appropriate volume group would not result in a usable d3 database if it was restored. I think it has something to do with the pick partitions being raw partitions or something like that. At my previous job, we needed to replace a failing hard drive.......we elected to do a mksysb backup instead of a pick file-save due to the faster speed. After restoring it, all our pick database gone and we lost a whole days work. So what's the consensus, can we backup the whole system with mksysb, restore it and have a usable d3 system, or do we HAVE to do pick file-save? thanks Chris -- chrismac2 |
#6
| |||
| |||
|
|
-- chrismac2 |
#7
| |||
| |||
|
#8
| |||
| |||
|
|
I'm hoping here that maybe someone could settle a debate that I'm having with my coworkers here about d3 FILE-SAVE versus AIX mksysb tapes. We have a very large d3 (7.4.2) system here running on AIX 5.3 We have over 100GB on our system. We used to run full FILE-SAVE backups every night. Eventually those started taking longer and longer until we could no longer get file save done over night. If there is no activity on the system, a file-save plus verify takes 24 hours. But we have jobs that are scheduled to run at night so a file-save during the week probalby will take several days. We tried incrementals, but those took just as long. So we implemented transaction logging to tape and it's a nightmare....it slows down our end users with all the locks, but we keep it running during the week and do full file-saves on fridays. Anyways, the purpose of this post is to find out whether it's possible to to a mksysb image backup at the UNIX level and have it restorable to a usable state as far as d3 database is concerned. I realize we would not have item/file restore capability, but we're just concerned about disaster recovery at this point. We could still do weekly pick file-saves. I've been trying to tell people that I didn't believe that a unix level backup of the appropriate volume group would not result in a usable d3 database if it was restored. I think it has something to do with the pick partitions being raw partitions or something like that. At my previous job, we needed to replace a failing hard drive.......we elected to do a mksysb backup instead of a pick file-save due to the faster speed. After restoring it, all our pick database gone and we lost a whole days work. So what's the consensus, can we backup the whole system with mksysb, restore it and have a usable d3 system, or do we HAVE to do pick file-save? thanks Chris |
#9
| |||
| |||
|
#10
| |||
| |||
|
|
I believe there's a simple answer here, which will also explain why you lost your other database too ! D3 AIX writes its' database to RAW Logical Volumes and NOT to a filesystem (there is no AIX/D3 filesystem) ~ mksysb writes its' output based on input files from an AIX filesystem in backup format (use restore to restore) for AIX 4.3/5.1/5.2/5.3 and tar format for pre 4.3 systems. Even doing savevg, cpio or tar won't help you because these all need to access regular *nix files in a filesystem. You might want to try using Virtual Tapes (I think that's the terminology) in D3 to write data to regular AIX files so you can mksysb, or savevg, or cpio or tar the output files (and compress too), which will be restorable back into D3 (famous last words there ~ don't sue me when it fails though). Help that gives some insight, Brian. chrismac2 wrote: I'm hoping here that maybe someone could settle a debate that I'm having with my coworkers here about d3 FILE-SAVE versus AIX mksysb tapes. We have a very large d3 (7.4.2) system here running on AIX 5.3 We have over 100GB on our system. We used to run full FILE-SAVE backups every night. Eventually those started taking longer and longer until we could no longer get file save done over night. If there is no activity on the system, a file-save plus verify takes 24 hours. But we have jobs that are scheduled to run at night so a file-save during the week probalby will take several days. We tried incrementals, but those took just as long. So we implemented transaction logging to tape and it's a nightmare....it slows down our end users with all the locks, but we keep it running during the week and do full file-saves on fridays. Anyways, the purpose of this post is to find out whether it's possible to to a mksysb image backup at the UNIX level and have it restorable to a usable state as far as d3 database is concerned. I realize we would not have item/file restore capability, but we're just concerned about disaster recovery at this point. We could still do weekly pick file-saves. I've been trying to tell people that I didn't believe that a unix level backup of the appropriate volume group would not result in a usable d3 database if it was restored. I think it has something to do with the pick partitions being raw partitions or something like that. At my previous job, we needed to replace a failing hard drive.......we elected to do a mksysb backup instead of a pick file-save due to the faster speed. After restoring it, all our pick database gone and we lost a whole days work. So what's the consensus, can we backup the whole system with mksysb, restore it and have a usable d3 system, or do we HAVE to do pick file-save? thanks Chris |
![]() |
| Thread Tools | |
| Display Modes | |
| |