The posting got messed-up.

When do they going to fix the hassle with the "LESS THAN" symbol.

anyway, here it goes again

If just a single instance was running, do the following

1, ipcs --note the shmid and semid from the result

2, ipcrm shm shmid_value from 1

3, ipcrm sem semid_value from 1

Note: The command syntax may be different in different Unix platform.

Also, if you rae running more instnace on the same machine the procedure is little different