Minicluster

De WikiLICC
Revisão de 23h44min de 29 de outubro de 2010 por Dago (Discussão | contribs) (Desabilitando IPv6)
Ir para: navegação, pesquisa



Desabilitando IPv6

Veja

  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

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