How to remove SolusVM 2 on Compute Resource?

Have more questions? Submit a request

Applicable to:

  • SolusVM 2

Question

How to remove SolusVM 2 on CR?

Answer

The best practice is to redeploy server anew.
If redeploying is not an option use the following instruction to remove SolusVM 2 on CR:

  1. Remove the package openvswitch if it is not used by other software:

    # yum remove openvswitch

  2. Remove the directories /usr/local/solus and /usr/local/solusnxt:

    # rm -rf /usr/local/solus && rm -rf /usr/local/solusnxt

  3. Remove the hook script /etc/libvirt/hooks/qemu and restart libvirtd service:

    # rm -f /etc/libvirt/hooks/qemu
    # service libvirtd restart

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.