How to forcefully delete a slave node from Master SolusVM?

Have more questions? Submit a request

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.

  1. Connect to Master SolusVM server via SSH
  2. Create a backup of the SolusVM database:

    # curl -o svmdbdump.sh https://raw.githubusercontent.com/solusvm-support/helpers/master/svmdbdump.sh && sh svmdbdump.sh

  3. 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)

 

Articles in this section

Was this article helpful?
0 out of 0 found this helpful
Share

Comments

0 comments

Please sign in to leave a comment.