1TEAMD(8)                          Team daemon                         TEAMD(8)
2
3
4

NAME

6       teamd — team network device control daemon
7

SYNOPSIS

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

DESCRIPTION

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

OPTIONS

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       -l, --log-output
53              Force teamd log output to stdout, stderr or syslog.
54
55       -r, --force-recreate
56              Force team device recreation in case it already exists.
57
58       -o, --take-over
59              Take over the device if it already exists.
60
61       -N, --no-quit-destroy
62              This  option  also  ensures  that the team device is not removed
63              after teamd finishes.
64
65       -t devicename, --team-dev devicename
66              Use the specified team device name (overrides  "device"  key  in
67              the configuration).
68
69       -n, --no-ports
70              Start  without  ports, even if they are listed in the configura‐
71              tion.
72
73       -D, --dbus-enable
74              Enable D-Bus interface.
75
76       -Z address, --zmq-enable address
77              Enable   ZMQ   interface.   Possible   address    formats    are
78              "tcp://ip:port",  "ipc://path"  and others. Detailed description
79              of ZMQ library is in page http://zguide.zeromq.org/page:all.
80
81       -U, --usock-enable
82              Enable UNIX domain socket interface. This is enabled by default.
83
84       -u, --usock-disable
85              Disable UNIX domain socket interface.
86

SEE ALSO

88       teamdctl(8), teamd.conf(5), teamnl(8), bond2team(1)
89

AUTHOR

91       Jiri Pirko is the original author and current maintainer of libteam.
92
93
94
95libteam                           2013-07-10                          TEAMD(8)
Impressum