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 > restore Logical log from disk

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-14-04, 12:06
ccwallin ccwallin is offline
Registered User
 
Join Date: Apr 2004
Posts: 2
Lightbulb restore Logical log from disk

I have tried using the pipe/uncompress, uncompress to file and then restore, backup to disk directly from ontape and always get the message that the file is corrupted. I have not changed the block size as I don't feel comfortable with that. It just takes a long time to restore an archive and then the Logical logs.

Tom Wallin
Reply With Quote
  #2 (permalink)  
Old 04-14-04, 16:54
tmullins tmullins is offline
Registered User
 
Join Date: Aug 2003
Posts: 68
I've had problems with the pipe/compress method also. What works for me:

in the onconfig file:
set TAPEDEV $INFORMIXSERVER.tape
set TAPESIZE 2048000

in one window: ontape -s -L 0


When it asks for a second tape:
open a second window:
mv $INFORMIXSERVER.tape $INFORMIXSERVER.lvl0.tape1
touch $INFORMIXSERVER.tape


Press enter key in the firs window:

repeat this until (incrementing the tape#) until the archive is complete. When it's complete, you can compress/gzip the tape files
Reply With Quote
  #3 (permalink)  
Old 04-15-04, 10:29
ccwallin ccwallin is offline
Registered User
 
Join Date: Apr 2004
Posts: 2
Does this method allow you to restore? I was mainly trying to do this backup/restore on the Logical Logs.

Tom Wallin
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