Open GoogleCodeExporter opened 9 years ago
After further investigation it appears that was caused by the management server
not being able to connect to the hardware daemon on the hardware node.
To fix (for future googlers) navigate to /opt/ovz-web-panel/utils/hw-daemon on
the hardware node and start the hardware daemon with:
ruby hw-daemon.rb start
You can check it's running with netstat -tnlp | grep ruby
You should see an entry showing a ruby process listening on port 7767.You'll
also want to make an appropriate firewall hole between your management server
and the hardware node.
Original comment by j...@younghouse.info
on 18 Apr 2012 at 2:58
My take on this issue is that it should be turned into a bug to give a more
informative error message when there is a failure to communicate with the
hardware daemon on a node.
Original comment by j...@younghouse.info
on 18 Apr 2012 at 3:00
I have the same problem now and I have tried many ways,but fail.hardware works
well ,the ruby process listening on the port 7767,but I cant synchronize the
server and load os templates.When I try to synchronize ,the log give me the
information:Failed to synchronize 10.10.10.201 server state.When I try to load
OS templates,the log give me the information:Errno::EHOSTUNREACH (No route to
host - connect(2))
I dont know why and what to do.
Who can help me?
Original comment by 66xiaoh...@gmail.com
on 4 Nov 2013 at 7:51
I have solve my problem,I forget to stop the firewall.After I stop the
firewall,I can connect another servers and do everything ,of course,including
seeing the physical statistics infromation and load OS templates.
Original comment by 66xiaoh...@gmail.com
on 4 Nov 2013 at 1:27
Original issue reported on code.google.com by
j...@younghouse.info
on 18 Apr 2012 at 11:07Attachments: