If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Best backup utility

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-22-03, 10:52
stjacqd stjacqd is offline
Registered User
 
Join Date: Jul 2003
Location: Boisbriand, Qc, Canada
Posts: 25
Best backup utility

Hello Informix Gurus

Here is the situation.

We actually have 4 informix databases used by SAP on HP-UX servers.
1. Development
2. Quality Control
3. Pre-Test production
4. Production

Actually we are using 3 tape drive units to backup 3 of the 4 databases using the ONTAPE utility.

We are actually looking to concentrate all our backups to one mega backup system. Allowing to backup all servers in one shut.

Based on my understanding, ONTAPE doesn't allow to backup several databases on one tape. That is why we are using 3 tape devices. All our systems are 24 hours running system. So, we cannot shutdown the databases to do the backups.

We are using HP servers under Unix OS. Informix has been mounted in raw devices.

My question is:

1. Is there any backup tool available to do online backup of several databases on the same tape as well as allowing to do regular system backup?

2. Of course, if we have to restore one of the database, we do not want to restore all of it, but only the one we are interested to restore.
Reply With Quote
  #2 (permalink)  
Old 07-23-03, 07:43
dananio dananio is offline
Registered User
 
Join Date: Mar 2002
Posts: 112
Re

split database into 4 instances (1 database/instance) and use onbar with storage manager eg. legato , omni or ISM but write data into only 1 tape

Last edited by dananio; 07-23-03 at 07:45.
Reply With Quote
  #3 (permalink)  
Old 07-23-03, 09:55
stjacqd stjacqd is offline
Registered User
 
Join Date: Jul 2003
Location: Boisbriand, Qc, Canada
Posts: 25
Thank you Dananio for you reply

I effectively have 1 instance per database.

Is ONBAR can take online backup (Backup open informix database)

Is there any good web site with very good ONBAR documentation?
( Samples of use, parameter and configuration documentation, etc..)
Reply With Quote
  #4 (permalink)  
Old 07-25-03, 03:37
eherber eherber is offline
Registered User
 
Join Date: Aug 2002
Location: Bonn/Germany
Posts: 152
OnBar can do anything that 'ontape' can. So, 'online backups'
are possible.

If you have an SAP system I would not use the integrated
ISM storage manager (a scaled-down version of the
Legato Networker product). You should use OnBar in conjunction
with a professional storage manager (IBM TSM, Veritas NetBackup, EMC/Legato Networker etc.).

Be aware of the fact, that OnBar is more complex than ontape.

You can find some (not up to date) information here:

http://www.geocities.com/Heartland/A...927/onbar.html

You might also read the Informix 'Backup und Restore Guide'.
This gives you a good overview about OnBar.
__________________

Best regards

Eric
--
IT-Consulting Herber
WWW: http://www.herber-consulting.de
Email: eric@herber-consulting.de

***********************************************
Download the IFMX Database-Monitor for free at:
http://www.herber-consulting.de/BusyBee
***********************************************
Reply With Quote
  #5 (permalink)  
Old 07-25-03, 05:11
jh1213 jh1213 is offline
Registered User
 
Join Date: Jul 2003
Location: Beijing China
Posts: 36
onbar usage

BACKUP:
=======
-b [-L <level>] [-f <filename>] [<dbspace list>]
-b -w [-L <level>]
-b -F
-l [-c] [-s]
-b backup
-c backup current logical log
-f pathname of file containing list of dbspaces, blobspaces
-F fake backup
-l backup full logical logs
-L backup level: 0, 1, or 2
-w whole system backup
-s salvage logs
<dbspace list> list of dbspaces, blobspaces to backup

RESTORE
========
-r [-e] [-t <time> | -n <log>] [-f <filename>] [<dbspace list>]
-r [-e] -p [-t <time>] [-f <filename>] [<dbspace list>]
-r -l [-t <time> | -n <log> ] [-f <filename>] [<dbspace list>]
-r [-e] -w [-p] [-t <time> | -n <log>]
-RESTART
-e external restore
-f pathname of file containing list of dbspaces, blobspaces
-l logical restore
-n last logical log to restore
-p physical restore
-r restore
-t point in time to stop restore.
<dbspace list> list of dbspaces, blobspaces to restore
-w whole system to restore
-RESTART restart an interrupted restore
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On