Starting the Cluster

YMatrix 6 provides cluster operations tools: mxstart and mxstop.

1.1 Starting the Cluster

mxstart -a  # Start the cluster

1.2 Stopping the Cluster

mxstop -a           # Stop the cluster (this mode will hang if active sessions exist)
mxstop -a -M fast   # Quickly stop the cluster using fast mode

1.3 Restarting the Cluster

mxstop -ar          # Restart the cluster, waiting for currently executing SQL statements to complete (this mode will hang if active sessions exist)
mxstop -ar -M fast  # Quickly restart the cluster using fast mode

1.4 Reloading Configuration

mxstop -u  # Reload configuration files without restarting the cluster