NCache 4.4 - Online Documentation

Port Range

 
Sets the port range for each node in the cluster. If the current port is unavailable, then the server will automatically pick the next available port in the pool. Port Range of a cluster can be changed in the following two ways:
 
Using NCache Manager
 
  • Click on the cache name in Cache Explorer to open cache settings
  • Go to the Cluster Settings tab.
  • Set the Port Range as per your requirement.
 
 
  • Right click the cache in Cache Explorer and select Apply Configuration option.
 
 
Through config.ncconf
 
The value of port range can also be set using config.ncconf as follows;
 
    <cluster-connection-settings cluster-port="8706" port-range="2"/>
 
See Also