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

De WikiLICC
Ir para: navegação, pesquisa
m (Desabilitando IPv6)
m (Desabilitando IPv6)
Linha 20: Linha 20:
 
==Desabilitando IPv6==
 
==Desabilitando IPv6==
 
Veja http://fedorasolved.org/network-solutions/disable-ipv6
 
Veja http://fedorasolved.org/network-solutions/disable-ipv6
# Abra um terminal.
+
* Abra um terminal.
# Desabilite ipv6 de ser rodado:
+
* Desabilite ipv6 de ser rodado:
 
       su -c 'echo "install ipv6 /bin/true blacklist ipv6" > /etc/modprobe.d/blacklist-ipv6.conf'
 
       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.
+
: NOTA: A linha 'install ipv6 /bin/true' previne o sistema de chamar o módulo ipv6 (chamará true). A linha 'blacklist ipv6' previne a kernel stack de carregar módulos ipv6 durante o boot.
  
# Pare o servico ip6tables:
+
* Pare o servico ip6tables:
 
       su -c 'service ip6tables stop && chkconfig ip6tables off'
 
       su -c 'service ip6tables stop && chkconfig ip6tables off'
# Reinicialize o sistema
+
* Reinicialize o sistema
 
   /sbin/reboot
 
   /sbin/reboot
# Verifica se ipv6 foi desligado
+
* Verifica se ipv6 foi desligado
 
   lsmod | grep ipv6
 
   lsmod | grep ipv6
  

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



Desabilitando IPv6

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

  • Abra um terminal.
  • Desabilite ipv6 de ser rodado:
     su -c 'echo "install ipv6 /bin/true blacklist ipv6" > /etc/modprobe.d/blacklist-ipv6.conf'
NOTA: A linha 'install ipv6 /bin/true' previne o sistema de chamar o módulo ipv6 (chamará true). A linha 'blacklist ipv6' previne a kernel stack de carregar módulos ipv6 durante o boot.
  • Pare o servico ip6tables:
     su -c 'service ip6tables stop && chkconfig ip6tables off'
  • Reinicialize o sistema
  /sbin/reboot
  • 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