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 > real world restore

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-07-02, 07:07
marko111 marko111 is offline
Registered User
 
Join Date: Oct 2002
Posts: 13
Angry real world restore

Hello All!

Here is a example of a real world crash: disk failure, we can not get a single bit from it. Fortunately we have a backup on a 4mm tape. So we have level 0 backup and a logical logs on it. So we first install system, informix and ISM and try to do a cold restore. First, we must restore a ISM database from tape. Then we try to do a physical restore with onbar -r -w -p. But we get a error message: Backup object does not exist in Storage Manager. It seems that the ixbar file is missing. So how we can do a restore?

Current configuration is:
NT4 SP6
Informix 7.3 TC7 and
Legato ISM 1.0
__________________
Marko Erzen
Reply With Quote
  #2 (permalink)  
Old 10-08-02, 05:28
dananio dananio is offline
Registered User
 
Join Date: Mar 2002
Posts: 112
re

I use informix on Solaris + Soltice Backup but I think it's the same way,
ixbar file , it like a notepad that note for database backed up data so if database backup some kind of data that's in the tape it can relate with ixbar file ONLY SOME LINE in the file , so you must find and choose the line of ixbar file to relate with your tape , I recommend you open and edit you ixbar file choose the line that it backed up data in to the tape , the exact sequance line of the ixbar file
Reply With Quote
  #3 (permalink)  
Old 10-08-02, 05:37
dananio dananio is offline
Registered User
 
Join Date: Mar 2002
Posts: 112
re

You can use onbar command to physical + logical resore : onbar -r
Only physical restore : onbar -p
but you must run logical restore after physical restore : onbar -r -l
if you want specify log number which are ending restore : onbar -r -l -n <the-name-of-log>
and which <the-name-of-log> do you want to restore ? ... you can see in your ixbar file
Reply With Quote
  #4 (permalink)  
Old 10-08-02, 05:41
marko111 marko111 is offline
Registered User
 
Join Date: Oct 2002
Posts: 13
Question

Hello!

I beleive that the main problem here is how to restore the ixbar file from information, which resides on tape. If this can not be done, then it is essential to backup this file on a regular basis to another network drive or other backup media, or 4mm tape with data is useless, because cold restore can not be done.
__________________
Marko Erzen
Reply With Quote
  #5 (permalink)  
Old 10-08-02, 09:21
Roelwe Roelwe is offline
Registered User
 
Join Date: Aug 2002
Location: Belgium
Posts: 534
You need to backup the ixbar as well as the bootstrap file manually. onbar doesn't backup these files.
__________________
rws
Reply With Quote
  #6 (permalink)  
Old 10-09-02, 05:35
marko111 marko111 is offline
Registered User
 
Join Date: Oct 2002
Posts: 13
Hi!

Yes, it seems that we must backup the ixbar file. The best way would be by modifying the onbar.bat file, which would backup the file in question, when the onbar command occur.
__________________
Marko Erzen
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