Big Data Platform
[에러] No route to host
editor2080
2018. 6. 1. 18:14
Cloudera CDH 설치 시 다음과 같은 에러 발생 시
다음과 같이 방화벽 해제 후
1 2 3 4 5 6 7 | # pssh -h dept.hosts systemctl disable firewalld [1] 18:10:16 [SUCCESS] root@192.168.0.24 [2] 18:10:16 [SUCCESS] root@192.168.0.23 [3] 18:10:16 [SUCCESS] root@192.168.0.25 [4] 18:10:16 [SUCCESS] root@192.168.0.27 [5] 18:10:16 [SUCCESS] root@192.168.0.26 | cs |
방화벽 정지 후 다시 진행
1 2 3 4 5 6 7 | # pssh -h dept.hosts systemctl stop firewalld [1] 18:10:24 [SUCCESS] root@192.168.0.24 [2] 18:10:24 [SUCCESS] root@192.168.0.25 [3] 18:10:24 [SUCCESS] root@192.168.0.26 [4] 18:10:24 [SUCCESS] root@192.168.0.27 [5] 18:10:24 [SUCCESS] root@192.168.0.23 | cs |
재시도 후 결과