Mudanças entre as edições de "Minicluster"

De WikiLICC
Ir para: navegação, pesquisa
m (Desabilitando IPv6)
m (Desabilitando IPv6)
Linha 19: Linha 19:
  
 
==Desabilitando IPv6==
 
==Desabilitando IPv6==
Veja
+
Veja http://fedorasolved.org/network-solutions/disable-ipv6
* http://fedorasolved.org/network-solutions/disable-ipv6
 
 
# Abra um terminal.
 
# Abra um terminal.
 
# Desabilite ipv6 de ser rodado:
 
# Desabilite ipv6 de ser rodado:
Linha 30: Linha 29:
 
# Reinicialize o sistema
 
# Reinicialize o sistema
 
   /sbin/reboot
 
   /sbin/reboot
 +
# Verifica se ipv6 foi desligado
 +
  lsmod | grep ipv6
  
 
* http://www.g-loaded.eu/2008/05/12/how-to-disable-ipv6-in-fedora-and-centos/
 
* http://www.g-loaded.eu/2008/05/12/how-to-disable-ipv6-in-fedora-and-centos/

Edição das 23h46min de 29 de outubro de 2010



Desabilitando IPv6

Veja http://fedorasolved.org/network-solutions/disable-ipv6

  1. Abra um terminal.
  2. Desabilite ipv6 de ser rodado:
     su -c 'echo "install ipv6 /bin/true blacklist ipv6" > /etc/modprobe.d/blacklist-ipv6.conf'
NOTE: The first line install ipv6 /bin/true will stop the system from calling the ipv6 module while running: whenever the system needs to load the ipv6 module, it is forced to execute the command true instead of actually loading the module. Since /bin/true does absolutely nothing, the module never gets loaded. The second line blacklist ipv6 stops the the kernel stack from loading the ipv6 module during boot.
  1. Pare o servico ip6tables:
     su -c 'service ip6tables stop && chkconfig ip6tables off'
  1. Reinicialize o sistema
  /sbin/reboot
  1. Verifica se ipv6 foi desligado
  lsmod | grep ipv6

Veja também

Filesystem

Outros

  • MPI e MPE
  • Jumpshot: Ferramenta gráfica para visualização de comunicações.

Dúvidas

  • Menor Latency (Software, Configuração, Rede...)

Referências

Cluster

Rede

Gerenciamento

Outros Projetos

Programacão