实际上我正在做一个管理和系统项目。我正在使用ESXI、虚拟机和OVH。最后,我遇到了一个错误,它阻止了我,不让我完成配置。错误是
<OperatingSystemSection ovf:id="80">
<Info>The kind of installed guest operating system</Info>
<Description>RedHat_64</Description>
<vbox:OSType ovf:required="false">RedHat_64</vbox:OSType>
</OperatingSystemSection>
让我解释一下以澄清这个问题。众所周知,在将任何东西部署到云之前,我们必须经过一个开发阶段。之后,如果一切正常,我们将所有配置的资源迁移到云环境中。现在,我在开发阶段使用了:虚拟盒子,我有一个从VBOX导出的虚拟机,将其放入OVH中的esxi环境中。我通过以下教程将导出的VM从ova转换为ovf:[1]:https://felixcentmerino.wordpress.com/2014/10/15/migrate-virtual-machine-from-oracle-virtualbox-to-esxi-5-5/但是当我想将ovf文件部署到ESXi时,我会收到上面提到的错误。有人能帮我吗?
替换为:
<OperatingSystemSection ovf:id="107">
<Info>The kind of installed guest operating system</Info>
<!-- <Description>RedHat_64</Description> -->
<!-- <vbox:OSType ovf:required="false">RedHat_64</vbox:OSType> -->
<vbox:OSType ovf:required="false">centos64Guest</vbox:OSType>
</OperatingSystemSection>