博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
How to Downgrade VMware ESXi 5.5 VM Hardware Version to 9 from 10
阅读量:6504 次
发布时间:2019-06-24

本文共 793 字,大约阅读时间需要 2 分钟。

  1. Shut down the virtual machine in the vSphere client.

  2. Remove your virtual machine from the ESXi inventory.

  3. Browse your Datastore and find the virtual machine’s .vmx file.   Download it to your desktop.

  4. Open the .vmx file in Notepad or your favorite text editor.

  5. Find the following line (usually line 3) in your configuration and change the “10” to a “9”

    virtualHW.version = “10” will become virtualHW.version = “9”

  6. Save the file and overwrite your existing .vmx file.

  7. Upload the file to the same location your downloaded the file from in step 3.

  8. Add the machine to inventory and start it up.

http://blog.waldrondigital.com/2014/01/21/how-to-downgrade-vmware-esxi-5-5-virtual-machine-hardware-version-to-9-from-10/

本文转自学海无涯博客51CTO博客,原文链接http://blog.51cto.com/549687/1892286如需转载请自行联系原作者

520feng2007

你可能感兴趣的文章
git 维护
查看>>
jfinal框架下使用c3P0连接池连接sql server 2008
查看>>
Jfinal Generator 不需要生成带某个前缀的表名数组的方法
查看>>
struts2中使用标签操作静态方法等
查看>>
熬夜写了一个小游戏,向SpaceX聊表敬意
查看>>
身份证工具类
查看>>
JPA增删改查,
查看>>
apache 开启 gzip 压缩服务
查看>>
python mysql
查看>>
开源 免费 java CMS - FreeCMS1.5-建站向导
查看>>
Selenium的延迟等待
查看>>
jquery 1.6以上版本 全选
查看>>
AppCan 学习
查看>>
flask框架
查看>>
《疯狂Java讲义》学习笔记(十)异常处理
查看>>
Lua(Codea) 中 table.insert 越界错误原因分析
查看>>
ELK 5.x日志分析 (二) Elasticserach 5.2 安装
查看>>
一次奇怪的AP注册异常问题处理
查看>>
TableStore: 海量结构化数据分层存储方案
查看>>
Unity 4.x游戏开发技巧集锦(内部资料)
查看>>