Applicable to:
- SolusVM
Symptoms
Unable to see information about a node after Master node migration in SolusVM > Nodes > affected node:
SVM_ERROR: Connection Failed Debug Data: ERROR: 4
Cause
The encryption key was not replaced on the new Master node in /usr/local/solusvm/includes/solusvm.conf
.
Resolution
-
Connect to the old SolusVM master server over SSH.
-
Get encryption key from
/usr/local/solusvm/includes/solusvm.conf
# awk -F ":" '{print $5}' /usr/local/solusvm/includes/solusvm.conf
gcTrdvQorLnvJhyZYrC0cIOUBJ3H4gJVl3k0SjQ54xgT4hFC5a -
Connect to the new SolusVM master node over SSH.
-
Replace encryption key:
# sed -i 's/'$(awk -F ":" '{print $5}' /usr/local/solusvm/includes/solusvm.conf)'/gcTrdvQorLnvJhyZYrC0cIOUBJ3H4gJVl3k0SjQ54xgT4hFC5a/' /usr/local/solusvm/includes/solusvm.conf
Comments
0 commentsPlease sign in to leave a comment.