Based on:
Unable to create master connection to host(192.168.1.3) , due to org.apache.xmlrpc.XmlRpcException: Failed to read server's response: Connection refused
Sounds like the management server can't talk with the XenServer host. A high level overview of what I would do in that situation:
- Login to CloudPlatform and make usre CP sees the XenServer host as "Up"
- Either with XenCenter or via SSH on XenServer identify the NIC used for the management network, as well as the IP address assigned to it (which will allow you to determine what network is in use for management communications).
- SSH to your management server, look at the connected NICs. One of them should be in the same network as the IP address assigned to your management interface on the XenServer. Next, try to se if you can talk between your management server and the host. A simple ping would be a good start, but also note you should be able to connect to port 443 between management and the XenServer host.
The above might not be enough to solve your problem but should at least put you on the good track.






