erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
697 stars 232 forks source link

Node is not running #577

Closed helloyan closed 7 years ago

helloyan commented 7 years ago

I can use start/stop to controller,but restart/reboot/ping always return "Node 'dc@dc_master.ddl.com\r' not responding to pings."

[root@localhost change_dc]# bin/change_dc reboot Node 'dc@dc_master.ddl.com\r' not responding to pings. [root@localhost change_dc]# bin/change_dc restart Node 'dc@dc_master.ddl.com\r' not responding to pings. [root@localhost change_dc]# bin/change_dc stop [root@localhost change_dc]# bin/change_dc start

lrascao commented 7 years ago

does the node boot fine if bin/change_dc console ?

lrascao commented 7 years ago

closing, please re-open if more info appears