1755344 Members
5633 Online
108831 Solutions
New Discussion юеВ

Re: dmesg output

 
Lai Hoe Ping
Occasional Contributor

dmesg output

Dear all users,

When I executing dmesg, instead a proper output, it shown errors. Sample as below :

mpc_bindlwp: Overriding conflicting mandatory binding!
mpc_bindlwp: Migrating process 10902 from processor 1 to processor 0!

vxfs: mesg 001: vx_nospace - /dev/vg00/lvol4 file system full (1 block extent)


The bdf command gives :

Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 151552 40609 104335 28% /
/dev/vg00/lvol1 99669 34581 55121 39% /stand
/dev/vg02/lvol1 17776640 15364220 2376256 87% /workdir
/dev/vg00/lvol7 614400 425889 177186 71% /var
/dev/vg00/lvol6 716800 488073 214465 69% /usr
/dev/vg00/lvol5 1048576 216063 783721 22% /tmp
/dev/vg01/lvol3 1024000 62508 901797 6% /report
/dev/vg00/lvol8 348160 199392 139534 59% /opt
/dev/vg00/lvol9 1048576 262600 737428 26% /informix
/dev/vg00/lvol4 512000 115618 371877 24% /home
/dev/vg01/lvol2 10485760 3612676 6468030 36% /eppix
/dev/vg01/lvol1 1536000 645241 838569 43% /cs3

What is those first and second errors indicate? How to resolve them?

The /dev/vg00/lvol4 (/home) still having a lot of free space. Why the error shows 'file system full'?

Thanks in advance.
HP Lai

9 REPLIES 9
Charles McCary
Valued Contributor

Re: dmesg output

Hi the messages about the lvol being full could have occured at an earlier time, that's why home shows ok now.

Bill McNAMARA_1
Honored Contributor

Re: dmesg output

1st error
mpc_bindlwp: Overriding conflicting mandatory binding!
mpc_bindlwp: Migrating process 10902 from processor 1 to processor 0!

The process 10902 is being moved to execute on CPU 0.

What is the application?


2nd error,
get lsof and find out what processes are writing to /home/

It works for me (tm)
Charles McCary
Valued Contributor
Sanjay_6
Honored Contributor

Re: dmesg output

Volker Borowski
Honored Contributor

Re: dmesg output

Hello,

if the error still occurs although the bdf shows free-space you might get the same message if you run out of i-nodes.

check "bdf -i" in addition

Hope this helps
Volker
Lai Hoe Ping
Occasional Contributor

Re: dmesg output

Hi Bill,

We are running EPPIX and CS/3 application on the server. OS = HPUX B.11 and Informix 7.35. The dmesg command is working fine before this.

I tried with lsof command but seems like the OS does not supports it.

Thanks.
HP Lai
Patrick Wallek
Honored Contributor

Re: dmesg output

What exactly do you mean "instead of proper output"? What do you consider proper output for dmesg?

dmesg is a log utility that will record some of the same errors as /var/adm/syslog/syslog.log. The only thing with dmesg is that it has NO TIMESTAMP for the errors. The "filesystem full" error did occurr at some point, but it is NOT occurring at the exact instant that you type dmesg.

dmesg is a fixed size file. This means that once the max size has been reached, the oldest contents of the file will start to disappear as new information is written.

I hope this helps. If not, can you please provide more details of your problem?
Trond Haugen
Honored Contributor

Re: dmesg output

As Patrick explained dmesg displays the last "system messages". If you are looking for the boot messages you will find them in /var/adm/sysylog/syslog.log

Regards,
Trond
Regards,
Trond Haugen
LinkedIn
Martin Johnson
Honored Contributor

Re: dmesg output

You should also look at /etc/rc.log for more information. It may tell you what was runnning when you got he error.


Marty