After several months of running webinator. Now I am getting this error every day when an auto rewalk occours.
Last complete walk: 2003-09-11 06:00:01
002 /usr/home/santel.net/we/wei/public_html/webinator/dowalk(dispatch) 2998: Could not obtain semaphore: No space left on device
000 /usr/home/santel.net/we/wei/public_html/webinator/dowalk(dispatch) 2998: Could not open locking mechanism in the function ddopen
000 /usr/home/santel.net/we/wei/public_html/webinator/dowalk(dispatch) 2998: Could not connect to /home/santel.net/we/wei/webinator/texis/dealer/db1 in the function openntexis
(took seconds)
Failure.
I have done some research on this board and contacted my system administrator and asked him to use IPCS and IPCRM to resolve the problem. Here is his response.
This does not tell me what I need to tweak in the kernel. Here
are the current semaphore params:
> ipcs -S
seminfo:
semmap: 30 (# of entries in semaphore map)
semmni: 10 (# of semaphore identifiers)
semmns: 60 (# of semaphores in system)
semmnu: 30 (# of undo structures in system)
semmsl: 60 (max # of semaphores per id)
semopm: 100 (max # of operations per semop call)
semume: 10 (max # of undo entries per process)
semusz: 92 (size in bytes of undo structure)
semvmx: 32767 (semaphore maximum value)
semaem: 16384 (adjust on exit max value)
What parameter needs to be changed?
I am also concerned that if we increase this it could have
dramatic consequences. If your coding is not right, it could
bring the system down. Please verify these parameters with your
software provider.
What is my next step?
Last complete walk: 2003-09-11 06:00:01
002 /usr/home/santel.net/we/wei/public_html/webinator/dowalk(dispatch) 2998: Could not obtain semaphore: No space left on device
000 /usr/home/santel.net/we/wei/public_html/webinator/dowalk(dispatch) 2998: Could not open locking mechanism in the function ddopen
000 /usr/home/santel.net/we/wei/public_html/webinator/dowalk(dispatch) 2998: Could not connect to /home/santel.net/we/wei/webinator/texis/dealer/db1 in the function openntexis
(took seconds)
Failure.
I have done some research on this board and contacted my system administrator and asked him to use IPCS and IPCRM to resolve the problem. Here is his response.
This does not tell me what I need to tweak in the kernel. Here
are the current semaphore params:
> ipcs -S
seminfo:
semmap: 30 (# of entries in semaphore map)
semmni: 10 (# of semaphore identifiers)
semmns: 60 (# of semaphores in system)
semmnu: 30 (# of undo structures in system)
semmsl: 60 (max # of semaphores per id)
semopm: 100 (max # of operations per semop call)
semume: 10 (max # of undo entries per process)
semusz: 92 (size in bytes of undo structure)
semvmx: 32767 (semaphore maximum value)
semaem: 16384 (adjust on exit max value)
What parameter needs to be changed?
I am also concerned that if we increase this it could have
dramatic consequences. If your coding is not right, it could
bring the system down. Please verify these parameters with your
software provider.
What is my next step?