[ovs-dev] [PATCH 1/2] INSTALL.Windows: Add details about local build and installation.

Nithin Raju nithin at vmware.com
Mon Apr 13 16:54:01 UTC 2015


> On Apr 9, 2015, at 1:47 PM, Gurucharan Shetty <shettyg at nicira.com> wrote:
> 
>> Looks good. The only thing I’d add is the location of the log file, and also the steps to stop the daemon(s) using app-ctl. This can happen in a subsequent commit if you wish.
>> 
>> Acked-by: Nithin Raju <nithin at vmware.com>
> 
> Thanks. I will add the following diff and push it:
> 
> diff --git a/INSTALL.Windows.md b/INSTALL.Windows.md
> index 1fae4f8..03737a7 100644
> --- a/INSTALL.Windows.md
> +++ b/INSTALL.Windows.md
> @@ -200,9 +200,19 @@ utilities in the local machine via 'make install'.
>         --detach
>     % ovs-vsctl --no-wait init
> 
> +    If you would like to terminate the started ovsdb-server, run:
> +    % ovs-appctl -t ovsdb-server exit
> +
> +    (Note that the logfile is created at C:/openvswitch/var/log/openvswitch/)
> +
> 03> Start ovs-vswitchd.
>     % ovs-vswitchd -vfile:info --log-file --pidfile --detach
> 
> +    If you would like to terminate the started ovs-vswitchd, run:
> +    % ovs-appctl exit
> +
> +    (Note that the logfile is created at C:/openvswitch/var/log/openvswitch/)

Sounds good. Thanks Guru.


More information about the dev mailing list