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 9.5 behaviour in Solaris 10

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-30-09, 04:24
srinivasganapathi srinivasganapathi is offline
Registered User
 
Join Date: Jun 2009
Posts: 2
Db2 9.5 behaviour in Solaris 10

Hi,

we are using db2 9.5 in solaris 10. DB2 is clustered and we are using SAN as storage . We r facing a wierd problem with db2. The database takes a long time to connect (3-5 min and sometimes more than 5 hours ) . The database usage by our application is very minimal. One DB we are using for Msgbroker , 2nd DB for Application and 3rd for Logging.

We are having 3 databases of which 1 is connecting very fast (APPLICATION DB in secs ) .. we have tuned the kernel parameters also ... We have also kept most of the db cfg as AUTOMATIC ..

set msgsys:msginfo_msgmax=65535
set msgsys:msginfo_msgmni=3584
set semsys:seminfo_semmni=4096
set shmsys:shminfo_shmmax=15099494
set shmsys:shminfo_shmmni=4096

We have set the above by running "db2osconf -m 64 -n 4" ( memory = 64GB , cpu -4)

Please help us on this ........

thanks ..
Reply With Quote
  #2 (permalink)  
Old 06-30-09, 15:17
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,810
How long does it take you to connect to the db from the command line? Is it just the first connection to the db that is taking a long time? Try to activate the db using the activate db command and then compare the results.
Reply With Quote
  #3 (permalink)  
Old 07-04-09, 01:22
srinivasganapathi srinivasganapathi is offline
Registered User
 
Join Date: Jun 2009
Posts: 2
Cool

Hi Bella... Thanks for your reply ...

i have resolved this issue ... the problem was with the Netbackup tape drive . When given a connection request db2 first logs the request and then only logs in .. my problem was that netbackup program was repeatedly trying to access these files and it was taking long time to return the control to db2 ....

Thanks anywayzz ....
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