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 > Error when backing up Logical log with onbar

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-23-03, 01:35
garr_db garr_db is offline
Registered User
 
Join Date: Dec 2003
Location: Thailand
Posts: 10
Error when backing up Logical log with onbar

Dear all Infomix Gurus

I have a problem about backing up Informix database with onbar -l command. The situation is .....

I launched 'onbar -l' command and the errors in /tmp/bar_act.log is as following

2003-12-23 13:13:34 1085 1084 /usr/informix/bin/onbar_d -l -C
2003-12-23 13:13:36 1085 1084 Begin backup logical log 218053.
2003-12-23 13:13:36 1085 1084 Successfully connected to Storage Manager.
2003-12-23 13:14:13 1085 1084 SQL -25587 Network receive failed.

2003-12-23 13:14:14 1085 1084 ERROR: One or more BLOBspaces are down. Log backup has been aborted.
Reply With Quote
  #2 (permalink)  
Old 12-23-03, 07:55
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Re: Error when backing up Logical log with onbar

Quote:
Originally posted by garr_db
Dear all Infomix Gurus

I have a problem about backing up Informix database with onbar -l command. The situation is .....

I launched 'onbar -l' command and the errors in /tmp/bar_act.log is as following

2003-12-23 13:13:34 1085 1084 /usr/informix/bin/onbar_d -l -C
2003-12-23 13:13:36 1085 1084 Begin backup logical log 218053.
2003-12-23 13:13:36 1085 1084 Successfully connected to Storage Manager.
2003-12-23 13:14:13 1085 1084 SQL -25587 Network receive failed.

2003-12-23 13:14:14 1085 1084 ERROR: One or more BLOBspaces are down. Log backup has been aborted.
Hi,

You problem is not onbar, you problem is "One or more BLOBspaces are down".
Please test "onstat -d | grep PD", if appear, then look utility onspaces -s .... for take on-line, the chunks down.

onspaces -s spacename -p pathname -o offset {-O | -D} [-y] }

BTW: Merry Christmas !!!

Gustavo.
Reply With Quote
  #3 (permalink)  
Old 12-23-03, 08:29
garr_db garr_db is offline
Registered User
 
Join Date: Dec 2003
Location: Thailand
Posts: 10
Continue with more information

Thank you Gustavo

I have another question.
If I use 'onbar -b <dbspace>' and the result is as following..

2003-12-23 12:43:27 848 847 /usr/informix/bin/onbar_d -b rootdbs
2003-12-23 12:43:30 848 847 Begin level 0 backup rootdbs.
2003-12-23 12:43:30 848 847 Successfully connected to Storage Manager.
2003-12-23 12:44:00 848 847 Completed level 0 backup rootdbs.
2003-12-23 12:44:06 848 847 Begin backup logical log 218053.
2003-12-23 12:44:07 848 847 Successfully connected to Storage Manager.
2003-12-23 12:44:44 848 847 SQL -25587 Network receive failed.
2003-12-23 12:44:45 848 847 ERROR: One or more BLOBspaces are down. Log backup has been aborted.

as seen above, the dbspaces backed up is complete but only log that has problem. is it the BLOBspaces problem? or anything possible.

Please help me .

Merry Christmas
Cheer
Reply With Quote
  #4 (permalink)  
Old 12-23-03, 08:35
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Re: Continue with more information

Quote:
Originally posted by garr_db
Thank you Gustavo

I have another question.
If I use 'onbar -b <dbspace>' and the result is as following..

2003-12-23 12:43:27 848 847 /usr/informix/bin/onbar_d -b rootdbs
2003-12-23 12:43:30 848 847 Begin level 0 backup rootdbs.
2003-12-23 12:43:30 848 847 Successfully connected to Storage Manager.
2003-12-23 12:44:00 848 847 Completed level 0 backup rootdbs.
2003-12-23 12:44:06 848 847 Begin backup logical log 218053.
2003-12-23 12:44:07 848 847 Successfully connected to Storage Manager.
2003-12-23 12:44:44 848 847 SQL -25587 Network receive failed.
2003-12-23 12:44:45 848 847 ERROR: One or more BLOBspaces are down. Log backup has been aborted.

as seen above, the dbspaces backed up is complete but only log that has problem. is it the BLOBspaces problem? or anything possible.

Please help me .

Merry Christmas
Cheer
Hi,
OK, Can you send me file onconfig and output of "onstat -d" ?.

Thanks.

Gustavo.
Reply With Quote
  #5 (permalink)  
Old 12-23-03, 08:44
garr_db garr_db is offline
Registered User
 
Join Date: Dec 2003
Location: Thailand
Posts: 10
Onconfig and output

Dear Gustavo

I can send you the following information

- bar_act.log
- onconfig

now i am unable to get the output of onstat -d at this time cos I'm not at office.

Thank you very much for you help

Regards
Attached Files
File Type: doc onconfig & bar_act.log.doc (12.1 KB, 46 views)
Reply With Quote
  #6 (permalink)  
Old 12-23-03, 08:56
gurey gurey is offline
Registered User
 
Join Date: Aug 2003
Location: Argentina
Posts: 780
Re: Onconfig and output

Quote:
Originally posted by garr_db
Dear Gustavo

I can send you the following information

- bar_act.log
- onconfig

now i am unable to get the output of onstat -d at this time cos I'm not at office.

Thank you very much for you help

Regards
OK,

I suggest you tree changes:
1) In onconfig the parameter ALARMPROGRAM must be log_full.sh instead of no_log.sh. This is a problem for the of logical logs back-ups.
Look for documentation guide on Veritas for set of environment variables.
2) Change OPTCOMPIND=0 intead of 2, improvement performance.
3) Change size of logical logs. You can increase the logical logs size and decrease amount the logical logs.

Good luck,

Gustavo.
Reply With Quote
  #7 (permalink)  
Old 12-23-03, 09:01
garr_db garr_db is offline
Registered User
 
Join Date: Dec 2003
Location: Thailand
Posts: 10
Reply

Thanks for your advices, Gustavo

I will try your recommendations as soon as possible and observe the result if it works successfully.

Yours
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