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 > DB2 Ver 7 on AIX 5 - unable to stop database

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-05-04, 12:41
MultiD MultiD is offline
Registered User
 
Join Date: Jun 2003
Posts: 8
DB2 Ver 7 on AIX 5 - unable to stop database

The problem I am having is I am unable to stop a database using the normal db2 commands and even by using the force commands.


Does anyone have any suggestions, on what I could maybe check, appologies for the lack of detail.

Regards

MultiD
Reply With Quote
  #2 (permalink)  
Old 02-05-04, 13:10
dollar489 dollar489 is offline
Registered User
 
Join Date: Sep 2002
Posts: 456
Re: DB2 Ver 7 on AIX 5 - unable to stop database

There is no such command to stop the database AFAIK. You can however force the applications off the system or quiesce it but it's not synchronous.

dollar

Quote:
Originally posted by MultiD
The problem I am having is I am unable to stop a database using the normal db2 commands and even by using the force commands.


Does anyone have any suggestions, on what I could maybe check, appologies for the lack of detail.

Regards

MultiD
Reply With Quote
  #3 (permalink)  
Old 02-05-04, 16:33
famudba famudba is offline
Registered User
 
Join Date: Jan 2004
Location: Tallahassee, FL, USA
Posts: 96
Re: DB2 Ver 7 on AIX 5 - unable to stop database

Quote:
Originally posted by MultiD
The problem I am having is I am unable to stop a database using the normal db2 commands and even by using the force commands.


Does anyone have any suggestions, on what I could maybe check, appologies for the lack of detail.

Regards

MultiD

if you not able shut down instance , even by db2stop force.

use

run

ipclean as instance owner

check if ny shared process hanging by using following command


ipcs | grep instance


clean those threads by using following command

ipcrm


ipcrm -m/q/s pid


after cleaning all hanging threads

start instance

db2start


that will work for you


Let me know , if any questions


Lekharaju Ennam
Certified Oracle8i & DB2 UDB DBA
FLorida A& M University
Reply With Quote
  #4 (permalink)  
Old 02-06-04, 06:57
MultiD MultiD is offline
Registered User
 
Join Date: Jun 2003
Posts: 8
Talking in reply

Cheers, will give that a go
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