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 > Level 0 backup instead of Level 1 backup.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-24-05, 10:54
awdba awdba is offline
Registered User
 
Join Date: Jun 2003
Posts: 15
Level 0 backup instead of Level 1 backup.

Hi,
We are using IDS 7.31 and TSM 5.2.
In the bar_act.log the following WARNING is given : "WARNING: psapload does not have a level 0 backup", when I try to take a level 1 backup! The result is that a level 0 backup is taken, and not a level 1 backup.
It looks like after a level 1 backup , the next backup has to be a level 0 backup, but I thought it was possible to have several level 1 backups one after the other.
Can someone explain ?
best regards,
Erwin.
Reply With Quote
  #2 (permalink)  
Old 02-25-05, 07:29
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Hi Ewin,

I suggest you that run one whole back-up level 0, in place of level 1.
A back should exist up of level 0 before being able to do other levels.

Gustavo.
Reply With Quote
  #3 (permalink)  
Old 02-25-05, 08:36
awdba awdba is offline
Registered User
 
Join Date: Jun 2003
Posts: 15
L1 archives

Hi,

This is the scheme we designed to use :

saturday L0
monday L1
tuesday L1
wednesday L1
thursday L1
friday L1

what we see is, that every tuesday , a L0 is taken instead of a L1;

best regards,
Erwin.
Reply With Quote
  #4 (permalink)  
Old 02-25-05, 10:45
fprose fprose is offline
Registered User
 
Join Date: Apr 2003
Location: Phoenix, AZ
Posts: 177
So Tuesday reverts to a L0. What happens on Wednesday? Sounds to me like something is affecting the sysutils database. Are you changing logging on any db?
__________________
Fred Prose
Reply With Quote
  #5 (permalink)  
Old 02-25-05, 10:49
awdba awdba is offline
Registered User
 
Join Date: Jun 2003
Posts: 15
The other days the L1 backup is taken as it should be.
No changes of logging at all.
Reply With Quote
  #6 (permalink)  
Old 02-26-05, 09:39
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Hi Erwin,

I suggest that run level 0 back-up as "onbar -b -w -L 0", not onbar -b -L 0.

Tnks.

Gustavo.
Reply With Quote
  #7 (permalink)  
Old 02-26-05, 10:35
awdba awdba is offline
Registered User
 
Join Date: Jun 2003
Posts: 15
Hi,

# less full.sh
su - informix -c onbar -b -w -L0
#

that is what we do already,

thanks,
best regards.

Erwin.
Reply With Quote
  #8 (permalink)  
Old 02-28-05, 15:00
fprose fprose is offline
Registered User
 
Join Date: Apr 2003
Location: Phoenix, AZ
Posts: 177
Sounds to me like one of the following:

1. Between the Monday and Tuesday backup something is run which removes entries from one of the "bar_" tables in sysutils. You can dump the contents after the monday night L1 and before the Tuesday L1 if someone doesn't "fess" up. This is what onbar uses to determine if it's got a clean L0.

2. Someone is makeing structural changes to physical or logical logs (add, changing sizes, or moving)

3. Someone is changing logging mode on a database.

You have a 24 hour window to hunt down and kill the offender. Check crons (root, informix). Good hunting.
__________________
Fred Prose
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