Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用EL5。从主机 virsh list 可以列出该机器上运行的虚拟机,但如何知道反之亦然?
谢谢。
这一切都取决于虚拟机是什么操作系统。如果 VM 是 linux,那么,在 VM 内部,您可以hostname在命令行中键入以获取主机名。在 Windows 中,开始 > 运行 > “sysdm.cpl”将通过 GUI 告诉您计算机名称。因此,实际上没有办法给出一刀切的答案,因为每个操作系统的做法都不同。
hostname