All of lore.kernel.org
 help / color / mirror / Atom feed
From: Syunsuke HAYASHI <syunsuke@jp.fujitsu.com>
To: xen-devel@lists.xensource.com
Subject: [Repor] xm list command in chageset 15880
Date: Wed, 19 Sep 2007 15:21:07 +0900	[thread overview]
Message-ID: <46F0BFD3.2080209@jp.fujitsu.com> (raw)

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

                 reply	other threads:[~2007-09-19  6:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46F0BFD3.2080209@jp.fujitsu.com \
    --to=syunsuke@jp.fujitsu.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.