cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with ICM

Former Member
0 Kudos

Good day!

I have a problem with my ICM.

It fails when i made many (near 120) HTTP connections to it.

I can see these errors in dev_wo and dev_icm trace files:

I *** ERROR => e=28 semget(3000769,20,2016) (28: No space left on device) [evtux.c 522]

I *** ERROR => EvtOpen(15395) failed: 1 [mpixx.c 4238]

I *** ERROR => MpiIEvtOpen(0) failed: 3 [mpixx.c 1123]

M *** ERROR => ThPlgICreate: MpiCreate2 failed (11) [thxxplg.c 2312]

M *** ERROR => ThGetVirtHostData: ThPlgCreate failed (rc=2) [thxxinfo.c 7652]

My system:

basis 620

bw 3.0b.

Thanks in advance,

Mikhail.

Accepted Solutions (0)

Answers (1)

Answers (1)

JPReyes
Active Contributor
0 Kudos

Hi Mikhail,

first line said "No space left on device"

Check thats there's enought space at the OS level

Regards

Juan

Please reward with points if helpful

Former Member
0 Kudos

Hi Juan, thank you for your response.

It was first what ive checked

I have enough disk space, im sure.

Former Member
0 Kudos

Finally the problem was solved.

The keyword is "semaphore".

Read note 395438 about relevant solaris kernel parameters.

Hope this will help somebody.