RHEL 7 - como configurar o agrupamento em um servidor sem internet?

1

Estou me preparando para instalar o RHEL 7 no meu servidor. Eu li no documento que

The networking teaming daemon, teamd, is not installed by default.
To install teamd, issue the following command as root:
yum install teamd

Por padrão, meu servidor não está conectado à Internet. A Internet está disponível apenas através de determinada VLAN sobre o LACP, por isso tenho que configurar o agrupamento sem internet.

  • É correto que, por padrão, o RHEL 7 não tenha teamd?
  • Se sim, como posso instalar o teamd sem internet?

upd Também percebi que no CentOS LiveCD teamd IS é instalado por padrão. Então eu me pergunto o que significa documentação por "teamd, não é instalado por padrão". Eles significam apenas "instalação mínima"? Se eu instalar o "Servidor com GUI", terei "teamd"?

upd2 É mais uma questão de pesquisa. Eu não tenho o ambiente RHEL 7 funcionando agora para verificar. Se o RHEL 7 pré-instalou teamd , acho que a única pergunta que tenho é por que o doc diz que não é.

    
por javapowered 08.10.2014 / 20:49

1 resposta

0

Eu não acho que você precise disso, a menos que esteja planejando unir várias placas de rede como uma só.

excerto - link

The purpose of the Team driver is to provide a mechanism to team multiple NICs (ports) into one logical one (teamdev) at L2 layer. The process is called "channel bonding", "Ethernet bonding", "channel teaming", "link aggregation", etc. This is already implemented in the Linux kernel by the bonding driver.

One thing to note is that Team driver project does try to provide the similar functionality as the bonding driver, however architecturally it is quite different from bonding driver. Team driver is modular, userspace driven, very lean and efficient, and it does have some distinct advantages over bonding. The way Team is configured differs dramatically from the way bonding is.

This feature consists of two parts:

  • kernel module (modules). They are already part of Fedora 18 kernel package.
  • userspace library (libteam package) and daemon (teamd package).

Although there is support for Team driver in initscripts, the plan is to integrate Team devices handling into Network Manager as well, probably for Fedora 19.

Para fazer o download on-line, você deve ser capaz de fazer uso dos métodos que descrevo neste livro de perguntas e respostas intitulado: Como baixar um arquivo do repo, e instalá-lo depois sem a conexão com a internet? .

    
por 08.10.2014 / 22:23

Tags