Skip to main content

Overview

The Admin Guide covers how to create, run, and manage Clustron DKV stores.

It is focused on operational tasks such as:

  • Connecting to a cluster
  • Creating and starting stores
  • Managing nodes and ports
  • Monitoring system behavior

What is Administration in Clustron?​

Administration involves managing the lifecycle of a store.

A typical workflow looks like:

Connect β†’ Create β†’ Start β†’ Monitor β†’ Stop

Core Responsibilities​

As an administrator, you will:

  • Connect to one or more managers
  • Create stores with the desired configuration
  • Start and stop stores
  • Manage multi-node deployments
  • Monitor performance and health

Managers and Nodes​

Clustron separates responsibilities:

  • Manager β†’ controls and manages stores (one per machine)
  • Node (store instance) β†’ runs the actual data and coordination
Machine
β”œβ”€β”€ Manager (7801)
└── Node(s) (cluster + client ports)

Command-Line Interface​

Clustron is managed using PowerShell commands.

Common commands include:

  • Connect-DkvManager β†’ connect to managers
  • New-DkvStore β†’ create a store
  • Start-DkvStore β†’ start a store
  • Stop-DkvStore β†’ stop a store
  • Get-DkvStore β†’ view store information

Single Machine vs Multi-Machine​

You can run Clustron in different topologies:

Single Machine​

  • One manager
  • Multiple nodes (using InstanceCount)
  • Ideal for development and testing

Multiple Machines​

  • One manager per machine
  • One or more nodes per machine
  • Suitable for production and scale

Ports Overview​

Clustron uses three types of ports:

  • Management Port (7801) β†’ manager communication
  • Cluster Ports β†’ node-to-node communication
  • Client Ports β†’ client connections

What This Guide Covers​

This guide will walk you through:

  • Connecting to managers
  • Creating and managing stores
  • Configuring multi-node deployments
  • Understanding ports and networking
  • Monitoring and troubleshooting

What’s Next​

πŸ‘‰ Continue to Connecting to Cluster to connect to managers