IPC errors on Solaris

kieranm

Member
Hi everyone

We've been getting a lot of IPC errors in our logs on our system and the system has been crashing once or twice a week. Has anyone else running Solaris etc had simlar issues? This seems to happen at random times of the day and can be a real pain with our subsystem jobs. Here is an example of the errors we are getting in our server logs


13633 Fri Mar 5 10:55:04 2004 ipcsysv.c2348
IPC3000003 - Multiple simultaneous IPC timeouts.

13633 Fri Mar 5 10:57:05 2004 jdeksec.c3212
KNT0000306 - JDENET Error = eTimeOut

13633 Fri Mar 5 10:57:05 2004 netqueue.c138
putExternalQueue (net) failed for msg id 105440.

13633 Fri Mar 5 10:57:05 2004 jdeksec.c3195
KNT0000305 - JDENET Error = JDENET eIPCErr: eIPCNotFound

Thanks in advance

Kieran Mahony

ERP8, Sp19_E1, Solaris 5.8, Oracle 8.1.7.3
 
What do you have the MaxNumberofSemaphores set to? Also, where does your semaphore range start in your JDE.INI on the server?
 
What do you have this values set to in your server INI file

maxNumberOfSemaphores=
startIPCKeyValue=
 
Hi
Here's the relevant section from our server ini file. We've tried a few IPC ranges but none have been very stable.

[JDEIPC]
ipcTrace=0
#maxNumberOfSemaphores=200
maxNumberOfSemaphores=400
# Increased from default 5000, Nov 28 2003
#startIPCKeyValue=7000
# Increased from 7000, Dec 10 2003
#startIPCKeyValue=8000
startIPCKeyValue=9000

Thanks
Kieran
 
Back
Top