"ovs-ctl command not found" Displayed During OVS Startup
Symptom
When the ovs-ctl start command is run, the message "ovs-ctl command not found" is displayed.
Key Process and Cause Analysis
The tool path is not added to the environment variables.
Conclusion and Solution
- Check the Open vSwitch installation path, for example, /usr/local/share.
- Configure environment variables.
$ export PATH=$PATH:/usr/local/share/openvswitch/scripts
- Restart the OVS component.
$ ovs-ctl start
Parent topic: Troubleshooting