1
2netopeer2-server(8) System Manager's Manual netopeer2-server(8)
3
4
5
7 netopeer2-server - NETCONF server daemon build on libnetconf2 with sys‐
8 repo datastore
9
11 netopeer2-server [-dhV] [-p PATH] [-U[PATH]] [-m MODE] [-u UID] [-g
12 GID] [-t TIMEOUT] [-v LEVEL] [-c CATEGORY]
13
15 netopeer2-server is as a full-fledged NETCONF server providing a remote
16 NETCONF interface for sysrepo datastore. It configures itself based on
17 ietf-netconf-server YANG module data in sysrepo.
18
20 -d Debug mode (do not daemonize and print verbose messages to
21 stderr instead of syslog).
22
23 -h Display help.
24
25 -V Show program version.
26
27 -p PATH
28 Path to pidfile.
29
30 -f PATH
31 Path to netopeer2 server files directory.
32
33 -U[PATH]
34 Listen on a local UNIX socket.
35
36 -m MODE
37 Set mode for the listening UNIX socket.
38
39 -u UID Set UID/user for the listening UNIX socket.
40
41 -g GID Set GID/group for the listening UNIX socket.
42
43 -t TIMEOUT
44 Timeout in seconds of all sysrepo functions (applying edit-con‐
45 fig, reading data, ...), if 0 (default), the default sysrepo
46 timeouts are used.
47
48 -v LEVEL
49 Verbose output LEVEL:
50 • 0 - errors
51 • 1 - errors and warnings
52 • 2 - errors, warnings, and verbose messages
53
54 -c CATEGORY[,CATEGORY...]
55 Verbose debug level, print only these debug message categories.
56 Categories:
57 • DICT
58 • YANG
59 • YIN
60 • XPATH
61 • DIFF
62 • MSG
63 • LN2DBG
64 • SSH
65 • SYSREPO
66
68 https://sysrepo.org (sysrepo home page with basic information about ne‐
69 topeer2-server)
70 https://github.com/CESNET/netopeer2 (Netopeer2 Git repository)
71
73 Michal Vasko <mvasko@cesnet.cz>
74 Radek Krejci <rkrejci@cesnet.cz>
75
77 Copyright © 2018-2021 CESNET, a.l.e.
78 Copyright © 2018-2021 Deutsche Telekom AG.
79
80
81
82Netopeer 2021-11-10 netopeer2-server(8)