HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- TCP configuration
Operating System - OpenVMS
1828184
Members
2491
Online
109975
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
06-08-2003 06:51 PM
06-08-2003 06:51 PM
TCP configuration
i'd to know tcp configuration such as "session time out", "keep alive time"
how can i do?
thanks so much
how can i do?
thanks so much
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2003 08:40 PM
06-08-2003 08:40 PM
Re: TCP configuration
Examine the setup:
$tcpip sysconfig -q inet
tcp_keepalive_default = 0 ! Keepalive system-wide default; 0 = disabled
tcp_keepinit = 150 ! Conection Initialization timeout
tcp_keepidle = 14400 ! Send 1 probe every "keepidle" time
! If the above failed,
tcp_keepcnt = 8 ! retry sending a probe "keepcnt" times,
tcp_keepintvl = 150 ! with an interval of "keepintvl".
The following will change the setup:
Note: This will only apply to sockets built after the Keep-Alive setup.
$ sysconfig -r inet tcp_keepalive_default=1 ! Enable Keep-Alive
$ sysconfig -r inet tcp_keepinit=20 ! keepinit = 10 seconds
$ sysconfig -r inet tcp_keepidle=60 ! keepidle = 30 seconds
$ sysconfig -r inet tcp_keepcnt=4 ! keepcnt = 4
$ sysconfig -r inet tcp_keepintvl=30 ! keepintvl = 15 seconds
$tcpip sysconfig -q inet
tcp_keepalive_default = 0 ! Keepalive system-wide default; 0 = disabled
tcp_keepinit = 150 ! Conection Initialization timeout
tcp_keepidle = 14400 ! Send 1 probe every "keepidle" time
! If the above failed,
tcp_keepcnt = 8 ! retry sending a probe "keepcnt" times,
tcp_keepintvl = 150 ! with an interval of "keepintvl".
The following will change the setup:
Note: This will only apply to sockets built after the Keep-Alive setup.
$ sysconfig -r inet tcp_keepalive_default=1 ! Enable Keep-Alive
$ sysconfig -r inet tcp_keepinit=20 ! keepinit = 10 seconds
$ sysconfig -r inet tcp_keepidle=60 ! keepidle = 30 seconds
$ sysconfig -r inet tcp_keepcnt=4 ! keepcnt = 4
$ sysconfig -r inet tcp_keepintvl=30 ! keepintvl = 15 seconds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2003 11:07 AM
06-11-2003 11:07 AM
Re: TCP configuration
And to be sure that the values
stay that way put the commands
in a DCL procedure and include it in your system startup
stay that way put the commands
in a DCL procedure and include it in your system startup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2003 01:54 AM
06-12-2003 01:54 AM
Re: TCP configuration
You can create the file sys$startup:tcpip$systartup.com for system
specific changes, it will be invoked by the
regular TCP/IP startup procedure.
However it might be necessary to restart the
already started services, to make the changes
active.
In V5.3 the changes can be made permanent by registering them into the TCPIP$ETC:SYSCONFIGTAB.DAT file.
Use the utility SYSCONFIGDB to make changes
to the database-file. This is described in section 1.6 of the Release Notes.
specific changes, it will be invoked by the
regular TCP/IP startup procedure.
However it might be necessary to restart the
already started services, to make the changes
active.
In V5.3 the changes can be made permanent by registering them into the TCPIP$ETC:SYSCONFIGTAB.DAT file.
Use the utility SYSCONFIGDB to make changes
to the database-file. This is described in section 1.6 of the Release Notes.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP