- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- TCP connections time out after moving to new datac...
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
05-13-2003 07:38 PM
05-13-2003 07:38 PM
This server is connected to a cisco switch and cisco PIX firewall at the datacentre for secutity filtering.
The server at Datacentre timesout on SQL,telnet,etc.. seesions in 20- 30 minutes to local Windows connections (within datacentre) and remote PC connections
I have DEC2002 patch set installed on the server. I have noticed the VNC sessions works fine but any other sessions from a windows PC/Server times out...
Any ideas... do you think "ndd" should be used ??
Thanks
G.Paul
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 08:41 PM
05-13-2003 08:41 PM
Re: TCP connections time out after moving to new datacentre
'netstat ???an | grep ???i ???e vnc ???e 5902'
'lsof -i udp:5902'
???lsof ???i tcp:5902???
Try telnet'ing to the port to see if its open:
# telnet xxx.xxx.xxx.xxx 5902
Trying...
Connected to `hostname`
Escape character is '^]'.
Ports in HP-UX are commented out in /etc/services to be closed, but a separate application like your firewall will be on a router. Check with your network administrator. Common ports that should be open are 'telnet' on port 23, ftp on 21, ntp on 123, http on 80: If these don't show up in netstat or lsof then its a firewall blockage.
Here's a download of 'lsof' if you don't have it yet:
http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.64/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2003 08:51 PM
05-13-2003 08:51 PM
SolutionThe Cisco switch is messing with you.
According to HP there are known problems with Cisco switches set on auto negotiate with HP boxes.
I had the problem myself, lanadmin -x 1 showed 100 BaseT full-duplex, yet I was having all kinds of problems with stability doing Ignite tranfers.
I took the following steps.
1) Set the Cisco switch to 100 BaseT Full-Duplex Manual(hard code) on the switch port. Okay the switch guy did that.
2) Booted the box. lanadmin now showed half duplex.
hmmmm
3) Hard coded the proper settings into the file /etc/rc.config.d/hpbtlanconf
booted again.
Problem solved.
These were L2000/rp5450 boxes with built in and add in 100 BaseT NIC's
My suggestion is probably worth looking into.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 05:54 AM
05-14-2003 05:54 AM
Re: TCP connections time out after moving to new datacentre
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2003 03:48 PM
05-14-2003 03:48 PM
Re: TCP connections time out after moving to new datacentre
I am gonna change the switch to Manual 100 Full DUX and see if the problem goes away!..
the behaviour doesn't seems to be a full port reset.. the connections that are not active for 20-30 minutes get disconnected... while other active connections works fine.
There's no timeout on the profiles or on the switch..
Say if I open an SQL Plus from a windows PC and leave it for 20 minutes..without touching...it will disconnect from the database.. the same with Telnet...and other applications...
When I mentioned the local PCs...I ment the PC/Servers at the datacentre which are on the other side of the firewall...( Yes, it's passing trhu the filtering on the firewall before reaching the PC..
Thanks again, and let me know if you have any suggesions ??? patches ?? (I have DEC 2002) or specific NDD commands ??
I will let you know the Manual settings make a diffrence
G.Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 03:38 AM
05-15-2003 03:38 AM
Re: TCP connections time out after moving to new datacentre
Check for the following in your profiles:
ITRC DOC KBRC00000118
C-SHELL (/bin/csh)
In the HP-UX environment, the C Shell has an automatic logout feature, which automatically logs the user out of their session after one hour of inactivity.
This feature can be overwritten either locally (for a single-user) or globally (for all users):
LOCALLY: Set the following resource line in the user's $HOME/.cshrc file:
set autologout = 0
NOTE: Setting the autologout resource to 0 will set the effective timeout to infinity; forcing the window to stay up as long as the user is logged in.
GLOBALLY: Set the following resource line in the system-wide /etc/csh.login file:
set autologout = 120
NOTE: Setting the autologout resource to 120 will set the effective timeout to 2 hours (or 120 minutes).
NOTE: The autologout resource in the C Shell is set in minutes. Any number of minutes can be specified to this resource's value.
KORN SHELL (/bin/ksh)
In the HP-UX environment, the Korn Shell has a timeout feature called TMOUT. Therefore, if windows are disappearing in your user's Korn Shell environment, you may want to use the env command to look at the environment variable set for this user:
/usr/bin/env
If the TMOUT= environment variable is set to any value greater than 0, the Korn Shell windows will timeout at this specified time.
This feature can be set either locally (for a single-user) or globally (for all users):
LOCALLY: Set the following resource line in the user's $HOME/.profile file:
TMOUT=0
NOTE: Setting the autologout resource to 0 will set the effective timeout to infinity; forcing the window to stay up as long as the user is logged in.
GLOBALLY: Set the following resource line in the system-wide /etc/profile file:
TMOUT=3600
NOTE: Setting the autologout resource to 3600 will set the effective timeout to 1 hour (or 3600 seconds).
NOTE: The TMOUT resource in the Korn Shell is set in seconds. Any number of seconds can be specified to this resource's value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 04:34 AM
05-15-2003 04:34 AM
Re: TCP connections time out after moving to new datacentre
Consequently, nothing should be left automatic anywhere in the network(?).
Please correct me if I'm wrong though, I've also never encountered this 'auto sense' configuration problem to this degree.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 04:54 AM
05-15-2003 04:54 AM
Re: TCP connections time out after moving to new datacentre
BTW, none of these are HP-UX systems, so I suspect it is a PIX issue.
Check with your firewall admin. I suspect that is a default in the PIX configuration.
The auto-config problem manifests itself most noticably during heavy-traffic periods. You will notice that throughput on such connections is very slow, and your switches may be logging errors on the specific links. I've also had boxes (Sun HME interfaces) flap so badly that the Catalyst switches would disable the port.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2003 06:41 AM
05-15-2003 06:41 AM
Re: TCP connections time out after moving to new datacentre
http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/cmdref/tz.htm#1026093
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2003 04:00 PM
05-27-2003 04:00 PM
Re: TCP connections time out after moving to new datacentre
The problem was a combination of Switch and the Firewall. After changing the switch and the server to fixed 100BT Full duplex the time out problem in the middle of SQL and telnet sessions gone away.
We also seems to fix other issues we had with Netbackup backups timing out with Error 41 (network timeout) when it backsup local drives..
The telnet inactive session time out is still occuring, but we know it's exactly after 1hr which points to the PIX timeout on idle sessions:..We are still investigating the exact parameter within PIX (pigs)
thanks again for your contributions...Fourms Rules....!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 02:07 PM
05-28-2003 02:07 PM
Re: TCP connections time out after moving to new datacentre
timeout conn hour/min/sec.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2003 02:44 PM
05-28-2003 02:44 PM
Re: TCP connections time out after moving to new datacentre
(Timeout for PIX VPN translate and idle connections).