我有一个运行 SharePoint 2013 的 Windows Server 2012 R2,我正在尝试将它从 Hyper-V 迁移到 KVM (qemu)。我已将 vhdx 文件转换为 qcow2 格式并将其复制到 KVM 服务器(RHEL 7.3)
Hyper-V VM 配置为第 2 代,我在 KVM 中创建了一个带有 UEFI 固件 (OVMF) 的新 VM。
当我启动时,机器进入自动修复模式但无法启动。我可以打开 Cmd 提示,为此我需要使用本地管理员密码进行身份验证。
我已经运行了以下内容:
但是,VM 无法启动总是进入修复模式。
关于我可能需要检查的内容或我可以使用或购买的任何 3rd 方实用程序的任何建议,以帮助我轻松解决这个问题?
如果我登录到命令提示符,我可以运行 Diskpart / sel disk 0 / list vol 来查看:
Volume 0 D CDROM 0 B No Media
Volume 1 C NTFS Partition 126GB Healthy
Volume 2 …Run Code Online (Sandbox Code Playgroud) 最近停止使用 FreeNas,在那里我设置了一个 zfspool,其中包含 3 个通过 iSCSI 共享的范围。
我现在在 RHEL 7.2 服务器中使用这些磁盘,并希望使用 iscsi 重新共享现有的 zfspool(就像我使用 FreeNas 所做的那样)
我已经安装并设置了 zfs,它选择了现有的池:
[root@sycamore ~]# zpool status
pool: STORAGE
state: ONLINE
status: Some supported features are not enabled on the pool. The pool can
still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(5) for details.
scan: none requested …Run Code Online (Sandbox Code Playgroud)