Configuring the Windows registry: Specifying TCP/IP settings (Windows Server 2003)
If the parallel engine is installed on a computer that runs Microsoft Windows Server 2003, Standard or Enterprise edition, specify settings for TCP/IP in the Windows Registry to ensure that the required number of parallel processes can run concurrently. This task does not apply if the parallel engine is installed on a computer that runs Windows Server 2008.
Before you begin
- Log in to Windows Server as the Administrator.
- Start the Registry Editor, and back up the Windows Registry. If you plan to make several changes (for example, to configure the parallel engine), create a single backup before you make all the changes.
About this task
You specify TCP/IP settings by editing the following registry
values in the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters registry
subkey:
- MaxUserPort
- Specifies the maximum port number for ephemeral TCP ports.
- TcpNumConnections
- Specifies the maximum number of concurrent connections that TCP can open. This value significantly affects the number of concurrent osh.exe processes that are allowed. If the value for TcpNumConnections is too low, Windows cannot assign TCP ports to stages in parallel jobs, and the parallel jobs cannot run.
These keys are not added to the registry by default.