Applicable to:
- SolusVM
Question
How to forcefully delete a slave node from Master SolusVM?
Answer
Warning: The script below removes any VPS assigned to that Node in SolusVM (NOT on the Physical Server itself). (i.e) It won't remove the VPS from the Server.
- Connect to Master SolusVM server via SSH
- Create a backup of the SolusVM database:
# curl -o svmdbdump.sh https://raw.githubusercontent.com/solusvm-support/helpers/master/svmdbdump.sh && sh svmdbdump.sh
- Execute the following command to remove the node from the SolusVM:
# php /usr/local/solusvm/scripts/deletenode.php --level=force --comm=delete --id=[NODEID]
Where [NODEID] is the ID of the corresponding node. It can be found at SolusVM > Nodes (ID column)
Comments
0 commentsPlease sign in to leave a comment.