dbTalk Databases Forums  

ASE 15.0.2 && periodic message: kernel Cannot read, host process disconnected

comp.databases.sybase comp.databases.sybase


Discuss ASE 15.0.2 && periodic message: kernel Cannot read, host process disconnected in the comp.databases.sybase forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
rebelde
 
Posts: n/a

Default ASE 15.0.2 && periodic message: kernel Cannot read, host process disconnected - 12-30-2010 , 02:49 AM






Hello,

We have an installation on Linux SLES10 with ASE 15.0.2 and a lot of ASE
clients connected. All day long with a periodic of exactly 5 minutes we
see in the ASE log file the following messages(no other messages):

....
00:00000:00063:2010/12/29 00:00:21.23 kernel Cannot read, host process disconnected: spid: 63
00:00000:00029:2010/12/29 00:05:21.75 kernel Cannot read, host process disconnected: spid: 29
00:00000:00065:2010/12/29 00:10:22.70 kernel Cannot read, host process disconnected: spid: 65
00:00000:00087:2010/12/29 00:15:32.29 kernel Cannot read, host process disconnected: spid: 87
00:00000:00091:2010/12/29 00:20:32.29 kernel Cannot read, host process disconnected: spid: 91
00:00000:00020:2010/12/29 00:25:32.40 kernel Cannot read, host process disconnected: spid: 20
00:00000:00088:2010/12/29 00:30:32.31 kernel Cannot read, host process disconnected: spid: 88
00:00000:00108:2010/12/29 00:35:32.38 kernel Cannot read, host process disconnected: spid: 108
00:00000:00093:2010/12/29 00:40:32.39 kernel Cannot read, host process disconnected: spid: 93
00:00000:00055:2010/12/29 00:45:32.31 kernel Cannot read, host process disconnected: spid: 55
00:00000:00058:2010/12/29 00:50:32.51 kernel Cannot read, host process disconnected: spid: 58
00:00000:00045:2010/12/29 00:55:32.42 kernel Cannot read, host process disconnected: spid: 45
00:00000:00084:2010/12/29 01:00:32.70 kernel Cannot read, host process disconnected: spid: 84
00:00000:00060:2010/12/29 01:05:32.80 kernel Cannot read, host process disconnected: spid: 60
00:00000:00070:2010/12/29 01:10:32.82 kernel Cannot read, host process disconnected: spid: 70
....

and as well in our ASE client messages we have no hints about a mal
function;

What could cause the above messages? Thanks

matthias
--
http://www.unixarea.de/

Reply With Quote
  #2  
Old   
Rob V
 
Posts: n/a

Default Re: ASE 15.0.2 && periodic message: kernel Cannot read, host processdisconnected - 12-30-2010 , 04:35 PM






On 30-Dec-2010 09:49, rebelde wrote:
Quote:
Hello,

We have an installation on Linux SLES10 with ASE 15.0.2 and a lot of ASE
clients connected. All day long with a periodic of exactly 5 minutes we
see in the ASE log file the following messages(no other messages):

...
00:00000:00063:2010/12/29 00:00:21.23 kernel Cannot read, host process disconnected: spid: 63
00:00000:00029:2010/12/29 00:05:21.75 kernel Cannot read, host process disconnected: spid: 29
00:00000:00065:2010/12/29 00:10:22.70 kernel Cannot read, host process disconnected: spid: 65
00:00000:00087:2010/12/29 00:15:32.29 kernel Cannot read, host process disconnected: spid: 87
00:00000:00091:2010/12/29 00:20:32.29 kernel Cannot read, host process disconnected: spid: 91
00:00000:00020:2010/12/29 00:25:32.40 kernel Cannot read, host process disconnected: spid: 20
00:00000:00088:2010/12/29 00:30:32.31 kernel Cannot read, host process disconnected: spid: 88
00:00000:00108:2010/12/29 00:35:32.38 kernel Cannot read, host process disconnected: spid: 108
00:00000:00093:2010/12/29 00:40:32.39 kernel Cannot read, host process disconnected: spid: 93
00:00000:00055:2010/12/29 00:45:32.31 kernel Cannot read, host process disconnected: spid: 55
00:00000:00058:2010/12/29 00:50:32.51 kernel Cannot read, host process disconnected: spid: 58
00:00000:00045:2010/12/29 00:55:32.42 kernel Cannot read, host process disconnected: spid: 45
00:00000:00084:2010/12/29 01:00:32.70 kernel Cannot read, host process disconnected: spid: 84
00:00000:00060:2010/12/29 01:05:32.80 kernel Cannot read, host process disconnected: spid: 60
00:00000:00070:2010/12/29 01:10:32.82 kernel Cannot read, host process disconnected: spid: 70
...

