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 problem when i install the DB2 8

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-25-04, 21:18
newhu114 newhu114 is offline
Registered User
 
Join Date: Jul 2004
Posts: 17
the problem when i install the DB2 8

My os is aix 5.1,i install the db2 8 on it.When I finish the installation and use "db2admin start" to restart the das,the das can't restart. Following is the log:
2004-07-25-17.36.33.594125 pid:1097870 tid:1 level:2
DB2 tools - DB2 administration server - readRrmSqlca() probe:20
called OSSHIPCQueue::get()
return code 0x90000013 Time out

And I recieve the mail from the os as followings:
--i6N3Q581155182.1090553166/TSMSRV
Received: from dntsvr (dntsvr [10.70.86.60]) by TSMSRV (AIX5.1/8.11.6p2/8.11.0) with SMTP id i6P90jQ1073326
for ; Sun, 25 Jul 2004 17:00:45 +0800
Date: Sun, 25 Jul 2004 17:00:45 +0800
From: db2as
Message-Id: <200407250900.i6P90jQ1073326@TSMSRV>
To: db2as@dntsvr
Cc:
Subject: From the fault monitor daemon
Status: O

db2fmd
The state of instance 'db2as' gcf module '/db2/db2as/das/lib/libdb2dasgcf.a' is OPERABLE.


However,When I drop the das and create the new das ,it's ok now。Also I need recreate the instance.
Please help me.
Thanks!
Reply With Quote
  #2 (permalink)  
Old 07-25-04, 21:36
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
Is it OK now? What problem do you have?

One thing to consider is that the DAS can only be started using the DB2 Admin Server userid, although it is usually auto-started. The default DB2 Admin Server userid is dasusr1. This is different than the default instance owner id, which is db2inst1.

I have also found in some installations, that reboots are necessary to successfully complete all the installation steps, even though they this is not documented in the readme file.

One other point, if you have installed your own java, rather than let DB2 install it, is to make sure that you have run the following to update both the instance and the das:

db2 update dbm cfg using jdk_path /opt/IBMJava2-141
db2 update admin cfg using jdk_path /opt/IBMJava2-141

Note: you java path will be different depending on which version you have and the operating system (the above is what I use for Linux).
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #3 (permalink)  
Old 07-26-04, 02:39
newhu114 newhu114 is offline
Registered User
 
Join Date: Jul 2004
Posts: 17
Thanks for your reply.
It is so strange. My user to start the das is db2as。I use this user to start the das.
Also I have rebooted the server when I finished all the steps.
The jdk path is located in "/usr/java131",it is the IBM's jdk installed with the
db2.
Now I have drop the das and create a new one.It is ok now.
However, I feel so strange.
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