Dopo aver dato il comando “./install.sh” si ottiene :
ERROR: Installation can not proceeed. Please fix your /etc/hosts file
to contain:
Where is the ip address of the host,
is the FULLY QUALIFIED host name, and
is the (optional) hostname-only portion
Solitamente questo errore deriva da almeno una riga del file /etc/hosts dove la prima voce subito dopo l’indirizzo IP non è nel formato FQDN.
L’errore si presenta anche se a non essere corretta non è la riga con l’IP ed il nome del server sul quale si sta facendo l’installazione.
Correggere tutte le righe in modo che siano tutte nella forma :
xx.xx.xx.xx hostname.domain.name hostname
192.168.0.100 test.server.com test
è importante che ci sia una entry per il nome del server
sul quale si sta lavorando anche se si sta usando un dns
server interno ben configurato.

