[help] very need help for solaris TCP


 
Thread Tools Search this Thread
Operating Systems Solaris [help] very need help for solaris TCP
# 1  
Old 10-03-2006
Error [help] very need help for solaris TCP

hi expert,

hi all very need help please advice, i have v890 production server (gateway server) which running on telecommunication application (e.g USSD application) on this few month i have a problem with the connection to application server, for 2 - 3 hours the connection always down and cannot reconnect to the application server again. info that the connection listen at port 5000, below i had capture from netstat command :

10.1.1.8.5000 10.2.2.6.41229 49640 0 65700 0 CLOSE_WAIT
FIN_WAIT_2
10.1.1.8.5000 10.1.8.1.35990 49640 0 65700 0 FIN_WAIT_2
10.1.1.8.5000 10.2.2.6.54152 5840 0 66608 0 TIME_WAIT
10.1.1.8.5000 10.1.8.1.35995 49640 0 65700 0 FIN_WAIT_2

note :too many CLOSE_WAIT,FIN_WAIT and TIME_WAIT if the connection down.

i had try to configure this :

mapadm@USSDGsem-1:etc/rc2.d% /usr/sbin/ndd -get /dev/tcp tcp_xmit_hiwat
65535
mapadm@USSDGsem-1:etc/rc2.d% /usr/sbin/ndd -get /dev/tcp tcp_recv_hiwat
65535
mapadm@USSDGsem-1:etc/rc2.d% /usr/sbin/ndd -get /dev/tcp tcp_cwnd_max
65534
mapadm@USSDGsem-1:etc/rc2.d% /usr/sbin/ndd -get /dev/tcp tcp_time_wait_interval
5000
mapadm@USSDGsem-1:etc/rc2.d% /usr/sbin/ndd -get /dev/tcp tcp_ip_abort_interval
30000
mapadm@USSDGsem-1:etc/rc2.d% /usr/sbin/ndd -get /dev/tcp tcp_fin_wait_2_flush_interval
10000

but still get too much CLOSE_WAIT,FIN_WAIT and TIME_WAIT.


please any advice ??


Thank you for your attention


Best Regards,

wu
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Too much TCP retransmitted and TCP duplicate on server Oracle Solaris 10

I have problem with oracle solaris 10 running on oracle sparc T4-2 server. Os information: 5.10 Generic_150400-03 sun4v sparc sun4v Output from tcpstat.d script TCP bytes: out outRetrans in inDup inUnorder 6833763 7300 98884 0... (2 Replies)
Discussion started by: insatiable1610
2 Replies

2. IP Networking

[solaris]TCP clnt_max_conns testing tuning

Hi I am looking to tweek the rpcmod:clnt_max_conns to take advantage of extra bandwidth. I am running iperf -c <server_ip> -t 1800 -i 10 to check the throughput before and after I change the value in /etc/system, but not seeing any throughput improvement. How should I be testing this? Any... (4 Replies)
Discussion started by: eeisken
4 Replies

3. Solaris

TCP listner on Solaris server

Hi, I am having a solaris server. I want to start a dummy TCP listner on UNIX OS on a specific port can anyone please let me know the process. IP ADDRESS: 123.123.123.123 Port: 8010 (1 Reply)
Discussion started by: mayank2211
1 Replies

4. Solaris

Problem in connecting TCP services between 2 Solaris Servers

Hi, I have 3 solaris servers. Two servers of differnet network and one gateway. Server1 --> 192.168.0.1 --> Solaris 9 Server2 --> 10.27.40.2 --> Solaris 10 Server3 --> Iface1 --> 192.168.0.5 --> Solaris 10 --> Gateway Iface2 --> 10.27.40.5 Now I am able to ssh... (36 Replies)
Discussion started by: neel.gurjar
36 Replies

5. Solaris

TCP splicing for Solaris 10

Hi, How can I do tcp splicing in Solaris 10 ? Is there any software for this in solaris 10? Like in Linux there is "tcpsp-0.0.5.tar.gz" from following link: TCPSP Software - an open source TCP splicing implmentation Thanks n please help NeeleshG (1 Reply)
Discussion started by: neel.gurjar
1 Replies

6. Solaris

logging solaris 10 tcp-wrappers

I want to log tcp-wrapper events Solaris 10. I researched and saw that I could make a syslog entry in the hosts.deny, which I did below. After restarting syslog and having ssh blocking, I see nothing logging. I also do not get the email that should be generated. The file was taken from a... (2 Replies)
Discussion started by: csgonan
2 Replies

7. Solaris

Locked TCP port in Solaris 10

Hi all I haven't had much experience with Solaris 10 but we've started running into a problem where a process hangs, it is killed and leaves a zombie process. The sysadmins are saying this zombie process is locking a tcp port and not allowing the process to start up. The process is a usually... (5 Replies)
Discussion started by: casphar
5 Replies

8. Solaris

How can i Configure TCP Keepalive on sun solaris 9 machine?

I've installed sun solaris 9 and i need to know how can i enable TCP Keepalive to ping socket connections every 300 seconds? Thanks, Mohammed Amin (1 Reply)
Discussion started by: m_amin
1 Replies

9. IP Networking

Solaris 8 on Intel TCP/IP

I have just installed solaris 8 for Intel on one of my machines at home and I have a cable modem connection with a static IP and I am using a linksys cable/dsl router to assign IP's to my machines. I was wondering if any of you guys know the specific files and examples of the files I have to... (2 Replies)
Discussion started by: reggie316
2 Replies

10. IP Networking

configure TCP/IP for solaris 8

Hello, I have 4 unix (Solaris 8) stations need to setup on network. what is a easy way and quick to setup TCP/IP so I can bring it online?. Please advise! (3 Replies)
Discussion started by: phapvn
3 Replies
Login or Register to Ask a Question