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 > Informix > Shmdt:errno=22,out of shared memory segment

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-30-04, 22:44
lavenderp lavenderp is offline
Registered User
 
Join Date: Aug 2004
Posts: 8
Shmdt:errno=22,out of shared memory segment

Hi,

My environment is :
Operating system version:AIX 5.2
IDS 7.31UD1
The shared memory uses approximately about 1.5 GB.

Out application is unabled to connect database and I find the error(out of the shared memory segment) in the message log. But the IDS didn't bring down the server,it still online. I can't find what make this happening. So how do I avoid this kind of error and what kind of parameter that I should take care?

Thanks!!
Reply With Quote
  #2 (permalink)  
Old 08-31-04, 00:15
sundialsvcs sundialsvcs is offline
Registered User
 
Join Date: Oct 2003
Posts: 706
The root cause of the problem is that AIX can't allocate a shared-memory segment, or one that large. Has this problem surfaced only recently?
__________________
ChimneySweep(R): fast, automatic
table repair at a click of the
mouse! http://www.sundialservices.com
Reply With Quote
  #3 (permalink)  
Old 08-31-04, 02:16
lavenderp lavenderp is offline
Registered User
 
Join Date: Aug 2004
Posts: 8
Yes,the server did not allocate another share memory segment and the problem is recently happened

Thanks!!
Reply With Quote
  #4 (permalink)  
Old 08-31-04, 09:25
Big Kahuna Big Kahuna is offline
Registered User
 
Join Date: Jan 2003
Posts: 30
Machine specific notes

Check your kernel parameters for the maximum number of shared memory segments.

You are using the the 32-bit version : Check the machine specific notes for your maximum addressable shared memory.

Place SHMTOTAL in your onconfig to limit the shared memory resources of Informix to the actual amount you can get from the operating system.

Do not swap, it kills Informix's performance.

Best regards

Koen
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