This article describes how to remove ovs-vswitchd manager permanently from XenServer config. Citrix Distributed Virtual Switch/Controller (DVSC) that connects to the open-vswitchd running on the XenServer DOM0 machines. DVSC is proved to cause some trouble with the Virtual Machines (VMs).
In /var/log/messages, you can see messages from ovsdb-server trying to connect via ssl to the old DVSC IP which fails.To remove ovs-vswitchd manager permanently from XenServer config, complete the following procedure:
Run the following command:
ovs-vsctl get-manager
Run the following command on each host in a pool:
ovs-vsctl --timeout=5 emer-reset
Click the Save option to switch to bridging mode, reboot the server, switch back to openvswitch, and to reboot the server.