Applicable to:
- SolusVM
Symptoms
- Unable to migrate a VPS via SolusVM interface with the below error:
SVM_ERROR: No status has been returned for a while. You can wait a bit longer or choose from one of the following options
- The migration log file
/usr/local/solusvm/log/id_migration.log
is not generated at the Destination Node.
Cause
There is an SSH connection issue between Source and Destination Nodes:
# ssh root@203.0.113.2
...
Host key verification failed.
Note: replace 203.0.113.2 with the actual Destination Node IP address.
Resolution
- Log in to the Source Node via SSH.
- Remove the entry with the Destination Node IP from the file
/root/.ssh/known_hosts
with the below command:
# sed -i 's/203.0.113.2//g' /root/.ssh/known_hosts
Note: replace 203.0.113.2 with the actual Destination Node IP address.
Comments
0 commentsPlease sign in to leave a comment.