博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
ESXi 5.5 解决 cannot edit the settings of virtual machines of version 10
阅读量:7055 次
发布时间:2019-06-28

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

ESXi 5.5 是VMWare提供的免费虚拟服务器软件, 因为其优秀的性能, 对CPU, 内存和虚拟机数量都解除了限制, 成为很多个人或者小型公司的首选虚拟化工具. 在日常管理时常碰到的一个问题是, 当虚拟机版本升级到vmx-10后, 无法再调用Edit Setting来更改配置. 解决的办法有两种:

1. 可以参考Youtube上的一则视频 首选你需要安装另一个免费的工具VMware vCenter Converter Standalone Client, 在这里将你的虚拟机转换为版本vmx-8. a. 点击Convert machine, 选择VMWare Infrastructure Virtual Machine, 填写服务器地址, 用户, 口令, 点击Next b. 选择你要转换的虚拟机, 点击Next, 选择目标, 这里因为还要放回服务器上, 所以同样选择VMWare Infrastructure Virtual Machine, 填写用户, 口令, 点击Next c. 填写一个新的虚拟机名称, 点击Next, 关键点来了, 在这里选择Version 8, 点击Next, 看看配置有没有要修改的, 没有就直接Next, 检查下任务说明, 点击Finish d. 等任务完成, 这个复制出的新虚拟机就可以使用Edit Settings了.

2. Edite the .vmx file Download the .vmx file (using vSphere client), edit the .vmx file, the line

virtualHW.version = "10"

and changed it to

virtualHW.version = "8"

Then upload the .vmx file back to the VM folder on your datastore. Remove the VM from the inventory (be careful not to Delete from Disk). Then go to the .vmx file on the datastore, and click it with the wrong mouse button, and chose 'Add to Inventory'. Then, the VM shows up as Version 8, and you can 'edit settings'.

转载地址:http://dlool.baihongyu.com/

你可能感兴趣的文章
HDU 1002
查看>>
练习markdown语法
查看>>
python 制作自定义包并安装到系统目录
查看>>
大文件排序问题
查看>>
php实现rar文件的读取和解压
查看>>
2014年天津市第一批科技计划项目
查看>>
@芥末的糖 ---------- node连接数据库两种方式mysql和moogoDB
查看>>
MongoDB 学习笔记2----条件操作符
查看>>
关于Hibernate5.x的那点事
查看>>
sk-learn 选择正确的估算器
查看>>
python操作mysql数据库
查看>>
erp的核心代码,替代orm
查看>>
字符串--manacher算法(回文串匹配)
查看>>
[LeetCode]: 242: Valid Anagram
查看>>
项目机器在开机器的时候做好标签,汉字标注
查看>>
expr判断整数是相加的值,返回命令的返回值$? 是0,但是少数情况是1,例如1 + -1 ,$? 的结果是1 ,判断要大于1最准确...
查看>>
Matplotlib
查看>>
DES 加密----笔记
查看>>
docker 运行redis
查看>>
VS2015 C#6.0 中的那些新特性(转自http://www.cnblogs.com/henryzhu/p/new-feature-in-csharp-6.html)...
查看>>