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] connect to hypervisors

To: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] connect to hypervisors
From: "Marco Strullato" <marco.strullato@xxxxxxxxx>
Date: Wed, 17 Oct 2007 15:26:08 +0200
Delivery-date: Wed, 17 Oct 2007 06:27:05 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=UDhP/LVrPJqob9o9umYMsvhcG6UTS6T/1TUB2MoohEc=; b=bpd1xFSPDj8LB+9kF6yFiP/XZ9YgRXPaX8UHzv+IDzqHVGP85AQABVtBP0QRQfWXF5STH0wiZ3wi5A6XWufhNrRUSrKrjDQNa6sr2fbT3nUoeJm5FYmu+RfazApjeqZ+6j9PgyF/kYVHE3Wt2zY64fgJRrKIbv1uU5tI1pxpwI8=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=pW2/VtIIK2eWO9mH90yPIJ/lJVz6tUEIkMZvd/ZZBqBSi395HdBV1A7p2tDkcI+ZqcrsILzLxhwMFPyMN7MBBG6t3YURllGhHvR6cNWiUaJe3oFE1vS/M2yiVWMy0NpjOba1bBbrzxA4WR//rfXUj3QEp9xSw1vjHLA/TweNE04=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
hi all!
I'd like to control two hypervisors with just one virt-manager. How could I do?
I found any documentation about connect to different hypervisors: this is my xend-config.sxp

(xend-unix-server yes)
(xend-unix-path /var/lib/xend/xend-socket)
(xend-address <ip-address>)
(xend-relocation-hosts-allow '^localhost$ ^localhost\\.localdomain$')
(network-script network-bridge)
(vif-script vif-bridge)
(dom0-min-mem 256)
(dom0-cpus 0)
(vncpasswd '')

Moreover, what should I insert into virt-manager to connect to other hypervisors? is it enough the ip address?

Thanks

Marco
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] connect to hypervisors, Marco Strullato <=