Sponsored Content
Operating Systems Linux Ansible installation fails on standalone Oracle Linux Post 303036744 by Neo on Wednesday 10th of July 2019 06:05:41 AM
Old 07-10-2019
Try to increase your TCP/IP keepalive parameters:

Code:
Connection timed out after 30001 milliseconds


Linux has built-in support for keepalive.

You also need procfs support and sysctl support to be able to configure the kernel parameters at runtime.

README:

Quote:
The procedures involving keepalive use three user-driven variables:

tcp_keepalive_time

the interval between the last data packet sent (simple ACKs are not considered data) and the first keepalive probe; after the connection is marked to need keepalive, this counter is not used any further

tcp_keepalive_intvl

the interval between subsequential keepalive probes, regardless of what the connection has exchanged in the meantime

tcp_keepalive_probes

the number of unacknowledged probes to send before considering the connection dead and notifying the application layer
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Installation Procedure of UNIX on a standalone pc

Hi, I am nil about UNIX and i want to learn about. For this i want to install UNIX 5.0 on my home pc. Anyone please tell me the procedure to install it. The partition and all etc. etc.. My pc configuration is P-IV, 1.7GHz 40 GB HDD With regards, Phani (1 Reply)
Discussion started by: phanikmv
1 Replies

2. Solaris

X-windows Problem /GUI Installation fails

