The commands available for the Cluster configuration context are:
EXIT/QUIT– exits CLI and closes connection to AxigenHELP– prints this help messageBACK– cancels any changes made and switches back to the previous contextDONE– saves the changes and switches back to previous contextSHOW [ATTR <param>]– shows information about this contextSHOW STATUS– Show cluster database statisticsSHOW configSynchronizer <configSynchronizerName>– Display current status of a synchronization jobSET runMode <standAlone|frontEnd|backEnd>– set current machine running mode in clusterSET clusterKey <string>– Set the key used to identify machines belonging to the same clusterLIST clusterAddresses– List addresses of machines in clusterLIST userMap cache– List entries in user map cacheLIST hostDefinition cache– List entries in host definition cacheLIST configSynchronizers– List registered cluster configuration synchronizing jobsADD clusterAddress <address>– Add a machine to clusterREMOVE clusterAddress <address>– Remove a machine from clusterUPDATE userMap cache [userAddres [userAddress...]]– Update entries in user map cacheUPDATE hostDefinition cache [hostAddress [hostAddress...]]– Update entries in host definition cacheUPDATE config <configSynchronizerName>– Push local configuration to all cluster nodesJOIN <clusterKey> runMode <frontEnd|backEnd> [via <hostAddress>] [as <selfHostAddress>] [waitSync]– Join or create a cluster
Note: The legacy commands LIST backendAddresses, LIST frontendAddresses, ADD backendAddress, ADD frontendAddress, REMOVE backendAddress, and REMOVE frontendAddress are still accepted for backwards compatibility but have been superseded by the unified clusterAddresses / clusterAddress commands.