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 > cannot stop das

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-17-11, 22:06
ajiep ajiep is offline
Registered User
 
Join Date: Dec 2010
Posts: 11
Question cannot stop das

DB2 Version : DWBE v9.5.0.1
FIX PACK : 1
OS : AIX 5.3
==================================================
hi, i have a problem...
when i open db2 task center i got this following error :

SQL4414N The DB2 Administration Server is not active.


Explanation:

The request cannot be processed unless the DB2 Administration Server is
active.

User response:

Start the DB2 Administration Server by issuing the command DB2ADMIN
START, and reissue the request.


and then i login as das user and then i try to "db2admin start" :

'SQL4409W The DB2 Administration Server is already active.'

however when i want to stop das "db2admin stop /force"
i got this error message :

'SQL22212N A DB2 Administration Server communication error has been detected. Client system: "10.22.133.31". Server system "10.22.133.31".'

do anyone know what going on with das? and what should i do?

Regards,
ajiep
Reply With Quote
  #2 (permalink)  
Old 01-17-11, 23:46
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
Don't know much about DAS but dropping and recreating it may fix the errors.
Reply With Quote
  #3 (permalink)  
Old 01-21-11, 02:23
prashantnaik prashantnaik is offline
Registered User
 
Join Date: Jan 2011
Posts: 4
Hi,

Check the das process on the system using below command:

ps -ef | grep -i rrm

ps -ef | grep -i stm

kill the above the process and try to restart the das or you can drop and recreate after killing the process is also works fine.
Reply With Quote
  #4 (permalink)  
Old 01-21-11, 03:12
dr_te_z dr_te_z is offline
Registered User
 
Join Date: Jan 2009
Location: Zoetermeer, Holland
Posts: 555
Quote:
Originally Posted by BELLO4KA View Post
Don't know much about DAS but dropping and recreating it may fix the errors.
Correct. Please notice that the "db2admin" does not work on unix, there are commands for that (dascrt dasdrop) to be executed as root.
DB2 Database for Linux, UNIX, and Windows
DB2 Database for Linux, UNIX, and Windows
db2admin start error - DB2 Database answers
Reply With Quote
  #5 (permalink)  
Old 01-23-11, 23:46
ajiep ajiep is offline
Registered User
 
Join Date: Dec 2010
Posts: 11
when i run ps -ef | grep -i rrm there is nothing there.
and out put for ps -ef | grep -i stm only :

root 311484 139396 0 Jan 17 - 0:01 /usr/sbin/hostmibd

is there the right one i must kill?
Reply With Quote
  #6 (permalink)  
Old 01-24-11, 01:39
prashantnaik prashantnaik is offline
Registered User
 
Join Date: Jan 2011
Posts: 4
Yes, you have kill the process linked to ps -ef | grep -i stm.


Then try to drop the db2admin user using below command:

<installation path>/instance/dasdrop

<installation path>/instance/dascrt <adminusername>

It should work properly.
Reply With Quote
  #7 (permalink)  
Old 01-24-11, 08:06
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Quote:
Originally Posted by prashantnaik View Post
Yes, you have kill the process linked to ps -ef | grep -i stm.
I think you shouldn't disseminate false information with such aplomb.
Reply With Quote
  #8 (permalink)  
Old 01-31-11, 01:10
prashantnaik prashantnaik is offline
Registered User
 
Join Date: Jan 2011
Posts: 4
Hi,

ps -ef | grep -i rrm and ps -ef | grep -i stm

Both the process above I mentioned related to the das. If we have old das process running on the machine, then db2admin start for the current das user will not run. First we have to kill the old das process and create new das user using below command.

<installation path>/instance/dascrt <dasusrname>

Note: This errors we have already experimented on our machines during the testing.
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