Guys, I am trying to install few products on my solaris 10 box. One of these installation would go as GUI installation. Whenever i run the setup, it throws an error message saying that GUI could not be started. What all things i need to check on server side as well as client (my windows... (0 Replies)
Discussion started by: ak835
0 Replies

3. UNIX for Advanced & Expert Users

make test fails for DBD::Oracle installation

I've already installed the DBI Perl Module with no issues and now I'm attempting to install the DBD::Oracle driver on a Red Hat Enterprise 4 server and am having some trouble. I've checked through the forums and haven't seen anything helpful at this point. Everything goes fine during the perl... (1 Reply)
Discussion started by: pstrosnyder
1 Replies

4. UNIX and Linux Applications

Installation of Oracle Reports 6i on Linux

Hi, We are planning for a report generation program in Linux.For that we are planning to use Oracle reports 6i on linux. Could anybody please confirm if the Oracle 6i reports are compatible on Linux (0 Replies)
Discussion started by: Pavan Pusuluri
0 Replies

5. Shell Programming and Scripting

Perl connect to remote oracle db without local oracle installation

I want to use Perl to connect to a remote Oracle DB I have no oracle installation on my server (and dont plan on installing one) I am using solaris 9 on x86 server. Is this possible? I basically want to run some basic sql queries on the remote oracle db which I have access to using perl on my... (0 Replies)
Discussion started by: frustrated1
0 Replies

6. UNIX for Dummies Questions & Answers

Installation of Oracle 11g on ubuntu linux.

Dear Folks, I'm installing oracle 11g on ubuntu linux, currently I'm trying an option to increase the file system for a mount point ORACLE_HOME=/d01/oracle, for this file system the requirement to have at least 4GB free space, could you please let me know a way to increase the file system. also... (2 Replies)
Discussion started by: rajivatnova
2 Replies

7. UNIX for Advanced & Expert Users

Grub installation fails in Linux BMR..

Hi all, This topic is purely on a problem in installing grub in my LINUX BMR process... A major problem too.. I am designing Linux BMR where i do the following.. Backup the " / " as a whole .. with partition details ..etc And using the Knoppix Live CD i first create the partitions... (1 Reply)
Discussion started by: selvarajvs
1 Replies

8. UNIX for Advanced & Expert Users

Grub Installation fails with stage1 error

Hi, I have a problem in installing grub where the error thrown as " /grub/stage1 file not found" but the stage1, stage2 files are present in the /boot/grub/ folder. I do this grub install in the final step of the Linux BMR that i have designed. In the CentOs version above 6.0 the grub... (0 Replies)
Discussion started by: selvarajvs
0 Replies

9. UNIX for Dummies Questions & Answers

Openvz installation fails

Hello, I have a problem So I want to install this openvz. I run command apt-get install linux-image-openvz-amd64 and after that I check whether everything went ok with uname -r. But it seems that openvz is nowhere to be found. Why is that? All I see is 2.6.32-5-xen-amd64. Also when I try to... (1 Reply)
Discussion started by: linas
1 Replies

10. AIX

DB2 10.5 un-installation Fails

AIX 7.1 on Power7 Platform. I am doing this as root. OK, somehow my instance is stuck and I cannot create any new instances for the 10.5 (db2icrt gets to step 2 of creation and sits. Have let it sit for 45minutes). db2ilist shows the instance, but deleting it says there is no instance. Tried to... (1 Reply)
Discussion started by: mrmurdock
1 Replies
sys_attrs_inet(5)						File Formats Manual						 sys_attrs_inet(5)

NAME
sys_attrs_inet - inet subsystem attributes DESCRIPTION
This reference page lists and describes attributes for the Internet (inet) kernel subsystem. Refer to the sys_attrs(5) reference page for an introduction to the topic of kernel subsystem attributes. The number of hash buckets in the kernel interface alias table (in_ifaddr). The value of the inifaddr_hsize attribute is always rounded down to the nearest power of 2. The maximum value is 512. Default value: 32 (hash buckets) Minimum value: 16 Maximum value: 512 The default Internet Protocol (IP) time-to-live value. Default value: DEFTTL, or 64 (router hops) Minimum value: 0 Maximum value: 255 A value that enables (1) or disables (0) a check to determine whether an IP datagram whose destination address is a directed broad- cast address has been received on the interface corresponding to that broadcast address. Default value: 0 (disabled) A value that enables (1) or disables (0) a system's ability to forward IP packets that are not addressed to the system. This func- tionality is usually enabled by using the /usr/sbin/iprsetup command. Default value: 0 (disabled) For systems functioning as routers, both ipforwarding and ipgateway attributes must be 1. Maximum time an IP fragment can spend waiting to be reassembled. Default value: IPFRAGTTL (60, in units of .5 seconds, or 30 seconds) Minimum value: 1 Maximum value: INT_MAX, or 2 billion A value that enables (1) or disables (0) a system's ability to forward IP packets that are not addressed to the system. This func- tionality is usually enabled by using the /usr/sbin/iprsetup command. Default value: 0 (disabled) For systems functioning as routers, both ipforwarding and ipgateway attributes must be 1. The number of times a system can simultaneously make outgoing connections to other systems. The number of outgoing ports is the value of the ipport_userreserved attribute minus the value of the ipport_userreserved_min attribute. The default value of the attribute is 5000; therefore, the default number of outgoing ports is 3976. Default value: 5000 Minimum value: 1 Maximum value: 65535 The lower limit of range of port numbers available for use by a TCP or UDP application. The number of outgoing ports is the value of the ipport_userreserved attribute minus the value of the ipport_userreserved_min attribute. The default value of the attribute is 5000; therefore, the default number of outgoing ports is 3976. Default value: 1024 Minimum value: 1 Maximum value: 65535 Maximum length of the IP input queue (ipintrq) before input packets are dropped. Default value: 1024 (bytes) Minimum value: 1024 Maximum value: 65535 Maximum number of IP input queues. Default value: 1 (queues) Minimum value: 1 Maximum value: 64 A value that enables (1) or disables (0) the sending of ICMP redirect messages. Default value: 1 (enabled) Enables (1) or disables (0) source routing. Default value: 1 (enabled) Time to wait after a decrease in a PMTU value before attempting to determine if the PMTU value has increased. Default value: PMTU_DECREASE_INTVL, or 1200 (in units of .5 seconds) Minimum value: 1 Maximum value: UINT_MAX, or 4 billion A value that enables (1) or disables (0) discovery of the path maximum transfer unit (PMTU). Default value: 1 (enabled) Time to wait after an increase in a PMTU value before attempting to determine if the PMTU has increased. Default value: PMTU_INCREASE_INTVL, or 240 (in units of .5 seconds) Minimum value: 1 Maximum value: UINT_MAX, or 4 billion The timer processing interval for routes participating in the PMTU discovery process. Default value: PMTU_RT_CHECK_INTVL, or 20 (in units of .5 seconds) Minimum value: 1 Maximum value: UINT_MAX, or 4 billion A value that enables (1) or disables (0), consideration of all IP addresses in the same network as being local. When this value is 1, all IP addresses that are in different subnets but in the same network are considered local. When this value is 0, only the IP addresses that match a directly connected subnet are considered local. Default value: 1 (enabled) The number of Transmission Control Protocol (TCP) hash tables. Default value: 1 (table) Minimum value: 1 Maximum value: 64 The number of buckets in the TCP inpcb hash table. Default value: 512 (buckets) Minimum value: 0 Maximum value: INT_MAX, or 2 billion Enables (1) or disables (0) optimization of the listen path for server sockets. Default value: 1 (enabled) A value that enables (1) or disables (0) 4.2 BSD-compatible behavior for the initial send sequence of numbers and keepalives. Default value: 1 (enabled) The number of initial segments to send during congestion window negotiation. Default value: 2 (segments) Minimum value: 1 Maximum value: UINT_MAX, or 4 billion A value that enables (0) or disables (1) window scaling. Default value: 0 (enabled) Note The values for disabling and enabling are the reverse of what they are for most other attributes. A value that enables (1) or disables (0) TCP keepalive for all sockets. TCP keepalive supports the periodic transmission of messages on a connected socket in order to keep connections active. If keepalive is enabled, sockets that do not exit cleanly are cleaned up when the keepalive interval expires. If keepalive is not enabled, those sockets will continue to exist until you reboot the sys- tem. Default value: 0 (disabled) Applications enable keepalive for sockets by setting the setsockopt() function's SO_KEEPALIVE option. Use the tcp_keepalive_default attribute to override programs that do not set keepalive on their own, particularly if you have no access to the sources for those programs. Maximum number of keepalive probes that can be sent before a connection is dropped. Default value: TCPTV_KEEPCNT, or 8 (probes) Minimum value: 1 Maximum value: 32767 Idle time before the first keepalive probe. Default value: TCPTV_KEEP_IDLE, or 14400 (in units of .5 seconds) Minimum value: 1 Maximum value: 32767 Initial connect timeout. Default value: TCPTV_KEEP_INIT, or 150 (in units of .5 seconds) Minimum value: 1 Maximum value: 32767 Time between keepalive probes. Default value: TCPTV_KEEP_INTVL, or 150 (in units of .5 seconds) Minimum value: 1 Maximum value: 32767 The maximum lifetime of a TCP segment. Default value: 60 (in units of .5 seconds) Minimum value: 1 Maximum value: 2 billion Default maximum segment size. Default value: TCP_MSS, or 536 (bytes) Minimum value: 1 Maximum value: 2 billion Default receive buffer size for TCP sockets. Default value: TCP_RECVSPACE, or 61440 (bytes) Minimum value: 1 Maximum value: 4 billion (cannot be larger than sb_max) Minimum amount of time between TCP retransmissions. Default value: 2 (in units of .5 seconds), or 1 second Minimum value: 1 Maximum value: 2 billion The maximum number of TCP retransmitted packets to send before giving up. Default value: 128 (packets) Minimum value: 1 Maximum value: INT_MAX, or 2 billion Initial assumed round-trip time, in seconds. Default value: 3 (seconds) Minimum value: 0 Maximum value: INT_MAX, or 2 billion Default send buffer size, in bytes, for TCP sockets. Default value: TCP_SENDSPACE, or 61440 (bytes) Minimum value: 1 Maximum value: UINT_MAX, or 4 billion (cannot be larger than sb_max) IP time-to-live, in router hops, for TCP packets. Default value: TCP_TTL, or 60 (router hops) Minimum value: 0 Maximum value: 255 A value that enables (1) or disables (0) 4.2 BSD-compatible behavior for an urgent pointer. The urgent pointer is a pointer to the first octet of data past the urgent section. When disabled, the urgent pointer is a pointer to the last octet of data in the urgent section. Default value: 1 (enabled) A value that enables (0) or disables (1) delayed acknowledgments. Default value: 0 (enabled) Note The values for disabling and enabling are the reverse of what they are for most other attributes. Number of duplicate acknowledgments (ACKs) before retransmission. Default value: TCPREXMTTHRESH, or 3 (duplicate acknowledgements) Minimum value: 1 Maximum value: INT_MAX, or 2 billion A value that enables (1) or disables (0) the movement of TCP inpcbs in the TIME_WAIT state to the end of the inpcb list. Default value: 0 (disabled) Default receive buffer size, in bytes, for UDP sockets. Default value: UDP_RECVSPACE, or 42240 (bytes) Minimum value: 1 Maximum value: UINT_MAX, or 4 billion (cannot be larger than sb_max) Default send buffer size, in bytes, for UDP sockets. Default value: UDP_SENDSPACE, or 9216 (bytes) Minimum value: 1 Maximum value: UINT_MAX, or 4 billion (cannot be larger than sb_max) IP time-to-live, in router hops, for UDP packets. Default value: UDP_TTL, or 30 (router hops) Minimum value: 0 Maximum value: 255 A value that enables (1) or disables (0) checksumming in the Internet user datagram protocol (UDP). Default value: 1 (enabled) SEE ALSO
sys_attrs(5) Tuning Tru64 UNIX for Internet Servers at the following location: http://www.digital.com/internet/document/ias/tuning.html. System Configuration and Tuning sys_attrs_inet(5)
All times are GMT -4. The time now is 07:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy