Hi there,
I have a newbie question about backing up our database on our
Solaris
system. I was reading the "Data Recovery and High Availability
Guide
and Reference", but didn't see any references to using filesystem
snapshots
to backup a database.
Is using a filesystem snapshot (and then backing up that snapshot
to
tape or other media) a reasonable approach to backing up a DB2
database?
I was thinking of using the "set write suspend" command to quiesce
the
database before the snaphot is taken.
If this is a reasonable approach, how would one make sure that any
unwritten
system memory buffers are written to the disk subsystem before the
snapshot
is taken? The "sync" command would flush the buffers, but I think
it's an
asynchronous operation and returns before guaranteeing that the
buffers have
been flushed.
Thanks for any help,
Bill
Comment