From mboxrd@z Thu Jan 1 00:00:00 1970 From: Syunsuke HAYASHI Subject: [Repor] xm list command in chageset 15880 Date: Wed, 19 Sep 2007 15:21:07 +0900 Message-ID: <46F0BFD3.2080209@jp.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org 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 ------------------------------------------------------------------------ ------------------------------------------------------------------------ #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