and as well in our ASE client messages we have no hints about a mal
function;

What could cause the above messages? Thanks

matthias
It just means the client for that spid has disappeared without politely
disconnecting and informing the ASE server. So the ASE server at some
point finds out that the client is no longer there, and then reports
this message.
As far as ASE is concerned, there's nothing wrong or harmful about this.
It can happen because of many reasons, like pulling the power plug on
the PC where the client runs. But given that you say it happens at
regular intervals, maybe there's a KEEPALIVE setting set to 5 minutes
somewhere?

It may be interesting to figure out if those disconnected spids have
something in common (like: are they all coming from the same host?).
When you set this config param:

sp_configure 'log audit logon success', 1

.... then ASE will write the username, spid and IP address of the client
host to the ASE errorlog for every new connection. That way you can
perhaps gain some more insights.

HTH,

Rob V.
-----------------------------------------------------------------
Rob Verschoor

Certified Sybase Professional DBA for ASE 15.0/12.5/12.0/11.5/11.0
and Replication Server 15.0.1/12.5 // TeamSybase

Author of Sybase books (order online at www.sypron.nl/shop):
"Tips, Tricks& Recipes for Sybase ASE" (ASE 15 edition)
"The Complete Sybase ASE Quick Reference Guide"
"The Complete Sybase Replication Server Quick Reference Guide"

rob (AT) NO (DOT) SPAM.sypron.nl | www.sypron.nl | Twitter: @rob_verschoor
Sypron B.V., The Netherlands | Chamber of Commerce 27138666
-----------------------------------------------------------------

Reply With Quote
  #3  
Old   
rebelde
 
Posts: n/a

Default Re: ASE 15.0.2 && periodic message: kernel Cannot read, host process disconnected - 01-01-2011 , 03:49 AM



Rob V wrote:

Quote:
On 30-Dec-2010 09:49, rebelde wrote:
....
00:00000:00060:2010/12/29 01:05:32.80 kernel Cannot read, host process
disconnected: spid: 60
00:00000:00070:2010/12/29 01:10:32.82 kernel Cannot read, host process
disconnected: spid: 70 ...

and as well in our ASE client messages we have no hints about a mal
function;

What could cause the above messages? Thanks

matthias

It just means the client for that spid has disappeared without politely
disconnecting and informing the ASE server. So the ASE server at some
point finds out that the client is no longer there, and then reports
this message.
As far as ASE is concerned, there's nothing wrong or harmful about this.
It can happen because of many reasons, like pulling the power plug on
the PC where the client runs. But given that you say it happens at
regular intervals, maybe there's a KEEPALIVE setting set to 5 minutes
somewhere?

It may be interesting to figure out if those disconnected spids have
something in common (like: are they all coming from the same host?).
When you set this config param:

sp_configure 'log audit logon success', 1

... then ASE will write the username, spid and IP address of the client
host to the ASE errorlog for every new connection. That way you can
perhaps gain some more insights.
The ASE-clients are UNIX application servers running on the same host as
ASE. The clients of these servers are running on PC connecting through TCP
ports to the application servers. In their log files are similar
connect/disconnect requests all 5 minutes and all from one specific PC.
Will check what's doing this PC, perhaps some kind of regular interval port
scan or port monitor.

Thanks for the hint regarding 'log audit logon...'

matthias

Reply With Quote
  #4  
Old   
rebelde
 
Posts: n/a

Default Re: ASE 15.0.2 && periodic message: kernel Cannot read, host process disconnected - 01-10-2011 , 03:47 AM



rebelde wrote:

Quote:
The ASE-clients are UNIX application servers running on the same host as
ASE. The clients of these servers are running on PC connecting through TCP
ports to the application servers. In their log files are similar
connect/disconnect requests all 5 minutes and all from one specific PC.
Will check what's doing this PC, perhaps some kind of regular interval
port scan or port monitor.
To close this thread: A Nagios port scanner/monitor was causing this.

matthias

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.