TEAMDCTL(8) teamd control TEAMDCTL(8)

teamdctl — team daemon control tool

teamdctl [options] team_device command [command_args...]
teamdctl -h

teamdctl is a tool that allows a user to interact with a running teamd instance. It defaults to using Unix Domain Sockets, but will fall back to using the D-Bus API, to ensure reliable operation in all environments.

Print help text to console and exit.
Increase output verbosity.
Force output to one line if possible.
Force to use D-Bus interface.
Force to use ZMQ interface. Possible address formats are "tcp://ip:port", "ipc://path" and others. Detailed description of ZMQ library is in page http://zguide.zeromq.org/page:all.
Force to use UNIX domain socket interface. This is the default behavior.

Dumps teamd JSON config.
Dumps teamd JSON configuration without "ports" section included.
Dumps teamd actual JSON configuration. It includes ports which are currently present.
Dumps teamd JSON state document.
Prints out state of teamd parsed from JSON state document.
Finds state item in JSON state document and returns its value.

If PORTIFNAME in state_item_path has any sensitive character, use double quotation marks to escape it, like: ports."eth1.1".link_watches.up. To process state_item_path of 'state item set' is the same as here.

Finds state item in JSON state document and sets its value by value parameter. This is available only for a limited number of paths:

setup.debug_level — User can set debug level. Higher level is more verbose.

ports.PORTIFNAME.runner.aggregator.selected — This is available for lacp runner. User can manually select the aggregator.

runner.active_port — This is available for activebackup runner. User can manually select the active port.

Takes port device name as argument. Adds port device into team.
Takes port device name as argument. Removes port device from team.
Takes port device name as argument. Checks if the port device is present in team.
Takes port device name as the first argument and JSON format configuration string as the second argument. Updates port device configuration.
Takes port device name as the first argument. Dumps port device JSON configuration to standard output.

teamd(8), teamnl(8), teamd.conf(5)

Jiri Pirko is the original author and current maintainer of libteam.

2013-05-24 libteam