- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: tcp_timer: strange state messages occuring rea...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 06:19 AM
04-16-2003 06:19 AM
tcp_timer: strange state messages occuring reason unknown
111 17:46:10 254802275 1 T.. 5321 78 tcp_timer: strange state (-6) [2710,aaf] TCP_CLOSED
***********************************STREAMS/UX*******************************@#%
Timestamp : Tue Apr 01 CST 2003 17:46:10.539178
Process ID : [ICS] Subsystem : STREAMS
User ID ( UID ) : -1 Log Class : ERROR
Device ID : 0 Path ID : 0
Connection ID : 0 Log Instance : 0
Location : 00123
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
112 17:46:10 254802275 1 T.. 5321 78 tcp_timer: strange state (-6) [2710,aae] TCP_CLOSED
***********************************STREAMS/UX*******************************@#%
Timestamp : Tue Apr 01 CST 2003 17:46:10.549043
Process ID : 1980 Subsystem : STREAMS
User ID ( UID ) : 0 Log Class : ERROR
Device ID : 0 Path ID : 0
Connection ID : 0 Log Instance : 0
Location : 00123
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Does any of this ring a bell with anyone?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 06:27 AM
04-16-2003 06:27 AM
Re: tcp_timer: strange state messages occuring reason unknown
You should get the latest ARPA Transport and Streams Patches
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 06:33 AM
04-16-2003 06:33 AM
Re: tcp_timer: strange state messages occuring reason unknown
I believe refers to TCP port 123 which is used by NTP.
Check 123 in /etc/services on client and server.
Know your ntp server?
ntpq -p (* list out *)
/sbin/init.d/xntpd start/stop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 06:33 AM
04-16-2003 06:33 AM
Re: tcp_timer: strange state messages occuring reason unknown
Berlene
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 06:37 AM
04-16-2003 06:37 AM
Re: tcp_timer: strange state messages occuring reason unknown
Symptom:
Message getting displayed on console:
tcp_timer: strange state (-6) [5767,d425] TCP_CLOSED
Defect Description:
The tcp connection was set to TCP_CLOSED without stopping
the timer.
Resolution:
When changing the tcp state to TCP_CLOSED in
the case of a connection waiting to be accepted
the timers on the connection are cleaned up.
( SR:8606224472 CR:JAGad93560 )
I think they are talking about PHNE_24506.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 06:28 AM
04-17-2003 06:28 AM
Re: tcp_timer: strange state messages occuring reason unknown
Any other ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 06:42 AM
04-17-2003 06:42 AM
Re: tcp_timer: strange state messages occuring reason unknown
Making sure the same speed and duplex is being used through out the network beginning with your NIC to switch connection is important.
lanadmin -x PPA
netstat -m
netstat -s -p tcp
sar -u 5 5 (* %idle = 0 *)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 08:02 AM
04-17-2003 08:02 AM
Re: tcp_timer: strange state messages occuring reason unknown
Ron