Sponsored Content
Operating Systems Solaris [help] very need help for solaris TCP Post 302091426 by bucci on Monday 2nd of October 2006 11:09:19 PM
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
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
ndd(1M) 						  System Administration Commands						   ndd(1M)

NAME
ndd - get and set driver configuration parameters SYNOPSIS
ndd [-set] driver parameter [value] DESCRIPTION
ndd gets and sets selected configuration parameters in some kernel drivers. Currently, ndd only supports the drivers that implement the TCP/IP Internet protocol family. Each driver chooses which parameters to make visible using ndd. Since these parameters are usually tightly coupled to the implementation, they are likely to change from release to release. Some parameters may be read-only. If the -set option is omitted, ndd queries the named driver, retrieves the value associated with the specified parameter, and prints it. If the -set option is given, ndd passes value, which must be specified, down to the named driver which assigns it to the named parameter. By convention, drivers that support ndd also support a special read-only parameter named ``?'' which can be used to list the parameters supported by the driver. EXAMPLES
Example 1: Getting Parameters Supported By The TCP Driver To see which parameters are supported by the TCP driver, use the following command: example% ndd /dev/tcp ? The parameter name ``?'' may need to be escaped with a backslash to prevent its being interpreted as a shell meta character. The following command sets the value of the parameter ip_forwarding in the dual stack IP driver to zero. This disables IPv4 packet forward- ing. example% ndd -set /dev/ip ip_forwarding 0 Similarly, in order to disable IPv6 packet forwarding, the value of parameter ip6_forwarding example% ndd -set /dev/ip ip6_forwarding 0 To view the current IPv4 forwarding table, use the following command: example% ndd /dev/ip ipv4_ire_status To view the current IPv6 forwarding table, use the following command: example% ndd /dev/ip ipv6_ire_status ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ SEE ALSO
nca(1), ioctl(2), attributes(5), arp(7P), ip(7P), ip6(7P), tcp(7P), udp(7P) NOTES
The parameters supported by each driver may change from release to release. Like programs that read /dev/kmem, user programs or shell scripts that execute ndd should be prepared for parameter names to change. The ioctl() command that ndd uses to communicate with drivers is likely to change in a future release. User programs should avoid making dependencies on it. The meanings of many ndd parameters make sense only if you understand how the driver is implemented. SunOS 5.10 8 Nov 1999 ndd(1M)
All times are GMT -4. The time now is 10:16 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy