简体   繁体   中英

Meld failed while installing cassandra on node

I am trying to install Cassandra from LCM to new DC. But getting below error altough we have added private key.

2018-03-27 14:19:58,913 [opscenterd] ERROR: Meld failed on name="cassandra-6" ssh-management-address="cassandra-ip" node-id="f5344ce4-a0cc-4b49-ac0b-ae121bcabc63" node-name="cassandra-6" job-id="5fe313ed-f746-41cc-82bc-9f3166eae56b" stdout="Meld has started...

Meld failed on name="cassandra-6" ssh-management-address="cassandra-node-public-ip" node-id="f5344ce4-a0cc-4b49-ac0b-ae121bcabc63" node-name="cassandra-6" job-id="5fe313ed-f746-41cc-82bc-9f3166eae56b" stdout="Meld has started... HTTPConnectionPool(host='LCMIP', port=8888): Max retries exceeded with url: /api/v1/lcm/internal/nodes/f5344ce4-a0cc-4b49-ac0b-ae121bcabc63/status (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x2cc9610>: Failed to establish a new connection: [Errno 113] No route to host',)) event-resource=http://LCMIP:8888/api/v1/lcm/internal/nodes/f5344ce4-a0cc-4b49-ac0b-ae121bcabc63/status2018-03-27 14:19:58,262 - opsc-meld - ERROR - HTTPConnectionPool(host='LCMIP', port=8888): Max retries exceeded with url: /api/v1/lcm/internal/nodes/f5344ce4-a0cc-4b49-ac0b-ae121bcabc63/status (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x2cc9610>: Failed to establish a new connection: [Errno 113] No route to host',)) event-resource=http://LCMIP:8888/api/v1/lcm/internal/nodes/f5344ce4-a0cc-4b49-ac0b-ae121bcabc63/status " stderr=""

I have also tried with ssh credentials but it also did not work out.

LCM version: OpsCenter 6.1.6 
OS: centos 7

The problem is reported in your log: Failed to establish a new connection: [Errno 113] No route to host . I think that you need to check that destination node is running, and also firewall on both OpsCenter server & destination host.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM