Operating System - HP-UX
1834461 Members
2517 Online
110067 Solutions
New Discussion

Never seen this one before! mpc_bindlwp message in syslog

 
SOLVED
Go to solution
Byron Myers
Trusted Contributor

Never seen this one before! mpc_bindlwp message in syslog

N4000 4-way, HP-UX 11.0. syslog messages: "vmunix: mpc_bindlwp: Overriding conflicting mandatory binding!" Then a number of messages like: "vmunix: mpc_bindlwp: Migrating process 24567 from processor 1 to processor 0". All messages move processes from processors 1,2,or 3 to processor 0. Any ideas what this means?
If you can focus your eyes far and straight enough ahead of yourself, you can see the back of your head.
3 REPLIES 3
Jeff Schussele
Honored Contributor
Solution

Re: Never seen this one before! mpc_bindlwp message in syslog

Hi Byron,

See this link:

http://www.docs.hp.com/cgi-bin/otsearch/getfile?id=/hpux/onlinedocs/diag/st/str_0009.htm&searchterms=mpc_bindlwp&queryid=20030210-135524

Appears you may need patch PHKL_21420 (or it's supersede) to clear this up.
It's due to non-MP-safe-calls being made to CPUs other than 0.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Helen French
Honored Contributor

Re: Never seen this one before! mpc_bindlwp message in syslog

Applying the patch PHKL_26001 might resolve this issue. A possible reason for this message can be found from TKB #KBRC00003518:

http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063201301
Life is a promise, fulfill it!
Paul Sperry
Honored Contributor

Re: Never seen this one before! mpc_bindlwp message in syslog

Installing patch PHKL_21420 should solve your problem. We too get the same errors. Make sure that patch PHKL_18543 is installed before you install PHKL_21420.