[NTLUG:Discuss] network backup solutions

Kevin Hulse hulse_kevin at yahoo.com
Tue Jun 22 13:59:41 CDT 2004


--- Chris Cox <cjcox at acm.org> wrote:
> MontyS at videopost.com wrote:
> > Greetings.
> > 
> > Current configuration:
> > 
> > NT4 PDC/file server
> > NT4 SDC/file server
> > NT4 Exchange 5.5 server
> > RHES3 Oracle 9.2.0.4 database/server (currently in
> testing)
> > 2 RHL9 webservers
> > 
> > Future configuration (hopefully...):
> > 
> > RHES3 file server & PDC via Samba
> > RHES3 Sendmail/Postfix mail server
> > RHES3 Oracle database/server
> > Fedora Core x webservers
> > 
> > Clients:
> > 
> > All Windows NT4/XP Pro.
> 
> The backup routine has to handle sending a ALTER
> SYSTEM QUIESCE RESTRICTED
> to the Oracle DB (vis ssh for example from the
> backup control host).  Now,
> the question is, can you live with the downtime

<scratch>

Downtime? Isn't the whole point of an RDBMS such
as Oracle that you can back it up without incurring
any downtime. If you need to roll your own OS level
backup scripts for Oracle, you can just pick up the
Oracle Press backup & recovery guide and follow the
examples.

All you need to do is iterate through the tablespaces
and have them in backup mode while you copy them. 
There are other considerations, all covered in the
aforementioned text.

Although, you could probably just download a suitable
bash script after a cursory search on Google.

My current shop does Oracle backups in this manner
simply to avoid the cost of Veritas netbackup and
the complexity of RMAN (which you could also use to
generate the hot backup files).

> or not?  Depending on the size of the db instances
> and the ammount of
> availability you have to provide, you may have to
> place the DB onto
> a filesystem that is easily snapshotted via LVM. 
> Then you could
> quiesce, LV snapshot and ATLER SYSTEM UNQUIESCE,
> then backup the snapshot
> LV.  Backing up Linux filesystems using LV
> snapshotting is a good
> idea in general.
> 
> The rest is simply a matter of choice.  I prefer
> star for backups,
> though you could do disk-to-disk with rsync (then do
> star of the
> disk cache to tape if you wish).  You can even use
> rsync with Windows.
> Or... you could use Samba to get at the Windows
> stuff.  Might be
> a problem with ACLs in both reading and restoring
> the data.
> 
> We wrote our own set of programs to manage backups
> where I work...
> Stephen Klein told me about Bacula
> http://www.bacula.org/, he says
> it shows a lot of promise and it says it will backup
> Windows hosts.
> 
> Just some thoughts.
> 
> 
> 
> _______________________________________________
> https://ntlug.org/mailman/listinfo/discuss
> 




More information about the Discuss mailing list