WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] how to use xm on xen-api-server

To: Xen Users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] how to use xm on xen-api-server
From: Yu Zhiguo <yuzg@xxxxxxxxxxxxxx>
Date: Tue, 08 Jun 2010 17:01:04 +0800
Delivery-date: Tue, 08 Jun 2010 02:02:03 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 3.0a1 (Windows/2008050715)
Hi,

 I want to use xm on xen-api-server.

 So first, I uncomment the following lines in /etc/xen/xend-config.sxp:
   (xen-api-server ((9363 pam '^localhost$ example\\.com$')
                    (unix none)))

 and then restart xend, it seems all right:
  # netstat -anp | grep 9363
  tcp        0      0 0.0.0.0:9363                0.0.0.0:*                   
LISTEN      3083/python

 finally uncomment the following lines in /etc/xen/xm-config.xml:
  <server type='Xen-API'
          uri='http://localhost:9363/'
          username='me'
          password='mypassword' />

 Now I try it, but
  # xm list
  Xend has probably crashed!  Invalid or missing HTTP status code.


 What I missed?


Regards




_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] how to use xm on xen-api-server, Yu Zhiguo <=