How To Install teamd.x86_64 on Amazon Linux 2

In this tutorial we learn how to install teamd.x86_64 in Amazon Linux 2. teamd.x86_64 is Team network device control daemon

Introduction

In this tutorial we learn how to install teamd.x86_64 on Amazon Linux 2.

What is teamd.x86_64

The teamd package contains team network device control daemon.

We can use yum to install teamd.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install teamd.x86_64.

Install teamd.x86_64 on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install teamd.x86_64 using yum by running the following command:

sudo yum -y install teamd.x86_64

How To Uninstall teamd.x86_64 on Amazon Linux 2

To uninstall only the teamd.x86_64 package we can use the following command:

sudo yum remove teamd.x86_64

teamd.x86_64 Package Contents on Amazon Linux 2

/etc/dbus-1/system.d/teamd.conf
/etc/sysconfig/network-scripts/ifdown-Team
/etc/sysconfig/network-scripts/ifdown-TeamPort
/etc/sysconfig/network-scripts/ifup-Team
/etc/sysconfig/network-scripts/ifup-TeamPort
/usr/bin/bond2team
/usr/bin/teamd
/usr/bin/teamdctl
/usr/lib/systemd/system/[email protected]
/usr/lib64/libteamdctl.so.0
/usr/lib64/libteamdctl.so.0.1.5
/usr/share/doc/teamd-1.27
/usr/share/doc/teamd-1.27/COPYING
/usr/share/doc/teamd-1.27/example_configs
/usr/share/doc/teamd-1.27/example_configs/activebackup_arp_ping_1.conf
/usr/share/doc/teamd-1.27/example_configs/activebackup_arp_ping_2.conf
/usr/share/doc/teamd-1.27/example_configs/activebackup_ethtool_1.conf
/usr/share/doc/teamd-1.27/example_configs/activebackup_ethtool_2.conf
/usr/share/doc/teamd-1.27/example_configs/activebackup_ethtool_3.conf
/usr/share/doc/teamd-1.27/example_configs/activebackup_multi_lw_1.conf
/usr/share/doc/teamd-1.27/example_configs/activebackup_nsna_ping_1.conf
/usr/share/doc/teamd-1.27/example_configs/activebackup_tipc.conf
/usr/share/doc/teamd-1.27/example_configs/broadcast.conf
/usr/share/doc/teamd-1.27/example_configs/lacp_1.conf
/usr/share/doc/teamd-1.27/example_configs/loadbalance_1.conf
/usr/share/doc/teamd-1.27/example_configs/loadbalance_2.conf
/usr/share/doc/teamd-1.27/example_configs/loadbalance_3.conf
/usr/share/doc/teamd-1.27/example_configs/random.conf
/usr/share/doc/teamd-1.27/example_configs/roundrobin.conf
/usr/share/doc/teamd-1.27/example_configs/roundrobin_2.conf
/usr/share/doc/teamd-1.27/example_ifcfgs
/usr/share/doc/teamd-1.27/example_ifcfgs/1
/usr/share/doc/teamd-1.27/example_ifcfgs/1/ifcfg-eth1
/usr/share/doc/teamd-1.27/example_ifcfgs/1/ifcfg-eth2
/usr/share/doc/teamd-1.27/example_ifcfgs/1/ifcfg-team_test0
/usr/share/doc/teamd-1.27/example_ifcfgs/2
/usr/share/doc/teamd-1.27/example_ifcfgs/2/ifcfg-eth1
/usr/share/doc/teamd-1.27/example_ifcfgs/2/ifcfg-eth2
/usr/share/doc/teamd-1.27/example_ifcfgs/2/ifcfg-team_test0
/usr/share/doc/teamd-1.27/example_ifcfgs/3
/usr/share/doc/teamd-1.27/example_ifcfgs/3/ifcfg-eth1
/usr/share/doc/teamd-1.27/example_ifcfgs/3/ifcfg-eth2
/usr/share/doc/teamd-1.27/example_ifcfgs/3/ifcfg-team_test0
/usr/share/man/man1/bond2team.1.gz
/usr/share/man/man5/teamd.conf.5.gz
/usr/share/man/man8/teamd.8.gz
/usr/share/man/man8/teamdctl.8.gz

References

Summary

In this tutorial we learn how to install teamd.x86_64 on Amazon Linux 2 using yum.