Operating System - OpenVMS
1752805 Members
5449 Online
108789 Solutions
New Discussion юеВ

Re: RBF backup image goes corrupt afer bzip usage

 
SOLVED
Go to solution
smsc_1
Regular Advisor

RBF backup image goes corrupt afer bzip usage

Hi all,

We are trying to backup Oracle Database into DB.RBF file on OpenVMS 8.3.1H1.

If e try to restore it directly after creation the database runs.

To tranfer to a Linux system we need to compress the backup first, such preserving the file attributes.

# bzip2 -k -s -1 -f DB.RBF

When we uncompress with (version 1.0.5a)

# bzip2 -d DB.RBF-BZ2

and restore the database next errors popup
=========================================
%RMU-E-READERR, error reading DKA200:[BACKUP]DB.RBF;1
-RMU-E-BLOCKCRC, software block CRC error
%RMU-E-INVBLKSIZ, invalid block size in backup file
%RMU-E-INVRECTYP, invalid record type in backup file
%RMU-E-INVRECEXP, Error expanding compressed backup file record.
%RMU-F-RTNERR, Call to routine COSIZLIB$DECOMPRESS failed
-COSI-F-FATINTERR, fatal internal error
%RMU-F-FATALERR, fatal error on RESTORE
%RMU-F-FTL_RSTR, Fatal error for RESTORE operation at 5-NOV-2009 16:08:45.89
=========================================

We have tried with restoring the file attributes but not success so far. We believe that there might be an issue with bzip2.

Thanks in advance.
./ Lucas
15 REPLIES 15
Hoff
Honored Contributor
Solution

Re: RBF backup image goes corrupt afer bzip usage

Use zip, not bzip, here.

zip preserves this stuff, and zip 3.0 and unzip 6.0 and later handle large files.

Chances are that bzip stripped off some of the file system metadata.

You might be able to use SET FILE /ATTRIBUTES to restore the metadata, based on the attributes associated with an uncorrupted Rdb RBF file.
smsc_1
Regular Advisor

Re: RBF backup image goes corrupt afer bzip usage


Thanks Hoff,
I'll try with zip 3 and unzip 6 or higher.
Where do you propose download them from for IA64?

Regards
Gianluca
./ Lucas
Steven Schweda
Honored Contributor

Re: RBF backup image goes corrupt afer bzip usage

> [...] such preserving the file attributes.

Which bzip2 does not do.

> We have tried with restoring the file
> attributes but not success so far.

Not a useful description of what you tried
(or what happened when you tried it). You
might look at:

http://antinode.info/dec/sw/fixrec.html

> Where do you propose download them from for
> IA64?

http://info-zip.org/
ftp://ftp.info-zip.org/pub/infozip/vms/

The usual VMS binary kits offer only standard
"deflate" compression, which is usually not
so good as bzip2 compression, but, with a
little extra work (and a C compiler), Zip 3.0
and UnZip 6.0 can be built with support for
bzip2 compression. The details are in the
documentation.
smsc_1
Regular Advisor

Re: RBF backup image goes corrupt afer bzip usage


thanks Steven,
But I can't compile it due to system limits.

Do you have please a link to .exe files (both for zip.exe and unzip.exe) ??

Thanks
./ Lucas
Steven Schweda
Honored Contributor

Re: RBF backup image goes corrupt afer bzip usage

Try:

http://antinode.info/ftp/info-zip/u6z3_ia64.zip

Built on V8.3-1H1. Includes whole [.IA64L]
directories, so you may even be able to
re-link things, if needed.

[un]zip -v output should mention BZIP2 (and
LARGE_FILE_SUPPORT).

Wake me when it catches fire.
Hoff
Honored Contributor

Re: RBF backup image goes corrupt afer bzip usage

smsc_1
Regular Advisor

Re: RBF backup image goes corrupt afer bzip usage


Thanks again Steven,
but is there any parameters I should use with new ZIP to retain metadata?

I tried wothout parameters but again I loose some file attribues like "Extend".
./ Lucas
Hoff
Honored Contributor

Re: RBF backup image goes corrupt afer bzip usage

But you can't compile it due to system limits?

System limits? No.

These are management limits.

No test server?

No tools?

Here, your management seems to be trying to ensure that you and your business will fail.

I'd have a word with your boss.

Get the necessary tools.

Or get a test server.

Or both.

Or get a different boss, however you choose to do that.

Sorry, but life's too short to deal with this sort of "system limit".
Hoff
Honored Contributor

Re: RBF backup image goes corrupt afer bzip usage

Retaining OpenVMS file metadata?

zip "-V" retains metadata. The "-V" quoting is necessary when you're set to traditional parsing; when the default is set to SET PROCESS /PARSE = TRADITIONAL or when you're operating on an older release.

See:

http://labs.hoffmanlabs.com/node/575