우분투에서 deb 파일과 함께 elasticsearch.90.7을 설치했습니다. 이 명령으로 elasticsearch.90.7을 제거하려고했습니다.
sudo apt-get --purge autoremove elasticsearch
그리고 나서 elasticsearch-1.6.0.deb
elasticsearch 1.6을 설치하기 위해 다운로드 했습니다.
이 명령을 실행하여 deb 파일로 elasticsearch 1.6을 설치하면 :
dpkg -i elasticsearch-1.6.0.deb
그것은 나에게 이것을 보여줍니다 :
Selecting previously unselected package elasticsearch.
(Reading database ... 89826 files and directories currently installed.)
Preparing to unpack elasticsearch-1.6.0.deb ...
Creating elasticsearch group... OK
Creating elasticsearch user... OK
Unpacking elasticsearch (1.6.0) ...
Setting up elasticsearch (1.6.0) ...
Processing triggers for ureadahead (0.100.0-16) ...
elasticsearch를 시작할 때 시작 service elasticsearch start
하지만이 명령을 실행할 때 :curl http://localhost:9200
이 오류를 보여줍니다.
curl: (7) Failed to connect to localhost port 9200: Connection refused
elasticsearch가 제대로 설치되지 않은 것 같습니다. elasticsearch를 올바르게 설치하려면 어떻게해야하는지 알고 싶습니다.
lsof -Pni | grep 9200
쇼를 아무것도 실행 하지 않습니다.