1TEAMD(8) Team daemon TEAMD(8)
2
3
4
6 teamd — team network device control daemon
7
9 teamd -k [-p pid_file] [-g]
10 teamd -e [-p pid_file] [-g]
11 teamd -c config_text [-p pid_file] [-gdrD] [-Z address]
12 teamd -f config_file [-p pid_file] [-gdrD] [-Z address]
13 teamd -h|-V
14
16 teamd is a daemon to control a given team network device, during run‐
17 time, as a puppeteer controls a puppet. It uses libteam to communicate
18 with the kernel team device instance via Netlink sockets. The behaviour
19 depends on the selected runner and its configuration. This daemon is
20 part of the libteam project.
21
23 -h, --help
24 Print help text to console and exit.
25
26 -V, --version
27 Print version information to console and exit.
28
29 -d, --daemonize
30 Daemonize after startup.
31
32 -k, --kill
33 Kill running daemon instance.
34
35 -e, --check
36 Return 0 if a daemon is already running.
37
38 -f filename, --config-file filename
39 Load the specified configuration file.
40
41 -c text, --config text
42 Use given JSON format configuration string. If this option is
43 present then -f option will be ignored.
44
45 -p filename, --pid-file filename
46 Use the specified PID file.
47
48 -g, --debug
49 Turns on debugging messages. Repeating the option increases ver‐
50 bosity.
51
52 -r, --force-recreate
53 Force team device recreation in case it already exists.
54
55 -o, --take-over
56 Take over the device if it already exists.
57
58 -N, --no-quit-destroy
59 This option also ensures that the team device is not removed
60 after teamd finishes.
61
62 -t devicename, --team-dev devicename
63 Use the specified team device name (overrides "device" key in
64 the configuration).
65
66 -n, --no-ports
67 Start without ports, even if they are listed in the configura‐
68 tion.
69
70 -D, --dbus-enable
71 Enable D-Bus interface.
72
73 -Z address, --zmq-enable address
74 Enable ZMQ interface. Possible address formats are
75 "tcp://ip:port", "ipc://path" and others. Detailed description
76 of ZMQ library is in page http://zguide.zeromq.org/page:all.
77
78 -U, --usock-enable
79 Enable UNIX domain socket interface. This is enabled by default.
80
81 -u, --usock-disable
82 Disable UNIX domain socket interface.
83
85 teamdctl(8), teamd.conf(5), teamnl(8), bond2team(1)
86
88 Jiri Pirko is the original author and current maintainer of libteam.
89
90
91
92libteam 2013-07-10 TEAMD(8)