Mac OS X 是否有 virt-manager 替代品?

发布于 2024-09-27 09:37:46 字数 2028 浏览 10 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

简美 2024-10-04 09:37:46

现在有一个brew公式homebrew-virt-manager,我用它成功连接到运行的CentOS 5机器qemu+kvm。

brew tap jeffreywildman/homebrew-virt-manager
brew install virt-manager virt-viewer
sudo ln -s /usr/bin/python /usr/bin/python2
virt-manager -c qemu+ssh://user@libvirthost/system?socket=/var/run/libvirt/libvirt-sock

There's now a brew formula homebrew-virt-manager which I've used to successfully connect to a CentOS 5 box running qemu+kvm.

brew tap jeffreywildman/homebrew-virt-manager
brew install virt-manager virt-viewer
sudo ln -s /usr/bin/python /usr/bin/python2
virt-manager -c qemu+ssh://user@libvirthost/system?socket=/var/run/libvirt/libvirt-sock
鹤舞 2024-10-04 09:37:46

遗憾的是,您可以在 Linux 机器上安装 virt-manager,然后通过 vnc 和 X11 在 Mac 桌面上运行它。

你需要做的是启动X11,打开xterm(command + N),输入ssh -X user@linux-box,然后登录后输入virt-manager。

sadly no, you can however install virt-manager on a linux box and run it on your mac desktop through vnc and X11.

what you need to do is start X11, open xterm (command + N), type ssh -X user@linux-box, then type virt-manager once logged on.

柒夜笙歌凉 2024-10-04 09:37:46

同样的问题,尝试了几种解决方案和变通方法,发现要管理远程 Qemu/KVM 服务器上的虚拟机,没有什么比运行 virt-manager 的 GNU/Linux 系统更可靠和舒适的了。

到目前为止,我们最好的解决方案是在 MacOS 中安装 Virtualbox 来运行 Lubuntu LTS 系统,带有 virt-manager

我们发现 Lubuntu 非常适合此目的:它工作正常,易于使用,运行所需的资源很少(它可以使用不到 300 MB 的 RAM 来运行 virt-manager 和 3-4 个 SPICE 客户端)。您可以在不需要时保存此 Virtualbox 机器状态,并在需要时在几秒钟内恢复它。

而且,在本地运行虚拟机来管理远程虚拟机是很讽刺的! :-)


更新

有人准备了一个 vagrantfile 来快速设置 Ubuntu 虚拟机并通过 ssh 运行 virt-manager。请参阅:

https://st-g.de/2016/08/virt -流浪经理

Same problem here, tried several solutions and workarounds, and found that for managing virtual machines on a remote Qemu/KVM server nothing is as reliable and comfortable than a GNU/Linux system running virt-manager.

Our best solution so far is to install Virtualbox in MacOS to run a Lubuntu LTS system with virt-manager.

We found Lubuntu excellent for this purpose: it just works, it's easy to use and requires few resources to run (it can use less than 300 MB of RAM to run virt-manager and 3-4 SPICE clients). You can save this Virtualbox machine state when you don't need it, and restore it in a few seconds when needed.

Moreover, there's irony in running a virtual machine locally to manage remote virtual machines! :-)


Update

Someone prepared a vagrantfile to quickly setup an Ubuntu virtual machine and run virt-manager via ssh. See:

https://st-g.de/2016/08/virt-manager-in-vagrant

海螺姑娘 2024-10-04 09:37:46

AFAIK 不,但是您可以使用它,如果您执行以下操作:(

  1. 在主机中)安装 NoMachine NX 服务器
  2. 在 mac 上安装 NX 客户端
  3. 从 mac 登录
  4. 修复以下键盘问题 这些说明
  5. 在 gnome 会话中打开 virt-manager在您的服务器/主机(您通过 NX 客户端使用的)中
  6. 享受乐趣

AFAIK no, but you can use it alright if you do this:

  1. install (in the host) the NoMachine NX server
  2. install the NX client on your mac
  3. login from the mac
  4. fix the keyboard issues following these instructions
  5. open virt-manager in the gnome session in your server/host (that you are using via the NX client)
  6. have fun
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文