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 > Please help in urgent

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-11-06, 00:11
db2kevin db2kevin is offline
Registered User
 
Join Date: Jun 2006
Posts: 27
Please help in urgent

Hi all
I have some questions.
1> how can you solve the deadlock problem. Tell me the
steps to do that.
I do not know how to find which application ID involve
in deadlocks.

2> if my system file is full, around 85%, it will give
me an alert.
How to solve this problem.

3> the db2diag.log and instance.nfy is very big, I
could not go through the whole file. how can I solve
the problem.

Best regards,
Reply With Quote
  #2 (permalink)  
Old 07-11-06, 08:12
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
1) Use Event Monitor to determine you deadlock issue. Look it up in the manuals.

2) Add more disk space.

3) You can periodically archive these files (move them someplace else). DB2 will create new ones if they do not exist. If you do not need to keep them around, you can just delete them.

Andy
Reply With Quote
  #3 (permalink)  
Old 07-12-06, 07:38
singhipst singhipst is offline
Registered User
 
Join Date: Jul 2006
Location: Bangalore
Posts: 57
Yes i agree with him.

Unse event Configure event monitor and alerts so that you can get message on perticular condition.
__________________
Ritesh Kumar Singh
IBM Certified DB2 DBA for LUW
**Knowledge Is Theft If Not Shared !!**
Reply With Quote
  #4 (permalink)  
Old 07-13-06, 10:18
willyunger willyunger is offline
Registered User
 
Join Date: Dec 2004
Posts: 7
deadlocks

Hi, Kevin,

Newer releases of DB2 are [I]supposed[I] to capture deadlock info in the db2diag.log file, you may not need to start an event monitor.

NOTE: I haven't tested this myself!!

As for adding disk space, if you're in Windows and used all the install defaults, you'll need to extend the directory where you did the CREATE database from.

Hope this helps!

Willy
Reply With Quote
  #5 (permalink)  
Old 07-14-06, 12:37
db2kevin db2kevin is offline
Registered User
 
Join Date: Jun 2006
Posts: 27
Thanks much everyone

kevin
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