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 > The database manager resources are in an inconsistent state

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-21-04, 16:20
nandra nandra is offline
Registered User
 
Join Date: Sep 2004
Posts: 24
The database manager resources are in an inconsistent state

Hi all,

I try this command ps -eaf | grep db2sysc | awk '$5=="dec" && $6==15 {print $2}' | xargs kill -9 which kills all the instances which are older than dec 15. but when i try to start the database it says

"SQL1072C The database manager resources are in an inconsistent state. DB2 may have been incorrectly terminated, or another application may be using system resources in a way which conflicts with DB2's use of system resources. System resource cleanup may be required.
SQL1032N No start database manager command was issued. SQLSTATE=57019"


Thanks in advance
Nandra
Reply With Quote
  #2 (permalink)  
Old 12-21-04, 17:13
n_i n_i is online now
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
This is probably caused by some shared resources (memory segments or message queues) not being released. Run ipcs to see if anything is still there that belongs to the instance owner.
Reply With Quote
  #3 (permalink)  
Old 12-21-04, 17:18
n_i n_i is online now
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Reply With Quote
  #4 (permalink)  
Old 12-22-04, 09:54
nandra nandra is offline
Registered User
 
Join Date: Sep 2004
Posts: 24
Quote:
Originally Posted by n_i
Thanks.........i got it
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