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 > db2dart

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-20-09, 08:47
manikandank_1984 manikandank_1984 is offline
Registered User
 
Join Date: Oct 2008
Posts: 65
db2dart

Hi,

I am unable to execute this command in db2 database.I have shutdown db2 database.

ndflbwd:db2bwd 10% db2stop force
05/20/2009 18:11:08 0 0 SQL1032N No start database manager
command was issued.
SQL1032N No start database manager command was issued. SQLSTATE=57019

db2dart BWD /DB

Warning: The database state is not consistent.

Warning: Errors reported about reorg rows may be due to the
inconsistent state of the database

Regards,
Manjini
Reply With Quote
  #2 (permalink)  
Old 05-20-09, 09:48
Stealth_DBA Stealth_DBA is offline
Registered User
 
Join Date: May 2009
Posts: 472
manikandank 1984, try to run RESTART DATABASE database-name.

It is possible that the DB2STOP FORCE caused the inconsistent state and DB2 needs to do a crash recovery.

(You can see the message in DB2DIAG.LOG if it does).

Once that completes, try DB2STOP (without force) and then DB2DART and see what happens.
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