1) We had xen2.0 installed. It was working fine. 2) On the same machine we installed xen3.0 ( make world; make install) and updated grub.conf with a new entry for the xen3.0 ( paths set appropriately) 3) On Xen3.0 > xend start accepting connections on path /var/lib/xen/xcs_socket >xm list (111, ''Connection refused'') Error: Error connecting to xend, is xend running? 4) > netstat -ltp shows that xfrd is running on port 8002. Is this why xm commands are failing as it is trying to connect on 8000? 5) We rebooted onto xen2.0 and we get the same error.( this was working fine before). So does this mean that xen3.0 changed the configuration of xen2.0? Any inputs/thoughts will be greatly helpful!. Thanks, Sowmya. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On Mon, Apr 03, 2006 at 06:42:18PM -0400, sowmya dayanand wrote:> 1) We had xen2.0 installed. It was working fine. > > 2) On the same machine we installed xen3.0 ( make world; make install) and > updated grub.conf with a new entry for the xen3.0 ( paths set > appropriately) > > 3) On Xen3.0 > > xend start > accepting connections on path /var/lib/xen/xcs_socket > >xm list > (111, ''Connection refused'') > Error: Error connecting to xend, is xend running? > > 4) > netstat -ltp > shows that xfrd is running on port 8002.You aren''t running Xen 3 -- xcs_socket and xfrd are Xen 2 features. You''ve probably got the Xen 2 stuff in your PATH before the Xen 3 stuff. Ewan. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel