30d9b7f54ba701d8ba44db2f3f030d752148cbe2
[docs.git] / manuals / getting-started-guide / src / main / asciidoc / ovsdb / ovsdb-hwvtep-install.adoc
1 == OVSDB NetVirt Hardware VTEP Installation Guide
2
3 === Overview
4
5 TBD
6
7 === Preparing for Installation
8 Follow the instructions in <<_getting_and_installing_opendaylight,Getting and Installing OpenDaylight>>.
9
10 === Installing OVSDB NetVirt Hardware VTEP
11 Install the required features with the following command:
12 -----
13 feature:install odl-ovsdb-netvirt-hwvtep
14 -----
15
16 ==== Sample output from the Karaf console
17 ----
18 TBD
19 ----
20
21 === Verifying your Installation
22 To verify that the installation was successful, use the following command in karaf and check that there
23 are no error logs relating to odl-ovsdb-netvirt-hwvtep
24 -----
25 log:display
26 -----
27
28 ==== Troubleshooting
29
30 TBD
31
32 === Uninstalling OVSDB NetVirt Hardware VTEP
33 . Shutdown the karaf instance: 
34 +
35 -----
36 system:shutdown
37 -----
38 . Remove what is in the /data folder of the OpenDaylight Distribution.