Configure TCP: TcpTimedWaitDelay to 30 seconds
Log In or Register to download the BES file, and more.

2 Votes

Description

Configures TCP TimedWaitDelay to 30 seconds to allow for faster reuse of closed TCP ports.  Necessary on some high-volume servers such as VMWare VCenter or BigFix that may run out of available ports.

Property Details

ID3937
StatusProduction - Fully Tested and Ready for Production
TitleConfigure TCP: TcpTimedWaitDelay to 30 seconds
DomainBESC
SourceInternal
Source Release Date8/29/2013 12:00:00 AM
KeywordsTCP, Network, Performance, Relay
Added by on 12/21/2014 9:09:07 PM
Last Modified by on 12/21/2014 9:09:07 PM
Counters 6944 Views / 88 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance

isWindows (Relevance 1172)
Used in 1155 fixlets and 538 analyses   * Results in a true/false
Show indented relevance
windows of operating system
Used in 1 fixlet   * Results in a true/false
Show indented relevance
not exists (value "TcpTimedWaitDelay" of key "HKLM\System\CurrentControlSet\Services\Tcpip\Parameters" of native registry) whose (it as integer = 30)

Actions

Action 1 (default)

Action Link Click here to deploy this action.
Script Type BigFix Action Script
// Enter your action script here

action uses wow64 redirection false
dos reg.exe add "HKLM\System\CurrentControlSet\Services\Tcpip\Parameters" /v "TcpTimedWaitDelay" /t REG_DWORD /d 30 /F
action requires restart
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.


Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!