Does anybody have any further information regarding
the compress option for the db2 backup command introduced
in db2 V8.1.4 ?
I made several tests on a solaris 2.8 machine with db2 V8.1.4
and came to the conclusion that the compress option only seems
to influence backups going to disk, not to a storage manager
like TSM.
The 1st database (offline) backup was made without
specifying compression, i.e.:
db2 "backup databae sample use tsm"
Output from "dsmc query backup /SAMPLE/*":
Size Backup Date Mgmt Class A/I File
---- ----------- ---------- --- ----
API 82.710.528 B 09.02.2004 12:09:15 MC48 A
/SAMPLE/NODE0000/FULL_BACKUP.200 40209120800.1
The 2nd database (offline) backup was made with
compression, i.e.:
db2 "backup databae sample use tsm compress"
Output from "dsmc query backup /SAMPLE/*":
Size Backup Date Mgmt Class A/I File
---- ----------- ---------- --- ----
API 82.710.528 B 09.02.2004 12:10:34 MC48 A
/SAMPLE/NODE0000/FULL_BACKUP.200 40209120918.1
There is no difference in the size of the two backups.
Doing the same test but specifying a file system directory
as backup destination results in different backup sizes:
db2 "backup databae sample to /tmp/db2backup"
-rw-r----- 1 db2udb1 tivdba 79712256 Feb 9 12:11
SAMPLE.0.db2udb 1.NODE0000.CATN 0000.2004020912 1110.001
db2 "backup databae sample to /tmp/db2backup compress"
-rw-r----- 1 db2udb1 tivdba 20992000 Feb 9 12:12
SAMPLE.0.db2udb 1.NODE0000.CATN 0000.2004020912 1142.001
There seems to be no further explanation in the releasenotes
of fixpak 4. (I know that I could compress backups thru TSM
proprietary options).
Thank you for any input.
Best regards
Eric
--
IT-Consulting Herber
Mobile: +49 177 2276895
*************** *************** *************** **
Download the IFMX Database-Monitor for free at:
*************** *************** *************** **
the compress option for the db2 backup command introduced
in db2 V8.1.4 ?
I made several tests on a solaris 2.8 machine with db2 V8.1.4
and came to the conclusion that the compress option only seems
to influence backups going to disk, not to a storage manager
like TSM.
The 1st database (offline) backup was made without
specifying compression, i.e.:
db2 "backup databae sample use tsm"
Output from "dsmc query backup /SAMPLE/*":
Size Backup Date Mgmt Class A/I File
---- ----------- ---------- --- ----
API 82.710.528 B 09.02.2004 12:09:15 MC48 A
/SAMPLE/NODE0000/FULL_BACKUP.200 40209120800.1
The 2nd database (offline) backup was made with
compression, i.e.:
db2 "backup databae sample use tsm compress"
Output from "dsmc query backup /SAMPLE/*":
Size Backup Date Mgmt Class A/I File
---- ----------- ---------- --- ----
API 82.710.528 B 09.02.2004 12:10:34 MC48 A
/SAMPLE/NODE0000/FULL_BACKUP.200 40209120918.1
There is no difference in the size of the two backups.
Doing the same test but specifying a file system directory
as backup destination results in different backup sizes:
db2 "backup databae sample to /tmp/db2backup"
-rw-r----- 1 db2udb1 tivdba 79712256 Feb 9 12:11
SAMPLE.0.db2udb 1.NODE0000.CATN 0000.2004020912 1110.001
db2 "backup databae sample to /tmp/db2backup compress"
-rw-r----- 1 db2udb1 tivdba 20992000 Feb 9 12:12
SAMPLE.0.db2udb 1.NODE0000.CATN 0000.2004020912 1142.001
There seems to be no further explanation in the releasenotes
of fixpak 4. (I know that I could compress backups thru TSM
proprietary options).
Thank you for any input.
Best regards
Eric
--
IT-Consulting Herber
Mobile: +49 177 2276895
*************** *************** *************** **
Download the IFMX Database-Monitor for free at:
*************** *************** *************** **
Comment