Wuhai’s Weblog

November 24, 2010

DB2 Load failed with “Unable to start a child process or thread”

Filed under: Solaris — wuhai @ 3:07 pm

It turns out DB2 db2sysc process was having too low max semid:

bash-3.00# prctl 5517
process: 5517: db2sysc

..

project.max-sem-ids
privileged      128       -   deny                                 -
system          16.8M     max   deny                                 -

..

 

Changed it to 4000 and it is working fine:

prctl -n project.max-sem-ids -r -v 4000 5517

 

Advertisement

Leave a Comment »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Theme: Rubric. Blog at WordPress.com.

Follow

Get every new post delivered to your Inbox.