Mudanças entre as edições de "Minicluster:Testes"
De WikiLICC
m (→Teste 2) |
m (→Teste 3) |
||
Linha 44: | Linha 44: | ||
== Teste 3 == | == Teste 3 == | ||
+ | Executa o teste2 a partir de cada nó (e não apenas do nó mestre, como no teste anterior). (não parece essencial que funcione) | ||
+ | |||
+ | [one.matrix] Conectando em: [cell109] | ||
+ | Formando anel [one cell108 cell109 cell110 cell111] | ||
+ | [cell109 ] ssh one | ||
+ | socket: Address family not supported by protocol | ||
+ | ssh: connect to host one port 22: Address family not supported by protocol | ||
+ | [ FALHOU ] | ||
+ | [cell109 ] ssh cell108 | ||
+ | [cell108 ] Ola [ OK ] | ||
+ | [cell109 ] ssh cell109 | ||
+ | [cell109 ] Ola [ OK ] | ||
+ | |||
== Teste 4 == | == Teste 4 == | ||
== Teste 5 == | == Teste 5 == |
Edição das 12h44min de 14 de março de 2012
Índice
Teste 0
Apenas executa ping para descobrir quais máquinas estão ligadas formando um anel:
[dago@one] ./testeo_ping.sh ping 192.168.0.108 [ OK ] ping 192.168.0.109 [ OK ] ping 192.168.0.110 [ OK ] ping 192.168.0.111 [ OK ] ping 192.168.0.112 [ FALHOU ] ping 192.168.0.113 [ FALHOU ] ping 192.168.0.114 [ FALHOU ] ping 192.168.0.115 [ FALHOU ] ping 192.168.0.116 [ FALHOU ] ping 192.168.0.117 [ FALHOU ] ping 192.168.0.118 [ FALHOU ] ping 192.168.0.119 [ FALHOU ] ping 192.168.0.120 [ FALHOU ] ping 192.168.0.121 [ FALHOU ] ping 192.168.0.122 [ FALHOU ] ping 192.168.0.123 [ FALHOU ] THEMATRIX="one cell108 cell109 cell110 cell111"
Teste 1
Teste semelhante ao anterior utilizando o comando nmap
[dago@one] nmap -sP 192.168.0.108-123 Nmap scan report for cell108 (192.168.0.108) Host is up (0.00013s latency). Nmap scan report for cell109 (192.168.0.109) ...
Teste 2
Testa a conexão via ssh (sem senha). A primeira vez deverá pedir senha ou pedir para confirmar (yes) a atualização do arquivo ~/.ssh/knownhosts.
Conecta-se em cada máquina e executa o arquivo hots_ola.sh que imprime ola. Utiliza o anel criado com o teste0.
[dago@one] ./teste2_ola.sh Formando anel [one cell108 cell109] [one.matrix] ssh one [one.matrix] Ola [ OK ] [one.matrix] ssh cell108 [cell108 ] Ola [ OK ] [one.matrix] ssh cell109 [cell109 ] Ola [ OK ]
Teste 3
Executa o teste2 a partir de cada nó (e não apenas do nó mestre, como no teste anterior). (não parece essencial que funcione)
[one.matrix] Conectando em: [cell109] Formando anel [one cell108 cell109 cell110 cell111] [cell109 ] ssh one socket: Address family not supported by protocol ssh: connect to host one port 22: Address family not supported by protocol [ FALHOU ] [cell109 ] ssh cell108 [cell108 ] Ola [ OK ] [cell109 ] ssh cell109 [cell109 ] Ola [ OK ]