Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Informix > Logical log full

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-10-03, 09:10
rajankkrs rajankkrs is offline
Registered User
 
Join Date: Dec 2003
Location: Bangalore
Posts: 5
Post Logical log full

Hi all,

Logical logs are full and hence I couln't able to login to server.
Can anyone help me to solve this problem.
BTW, I am using window version informix 7.31 .

Advance Thanks

Rajan
Reply With Quote
  #2 (permalink)  
Old 12-10-03, 10:23
vpshriyan vpshriyan is offline
Registered User
 
Join Date: Nov 2003
Location: Mumbai, India
Posts: 92
Hi,

One of the simplest way to solve this is to set the LTAPEDEV parameter of %ONCONFIG file to NUL and then take a backup of logical logs using:

ontape -a

You need to reset this parameter back to the actual tape device if any. Also remember to take a zero level archive of the instance immediately.

Regards,
Shriyan
Reply With Quote
  #3 (permalink)  
Old 12-11-03, 00:36
rajankkrs rajankkrs is offline
Registered User
 
Join Date: Dec 2003
Location: Bangalore
Posts: 5
Post

Quote:
Originally posted by vpshriyan
Hi,

One of the simplest way to solve this is to set the LTAPEDEV parameter of %ONCONFIG file to NUL and then take a backup of logical logs using:

ontape -a

You need to reset this parameter back to the actual tape device if any. Also remember to take a zero level archive of the instance immediately.

Regards,
Shriyan


Hi,

Thanks for your reply.
I believe logical log backup is possible only when the server is online.
FYI, my server is in offline mode I couldn't able to make online since the logical logs are full.
Any other solution....

Regards

Rajan
Reply With Quote
  #4 (permalink)  
Old 12-11-03, 01:43
vpshriyan vpshriyan is offline
Registered User
 
Join Date: Nov 2003
Location: Mumbai, India
Posts: 92
Rajan:

Would you try to put the instance to online mode and post the messages logged at database server's message log file?

Message file located at a path gathered by this command:
findstr "MSGPATH" %INFORMIXDIR%\etc\%ONCONFIG%

Regards,
Shriyan
Reply With Quote
  #5 (permalink)  
Old 12-13-03, 00:36
rajankkrs rajankkrs is offline
Registered User
 
Join Date: Dec 2003
Location: Bangalore
Posts: 5
Thumbs down

Quote:
Originally posted by vpshriyan
Rajan:

Would you try to put the instance to online mode and post the messages logged at database server's message log file?

Message file located at a path gathered by this command:
findstr "MSGPATH" %INFORMIXDIR%\etc\%ONCONFIG%

Regards,
Shriyan


Hi,

I believe the message log file entry will be made only after the server is online. I couldn't able to login only. FYI, I tried through windows service to start the server instance. Is there any otherway by which we can avoid the logical log entry?.

Regards

Rajan
Reply With Quote
  #6 (permalink)  
Old 12-15-03, 01:33
vpshriyan vpshriyan is offline
Registered User
 
Join Date: Nov 2003
Location: Mumbai, India
Posts: 92
Hi,

If an informix instance is initiated for shared memory, by using any object like oninit -v, onmonitor->Mode-Startup->Mode->Online or via registered windows services channel; database server logs events, regardless of the fact that it is/was successful in shared memory initialization.

Apart from on screen error displays and $ONCONFIG - CONSOLE routed errors, the only other source of information of the events happening at an engine is message log only.

Please study the contents, if you could post it, It would help in diagnosing the problem in a better manner.

Regards,
Shriyan
Reply With Quote
  #7 (permalink)  
Old 12-15-03, 11:27
bharath28 bharath28 is offline
Registered User
 
Join Date: Dec 2003
Location: Columbia, SC
Posts: 9
Re: Logical log full

can anyone help me in getting the "Fmpjdbc12.jar" file. I am desperately looking for that.
Please some one help me out in this regard.
Reply me back to pbharath_iitm@yahoo.co.in

