|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Question xm is xend running ??
Can you do 'ps ax' or similar to see if xend is actually still running
(look for a python process). If not, then have a look at the xend log
and debug log. If it is running then check it is listening on a socket
with 'netstat -lt' (assuming Xen 2.0.x) and check your firewall allows
you to make connections to localhost port 8000.
James
root wrote:
thanks for help,
xend start is OK
but xm list failed as follows
How to fix it ??
I am look forward to your directions
[root@tgh Twisted-1.3.0]# xend start
[root@tgh Twisted-1.3.0]# xm list
(111, 'Connection refused')
Error: Error connecting to xend, is xend running?
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|