实际上我正在从事管理和系统项目。我正在使用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时,我得到了上面提到的错误。 有人可以帮我吗?
答案 0 :(得分:0)
替换为:
<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>