Troubleshooting
This section covers common issues you may encounter when running Clustron DKV and how to resolve them.
Node Connectivity Issuesβ
Symptomsβ
- Nodes do not join the cluster
- Cluster appears incomplete
- Commands fail across machines
Possible Causesβ
- Cluster ports are blocked
- Machines cannot reach each other
- Incorrect IP addresses used
How to Fixβ
- Ensure cluster ports are open (e.g., 7811β7860)
- Verify network connectivity between machines
- Use reachable IP addresses (not
localhostin multi-machine setups)
Port Conflictsβ
Symptomsβ
- Store fails to start
- Errors during store creation
- Nodes fail to launch
Possible Causesβ
- Ports already in use by another application
- Overlapping port ranges
- Incorrect
InstanceCountconfiguration
How to Fixβ
- Choose unused port ranges
- Adjust
ClustronPortandClientPort - Reduce
InstanceCountif necessary
Cannot Connect to Managerβ
Symptomsβ
Connect-DkvManagerfails- Timeout or connection errors
Possible Causesβ
- Manager not running
- Firewall blocking port
7801 - Incorrect endpoint
How to Fixβ
- Ensure Clustron is installed and running
- Verify port
7801is open - Use correct machine IP or hostname
Clients Cannot Connectβ
Symptomsβ
- Client connection fails
- Application cannot access the store
Possible Causesβ
- Store is not started
- Client ports are blocked
- Incorrect endpoint provided
How to Fixβ
- Ensure the store is running (
Start-DkvStore) - Verify client ports (e.g., 7861β7899) are open
- Use correct
<host>:<clientPort>
Nodes Not Joining Clusterβ
Symptomsβ
- Only some nodes are visible
- Cluster does not form correctly
Possible Causesβ
- Cluster ports blocked
- Manager not connected to all machines
- Network connectivity issues
How to Fixβ
- Verify cluster port range is open
- Ensure all managers are connected
- Check connectivity between machines
No Metrics Displayedβ
Symptomsβ
Watch-DkvStoreMetricsshows no activity
Possible Causesβ
- Store is not running
- No client activity
- Connection issue
How to Fixβ
- Start the store
- Generate some load (Put/Get operations)
- Verify manager connection
General Tipsβ
- Always connect to managers before running commands
- Verify ports and firewall settings early
- Use
Get-DkvStoreto inspect system state - Start with a single machine setup before scaling
Whatβs Nextβ
π Return to previous sections to reconfigure your setup