1832978 Members
2598 Online
110048 Solutions
New Discussion

Re: System halted

 
Ruben Cardenal
Frequent Advisor

System halted

Hi,

From the syslog.log file:

Jan 23 14:39:36 grecopr2 inetd[553]: login/tcp: accept: No buffer space available
Jan 23 14:39:36 grecopr2 cmlvmd: Failed to accept connections from commands: No buffer space available
Jan 23 14:39:36 grecopr2 cmlvmd: CLVMD exiting
Jan 23 14:39:36 grecopr2 inetd[553]: printer/tcp: accept: No buffer space available
Jan 23 14:39:36 grecopr2 inetd[553]: discard/tcp: accept: No buffer space available
Jan 23 14:39:36 grecopr2 inetd[553]: exec/tcp: accept: No buffer space available
Jan 23 14:39:36 grecopr2 inetd[553]: kshell/tcp: accept: No buffer space available
Jan 23 14:39:36 grecopr2 cmcld: Unable to accept a connection: No buffer space available
Jan 23 14:39:36 grecopr2 inetd[553]: hacl-cfg/tcp: accept: No buffer space available
Jan 23 14:39:36 grecopr2 inetd[553]: ident/tcp: accept: No buffer space available
Jan 23 14:39:36 grecopr2 inetd[553]: telnet/tcp: accept: No buffer space available
Jan 23 14:39:36 grecopr2 inetd[553]: ftp/tcp: accept: No buffer space available
Jan 23 14:39:36 grecopr2 inetd[553]: hacl-probe/tcp: accept: No buffer space available
Jan 23 14:39:36 grecopr2 inetd[553]: dtspc/tcp: accept: No buffer space available
Jan 23 14:39:36 grecopr2 inetd[553]: klogin/tcp: accept: No buffer space available
Jan 23 14:39:36 grecopr2 inetd[553]: daytime/tcp: accept: No buffer space available
Jan 23 14:39:36 grecopr2 remshd[16887]: Connection from 0.0.0.0 on illegal port
Jan 23 14:39:36 grecopr2 inetd[553]: echo/tcp: accept: No buffer space available
Jan 23 14:39:42 grecopr2 cmcld: Processing exit status for service cmlvmd
Jan 23 14:39:42 grecopr2 cmcld: Service cmlvmd terminated due to an exit(1).
Jan 23 14:39:42 grecopr2 cmcld: Halting grecopr2 to preserve data integrity
Jan 23 14:39:42 grecopr2 cmcld: Reason: LVM daemon failed
Jan 23 14:40:04 grecopr2 vmunix:
Jan 23 14:40:04 grecopr2 vmunix: sync'ing disks (0 buffers to flush):
Jan 23 14:40:04 grecopr2 vmunix: 0 buffers not flushed
Jan 23 14:40:04 grecopr2 vmunix: 0 buffers still dirty

And system rebooted. Why?
7 REPLIES 7
Krishna Prasad
Trusted Contributor

Re: System halted

It's hard to tell from the syslog if these messages caused the reboot or where caused by something else?

Did you have HP look at the /var/tombstones/ts99 file? Check the time stamp on these file and see if it close to the time of the reboot. It is possible it will tell you more.

Also, if you have any files in /var/adm/crash that you can run Q4 against.

Hope this helps
Positive Results requires Positive Thinking
Jeff Machols
Esteemed Contributor

Re: System halted

Steve Steel
Honored Contributor

Re: System halted

Hi

There is a known issue where ServiceGuard
aborts as result of the accept() system call returning an ENOBUFS,
"No buffer space available".

This issue where the Serviceguard daemon aborts as a result of the
accept() returning an ENOBUFS is a known problem fixed in Serviceguard
versions A.11.07 and beyond where a check has been added for the
EINVAL and ENOBUFS conditions.
nown problem

Which version do you have


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Paula J Frazer-Campbell
Honored Contributor

Re: System halted

Ruben

Please attach your ts99 file.

Paula
If you can spell SysAdmin then you is one - anon
Frederic Sevestre
Honored Contributor

Re: System halted

Hi,

The reboot was caused by service guard.
The cmlvmd was not able to talk with the other node so it exit and cause a TOC.
I don't know the reason of the "no buffer space".

Fr??d??ric
Crime doesn't pay...does that mean that my job is a crime ?
melvyn burnard
Honored Contributor

Re: System halted

This has nothing to do with tombstones etc.
The reason the system rebooted is in the log file:

>Jan 23 14:39:36 grecopr2 cmlvmd: CLVMD exiting
and you appear to have run out of memory for networking:

Jan 23 14:39:36 grecopr2 cmcld: Unable to accept a connection: No buffer space available
Jan 23 14:39:36 grecopr2 inetd[553]: hacl-cfg/tcp: accept: No buffer space available
Jan 23 14:39:36 grecopr2 inetd[553]: hacl-probe/tcp: accept: No buffer space available
Jan 23 14:39:36 grecopr2 inetd[553]: dtspc/tcp: accept: No buffer space available
Jan 23 14:39:36 grecopr2 inetd[553]: klogin/tcp: accept: No buffer space available
Jan 23 14:39:36 grecopr2 inetd[553]: daytime/tcp: accept: No buffer space available

Hence CMCLD decides cmlvmd is no longer working, and then perfoms and orderly shutdown of the system:

Jan 23 14:39:42 grecopr2 cmcld: Processing exit status for service cmlvmd
Jan 23 14:39:42 grecopr2 cmcld: Service cmlvmd terminated due to an exit(1).
Jan 23 14:39:42 grecopr2 cmcld: Halting grecopr2 to preserve data integrity
Jan 23 14:39:42 grecopr2 cmcld: Reason: LVM daemon failed
Jan 23 14:40:04 grecopr2 vmunix:
Jan 23 14:40:04 grecopr2 vmunix: sync'ing disks (0 buffers to flush):
Jan 23 14:40:04 grecopr2 vmunix: 0 buffers not flushed
Jan 23 14:40:04 grecopr2 vmunix: 0 buffers still dirty


So that is why the system rebooted ServiceGuard told it to.
As to why ytoiu ran out of memory? could be memory leak or you simply have insufficient memory.

My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Steve Steel
Honored Contributor

Re: System halted

Hi

There is a known problem.

See my previous addition.


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)