cancel
Showing results for 
Search instead for 
Did you mean: 

Semaphore-Management Error

Former Member
0 Kudos

Hi

My dev_dsip shows the following, what is the reason? How to overcome?

      • ERROR => ShmCleanup: Inv. Key=62 [shmux.c 3210]

      • ERROR => ShmCleanup(62) failed 2 [mpixx.c 3239]

MpiCleanup() -> 1

removing Semaphore-Management

      • ERROR => e=1 semctl(47677443,0,IPC_RMID,..) (1: Operation not permitted) [semux.c 2182]

closing connect handles (dgm + tcp)

***LOG Q05=> DpHalt, DPStop ( 7160) [dpxxdisp.c 11329]

      • shutdown completed - server stopped ***

Thanks

Rajesh.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi,

It means the system is unable to release the shared memory for segment 47677443 (due to permissions, most likely) . To solve you can try cleanipc or ipcs depending on your OS

Regards,

Mike

Former Member
0 Kudos

I'm using SUSE10.

Ran

cleanipc 00 remove (for CI) and

cleanipc 01 remove (for ASCS), but no luck.

Former Member
0 Kudos

a system restart worked ! no other way

Thanks Mike