ADSM-L

ADSM/Informix OnBar database- and log-backups to different Storage-Pools

1998-05-11 16:05:08
Subject: ADSM/Informix OnBar database- and log-backups to different Storage-Pools
From: Karl-Heinz Mach <karl-heinz.mach AT HAINDL DOT DE>
Date: Mon, 11 May 1998 13:05:08 -0700
Hi,

I am testing Informix OnBar with ADSM (X/Open-API) und tried to separate
database-backups and logical-log-backups to different ADSM-Storage-
Pools, because I think it is important to have this two types of
backup-data on different physical tapes.

To do this I have defined three different management-classes:

mc_unix for all UNIX-Files
mc_infx_tst_db for onbar-database-backups
mc_infx_tst_lg for onbar-logical-log-backups

The client-include/exclude-file contains the following lines:

include   *                           mc_unix
include   /onbar_test_srv/rootdbs/*   mc_infx_tst_db
include   /onbar_test_srv/99/*        mc_infx_tst_lg

The default-management-class is mc_unix.

During testing everything goes to mc_unix and I can see the following
ADSM-Information on the ADSM-Server:

Filespace:         /onbar_test_srv
Files on Tape:     /onbar_test_srv/rootdbs/0   (= Level-0 backup)
                   /onbar_test_srv/99/15       (= logical-log-15 backup)

onbar_test_srv is the dbservername and 99 is the servernum of the
Informix-Instance.

I am using the following Softwareversions:

ADSM-Server:   ADSM for AIX 3.1.0.2          (AIX 4.2)
ADSM-Client:   ADSM for AIX 3.1.10.3         (AIX 4.1.5)
Informix ODS:  7.23 UC7                      (AIX 4.1.5)

How can I achieve the above mentioned separation ?
<Prev in Thread] Current Thread [Next in Thread>
  • ADSM/Informix OnBar database- and log-backups to different Storage-Pools, Karl-Heinz Mach <=