xend报错:
[2012-02-06 13:43:39 15439] INFO (XMLRPCServer:134) Opening TCP XML-RPC
server on localhost:9363; authentication has been disabled for this server.
[2012-02-06 13:43:39 15439] INFO (XMLRPCServer:156) Opening Unix domain
socket XML-RPC server on /var/run/xend/xen-api.sock; authentication has been
disabled for this server.
[2012-02-06 13:43:39 15439] ERROR (XMLRPCServer:161) Cannot start server:
Name or service not known!
[2012-02-06 13:43:39 15439] INFO (XMLRPCServer:156) Opening Unix domain
socket XML-RPC server on /var/run/xend/xmlrpc.sock.
[2012-02-06 13:44:10 15439] ERROR (SrvServer:139) Server XMLRPCServer did not
initialise!


原因:

/etc/hosts中没有localhost

而xend配置文件中使用了localhost:
(xen-api-server ((localhost:9363 none)(unix none)))
258 (xend-http-server yes)
259 (xend-relocation-server yes)
260 (xend-port            8000)
261 (xend-relocation-port 8002)
262 (network-script network-bridge)
263 (vif-script vif-bridge)

相关文章:

  • 2021-11-27
  • 2021-11-29
  • 2021-05-06
  • 2021-10-07
  • 2021-12-20
  • 2021-06-17
  • 2021-08-07
  • 2021-09-19
猜你喜欢
  • 2021-06-03
  • 2022-12-23
  • 2021-07-07
  • 2021-04-01
  • 2022-01-18
  • 2021-05-29
相关资源
相似解决方案