are there any windows based software to administer an kvm hhost? e.g create edit machines no web based
Yes
mattias mj@mjw.se wrote:
are there any windows based software to administer an kvm hhost? e.g create edit machines no web based
CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt
what? any name? ----- Original Message ----- From: chaim.rieger@gmail.com To: Discussion about the virtualization on CentOS Sent: Wednesday, January 23, 2013 8:52 AM Subject: Re: [CentOS-virt] virt-manager
Yes
mattias mj@mjw.se wrote: are there any windows based software to administer an kvm hhost? e.g create edit machines no web based
----------------------------------------------------------------------------CentOS-virt mailing listCentOS-virt@centos.orghttp://lists.centos.org/mailman/listinfo/centos-virt -- Sent from my Android phone with K-9 Mail. Please excuse my brevity.
------------------------------------------------------------------------------
_______________________________________________ CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt
On 23.01.2013 05:45, mattias wrote:
are there any windows based software to administer an kvm hhost? e.g create edit machines no web based _______________________________________________ CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt
You can run virt-manager over SSH, you need putty and a X server (e.g. xming) or a client such as mobaxterm which bundles one already.
I run an Ubuntu VM under windows. Inside that, I use virt-manager to manage a remote Linux running KVM + libvirt. This way you do not need to have X on the remote box.
Zoltan
On 1/23/2013 10:49 AM, Nux! wrote:
On 23.01.2013 05:45, mattias wrote:
are there any windows based software to administer an kvm hhost? e.g create edit machines no web based _______________________________________________ CentOS-virt mailing list CentOS-virt@centos.org http://lists.centos.org/mailman/listinfo/centos-virt
You can run virt-manager over SSH, you need putty and a X server (e.g. xming) or a client such as mobaxterm which bundles one already.
On Wed, Jan 23, 2013 at 7:42 AM, Zoltan Frombach zoltan@frombach.com wrote:
I run an Ubuntu VM under windows. Inside that, I use virt-manager to manage a remote Linux running KVM + libvirt. This way you do not need to have X on the remote box.
Zoltan
On 1/23/2013 10:49 AM, Nux! wrote:
On 23.01.2013 05:45, mattias wrote:
are there any windows based software to administer an kvm hhost? e.g create edit machines no web based
It can also be run via a local SSH server (such as the one built into CygWin) by logging in remotely to the KVM server. You *will* need to be sure that the KVM server has enough X utilities to actually run X services this way, including tools such as "xorg-x11-xauth" and maybe the editor or X terminal of your choice. But no, there is not really a "virt-manager" directly built for Windows.
For general Windows access to X applications on Linux servers, I really recommend the NX system from www.nomachine.com. It's highly optimized, has good resource management for the X sessions, allows you to reconnect to an interrupted NX session without los of state, the Windows client is good if you make sure to install all the optional fonts, there are free software versions of most of it, the security models are surprisingly good, and it's much more bandwidth efficient and robust than a plain X application over SSH session.
Am 23.01.2013 14:15, schrieb Nico Kadel-Garcia:
On Wed, Jan 23, 2013 at 7:42 AM, Zoltan Frombach zoltan@frombach.com wrote:
I run an Ubuntu VM under windows. Inside that, I use virt-manager to manage a remote Linux running KVM + libvirt. This way you do not need to have X on the remote box.
Zoltan
On 1/23/2013 10:49 AM, Nux! wrote:
On 23.01.2013 05:45, mattias wrote:
are there any windows based software to administer an kvm hhost? e.g create edit machines no web based
It can also be run via a local SSH server (such as the one built into CygWin) by logging in remotely to the KVM server. You *will* need to be sure that the KVM server has enough X utilities to actually run X services this way, including tools such as "xorg-x11-xauth" and maybe the editor or X terminal of your choice. But no, there is not really a "virt-manager" directly built for Windows.
And then? Ok rhetorical question, you mean local X server like xming: http://www.straightrunning.com/XmingNotes/
SSH client is of your personal choice (putty, ZOC) and this way you can avoid Cygwin.
Rainer
On Wed, Jan 23, 2013 at 8:37 AM, Rainer Traut tr.ml@gmx.de wrote:
Am 23.01.2013 14:15, schrieb Nico Kadel-Garcia:
On Wed, Jan 23, 2013 at 7:42 AM, Zoltan Frombach zoltan@frombach.com wrote:
I run an Ubuntu VM under windows. Inside that, I use virt-manager to manage a remote Linux running KVM + libvirt. This way you do not need to have X on the remote box.
Zoltan
On 1/23/2013 10:49 AM, Nux! wrote:
On 23.01.2013 05:45, mattias wrote:
are there any windows based software to administer an kvm hhost? e.g create edit machines no web based
It can also be run via a local SSH server (such as the one built into CygWin) by logging in remotely to the KVM server. You *will* need to be sure that the KVM server has enough X utilities to actually run X services this way, including tools such as "xorg-x11-xauth" and maybe the editor or X terminal of your choice. But no, there is not really a "virt-manager" directly built for Windows.
And then? Ok rhetorical question, you mean local X server like xming: http://www.straightrunning.com/XmingNotes/
SSH client is of your personal choice (putty, ZOC) and this way you can avoid Cygwin.
Yes, I meant a local X server. You're quite correct, thank you.
I've used Xming: I wasn't wildly impressed, but I'm a bit harsh on X applications, and found the bandwidth optimization and ability to reconnect to lost sessions or to share sessions provided by NX software and its variants to be invaluable.