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-devel

[Xen-devel] [Repor] xm list command in chageset 15880

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [Repor] xm list command in chageset 15880
From: Syunsuke HAYASHI <syunsuke@xxxxxxxxxxxxxx>
Date: Wed, 19 Sep 2007 15:21:07 +0900
Delivery-date: Tue, 18 Sep 2007 23:22:30 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.5 (Windows/20070716)
Hi,

I set xm and xend options to allow 'xen-api' for set policy command.
At that time,I found the error of xm list command in changeset 15880.

It reports as follows.

xen-api is effective
#xm list --label
Name      ID   Mem VCPUs  State   Time(s) Label
Domain-0   0  1024   2    r-----  61.0   DEFAULT

xen-api is not effectife
#xm list --label
Name      ID   Mem VCPUs  State   Time(s) Label
Domain-0   0  1024   2    r-----  0.0    DEFAULT  <--- is it an error ?
                                ~~~~~~~~

about 'xen-api' setting
#cat /etc/xen/xm-config.xml
------------------------------------------------------------------------
<xm>

  <!-- The server element describes how to talk to Xend.  The type maybe
       Xen-API or LegacyXMLRPC (the default).  The URI is that of the
       server; you might try http://server:9363/ or
       httpu:///var/run/xend/xen-api.sock for the Xen-API, or
       httpu:///var/run/xend/xmlrpc.sock for the legacy server.
       The username and password attributes will be used to log in
       if Xen-API is being used.
   -->


  <server type='Xen-API'
          uri='http://localhost:9363/'
          username='me'
          password='mypassword' />
</xm>
------------------------------------------------------------------------

#cat /etc/xen/xend-config.sxp
------------------------------------------------------------------------
# Example: listen on TCP port 9363 on all interfaces,
#accepting connections
# only from machines in example.com or localhost,
#and allow access through
# the unix domain socket unconditionally:
#
#   (xen-api-server ((9363 pam '^localhost$ example\\.com$')
#   (unix none)))
#
# Optionally, the TCP Xen-API server can use SSL by specifying the private
# key and certificate location:
#
# (9367 pam '' /etc/xen/xen-api.key #/etc/xen/xen-api.crt)
#
# Default:
#   (xen-api-server ((unix)))
(xen-api-server ((9363 none)))
------------------------------------------------------------------------


Thanks

Syunsuke HAYASHI


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [Repor] xm list command in chageset 15880, Syunsuke HAYASHI <=