On Tue, Apr 26, 2016 at 07:09:39PM +0800, 307419...@qq.com wrote:
> Apr 26 03:51:17 ppmaster ovsdb-server[711]:
> ovs|2|stream_unix|ERR|/var/run/openvswitch/db.sock: binding failed: No
> such file or directory
/var/run/openvswitch doesn't exist. You'll have to create it.
(The scripts that
hi
I write a simple script,cp it to the /etc/init.d/,then chkconfig it on.
the name of the script is "script-tst".
#!/bin/sh
### BEGIN INIT INFO
# Provides: ovs-hugepage
# Required-Start:
# Required-Stop:
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
#chkconfig 2345 99 99
# Shor