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 service stopped

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-16-08, 05:42
nittal nittal is offline
Registered User
 
Join Date: Jul 2008
Posts: 131
Question db2 service stopped

Hi all,
I am not able to start db2 service. Plz. Help solve the following error generated in event log while starting db2 service.
db2start : SQL1220N The database manager shared memory set cannot be allocated.
Reply With Quote
  #2 (permalink)  
Old 10-16-08, 08:30
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
First, please supply your DB2 version and OS. 32bit or 64bit? How much memory on the server? What else is running on the server?

SQL1220N The database manager shared memory set cannot be
allocated.

Explanation:

The database manager could not allocate its shared memory set.
The cause of this error may be insufficient memory resources
either for the database manager or the environment in which its
operation is being attempted. Memory resources that can cause
this error include:

o The number of shared memory identifiers allocated in the
system

o The size of the shared memory segment

o The amount of paging or swapping space available in the
system

o The amount of physical memory available in the system



User Response:

One or more of the following:

o Validate that sufficient memory resources are available to
satisfy the database manager's requirements, and those of the
other programs running on the system.

o On Linux 32-bit, increase the kernel parameter shmmax to 256
MB. On Linux 64-bit, increase the kernel parameter shmmax to
1GB.

o Reduce database manager's memory requirement for this memory
set by reducing the database manager configuration
parameters which affect it. These are: maxagents , maxdari
and, numdb .

o Where appropriate, stop other programs using the system.


Andy
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