Thanks,
Bharath

Quote:
Originally posted by rajankkrs
Hi all,

Logical logs are full and hence I couln't able to login to server.
Can anyone help me to solve this problem.
BTW, I am using window version informix 7.31 .

Advance Thanks

Rajan
Reply With Quote
  #8 (permalink)  
Old 12-16-03, 09:58
vpshriyan vpshriyan is offline
Registered User
 
Join Date: Nov 2003
Location: Mumbai, India
Posts: 92
Rajan:

Follow the steps below:

1. Edit %INFORMIXDIR%\etc\%ONCONFIG% for LTAPEDEV set it to NUL
2. Start the database server instance.
3. Take a command window & execute onstat -m to monitor the progress.
4. If the instance comes to online mode, issue onstat -l to see logical logs status.
5. If needed issue a dummy logical log backup using ontape or onbar.

Please post your findings and observations.
Regards,
Shriyan
Reply With Quote
  #9 (permalink)  
Old 12-17-03, 00:58
rajankkrs rajankkrs is offline
Registered User
 
Join Date: Dec 2003
Location: Bangalore
Posts: 5
Thumbs down

Quote:
Originally posted by vpshriyan
Rajan:

Follow the steps below:

1. Edit %INFORMIXDIR%\etc\%ONCONFIG% for LTAPEDEV set it to NUL
2. Start the database server instance.
3. Take a command window & execute onstat -m to monitor the progress.
4. If the instance comes to online mode, issue onstat -l to see logical logs status.
5. If needed issue a dummy logical log backup using ontape or onbar.

Please post your findings and observations.
Regards,
Shriyan


Shriyan:

I couldn't continue the steps beyond step 2 since I couldn't able to start database server instance.
Will there be any other reason for the start up failure of database server instance other than logical logs are full.

Regards

Rajan
Reply With Quote
  #10 (permalink)  
Old 12-17-03, 01:24
vpshriyan vpshriyan is offline
Registered User
 
Join Date: Nov 2003
Location: Mumbai, India
Posts: 92
Rajan:

Other problem, if any can only be ascertained, if you could post a snapshot of the message log. There could be hundreds of reasons for a datbase server not getting initialized for shared memory!!

Regards,
Shriyan
Reply With Quote
  #11 (permalink)  
Old 12-17-03, 04:45
rajankkrs rajankkrs is offline
Registered User
 
Join Date: Dec 2003
Location: Bangalore
Posts: 5
Quote:
Originally posted by vpshriyan
Rajan:

Other problem, if any can only be ascertained, if you could post a snapshot of the message log. There could be hundreds of reasons for a datbase server not getting initialized for shared memory!!

Regards,
Shriyan

Shriyan:

Herewith I have attached conol_oft.zip containig message log & console log file.

Thanks

Rajan
Attached Files
File Type: zip conol_oft.zip (82.5 KB, 34 views)
Reply With Quote
  #12 (permalink)  
Old 12-17-03, 06:03
vpshriyan vpshriyan is offline
Registered User
 
Join Date: Nov 2003
Location: Mumbai, India
Posts: 92
Rajan:

We actually wanted the last day's messages only, any way thanks for the input.

There seems to be some discrepancy between the log files with regard to number of used logical logs. %ONCONFIG% parameter changes documented in the ol_oft.log says:

Thu Aug 14 09:27:50 2003
15:01:19 Onconfig parameter LOGFILES modified from 10 to 9.

where as console messages say:
<<Informix Dynamic Server>>> Logical Log 39 Complete.
<<Informix Dynamic Server>>> Logical Log Files are Full -- Backup is Needed

Please find out which is the correct figure and update it in %ONCONFIG% - LOGFILES parameter. Please also set the following params.
LTAPEDEV NUL # Log tape device path

After making these 2 changes start the databaser server engine.

Regards,
Shriyan
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

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