Cache Server Ports
Important
To update any cache settings, follow the steps provided in the Update Cache Config section.
Configure Ports
There are several ports available for configuration, as detailed below.
Client/Server TCP Port
The Client/Server TCP Port in the service config will specify the port at which the Cache Server will listen for incoming connection requests.
<add key="NCacheServer.Port" value = "9800"/>
Management Ports
The Management Port in service config will specify the port at which the Cache Management Server will listen for the incoming connection requests.
<add key="NCacheServer.ManagementPort" value="8250"/>
When a cache starts as part of a separate process, it is assigned a Management Port. This port is assigned from a range of ports, which can be configured by setting the below keys. The ManagementPortLower is the starting port from which the first free port will be consumed. The ManagementPortUpper is the upper limit.
<add key="NCacheServer.ManagementPortLower" value="8300"/>
<add key="NCacheServer.ManagementPortUpper" value="8400"/>
See Also
Server Connectivity
Memory
Windows Events
Expiration & Eviction