Applicable to:
- SolusVM
Symptoms
- Unable to add the Slave node to SolusVM Master in SolusVM > Nodes > Add Node
SVM_ERROR: Cannot connect, Please check your connection settings
Cause
svmstack services are not running on the Slave node
Resolution
- Connect to the Slave Node via SSH
- Start svmstack-nginx service:
# service svmstack-nginx start
-
Start svmstack-fpm service:
For the slave node with PHP 5.6 version:
# service svmstack-fpm start
For the slave node with PHP 7.3 version:
# service svmstack-fpm7 start
Comments
0 commentsPlease sign in to leave a comment.