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 > DB2 > MESSAGE : O33 Read Queue Timeout Loop Max Exceeded

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-27-10, 17:57
Morrison01 Morrison01 is offline
Registered User
 
Join Date: May 2010
Location: Mexico
Posts: 3
Red face MESSAGE : O33 Read Queue Timeout Loop Max Exceeded

HI,

We just migrated our Production DB2 V8.1 to DB2 V9.7 This is the third time we did such a migration, but, this time something seems to have changed and we started running into problem that we never ran into. The following message keeps occurring in db2diag.log and the database simply hangs forever. It doesn't respond to any SQL or db2start/db2stop commands either.

2010-05-27-16.37.07.607085-300 I40945655A333 LEVEL: Info
PID : 21760 TID : 1 PROC : db2
INSTANCE: insindo NODE : 000
EDUID : 1
FUNCTION: DB2 UDB, command line process, clp_read_outputq, probe:88
MESSAGE : O33 Read Queue Timeout Loop Max Exceeded
DATA #1 : signed integer, 4 bytes
31


Can you help me?
Reply With Quote
  #2 (permalink)  
Old 05-27-10, 22:38
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
Reduce your diaglevel to 3 in order to stop this message. For the hang, force the instance to come down (db2_kill) and then perform manual cleanup. After executing db2_kill, execute ps -ef | grep insindo and ipcs | grep insindo. Remove processes (kill -9) / ipc resources (ipcrm) owned by insindo. When everything has been cleaned up, restart the instance and try executing some db2 commands/statements.
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