terça-feira, fevereiro 08, 2011

Alterando configuranção de rede ESX - Service Console

Ao habilitar o HA no ESX 4.1 encontrei alguns problemas, conforme logs abaixo:
---
Reconfigure HA host
esx
Cannot complete the configuration of the HA agent
on the host. Misconfiguration in the host network
setup.
Ao clicar em mais informações:
cannot complete command 'hostname -s' on host esx or returned incorrect name format
---
Unconfiguring HA
esx
An error occurred while communicating with the remote host.
Não gerava mais informações referente ao erro.
---
Os erros acima estavam acontecendo somente em um host, criei um cluster com dois hosts, um não gerou erro nenhum, somente um host apresentou problemas.
Após uma pesquisa executei a configuração de alguns parâmetros de rede, e resolveu o problema.

Conectei via ssh no respectivo host.
Alterando o IP do service console(alterando para o ip do service console para 192.168.1.11):
#esxcfg-vswif -i 192.168.1.11 -n mask 255.255.255.0 vswif0

Adicionando o endereço IP e o nome do host /etc/hosts.

192.168.1.11 esx

Alterar gateway e nome do host /etc/sysconfig/network

NETWORKING=yes
HOSTNAME=esx
GATEWAY=192.168.1.254
GATEWAYDEV=vswif0
IPV6_AUTOCONF=no
NETWORKING_IPV6=no
----

Reiniciar o serviço:
service network restart

Após executar este procedimentos o problema foi resolvido.

Nenhum comentário: