I'm preparing to install RHEL 7 on my server. I read in doc that
The networking teaming daemon, teamd, is not installed by default.
To install teamd, issue the following command as root:
yum install teamd
By default my server is not internet-connected. Internet is available only via certain VLAN over LACP, so I have to configure teaming without internet.
- Is it correct that by default RHEL 7 doesn't have teamd?
- If so how can I install
teamd
without internet?
upd I also noticed that on CentOS LiveCD teamd IS installed by default. So I wonder what documentation means by "teamd, is not installed by default". Do they mean "minimal install" only? If I install "Server with GUI" will I have "teamd"?
upd2 It's more a research question. I don't have working RHEL 7 environment right now to verify. If RHEL 7 has preinstalled teamd
then I think the only question I have is why doc says that it is not.
mount -o loop rhel.iso /mnt
and then do yum local installs from that the media. – slm Oct 08 '14 at 21:11