根据需要,同时使用vmplayer和vmrun (说明以下,vmrun后台无界面先启动,之后再启动vmplayer,这样模板加载可以省略模板启动过程,直接跳转到模板使用界面,但由于版本的区别,必定会导致一系列问题)
1,验证版本的兼容性(在debian 9 系统,内核版本:4.19.0-0.bpo.6-amd64)
1.1安装包
VMware-Player-14.1.7-12989993.x86_64.bundle和 VMware-VIX-1.17.0-6661328.x86_64.bundle
# chmod 755 给其文件执行权限
#./VMware-Player-14.1.7-12989993.x86_64.bundle (弹出界面,同意即可,其他自行选择,等待安装完成)
#./VMware-VIX-1.17.0-6661328.x86_64.bundle (弹出界面,同意即可)
安装完上述两个包后,会在/usr/lib/目录下发现:vmware、vmware-installer、vmware-ovftool、vmware-vix 等目录,vmplayer和vmrun会生成。此时可以查看vmplayer 和vmrun版本是否和安装包版本一致。
1.2 启动模板
#vmrun -T player start “模板路径/模板.vmx”
#vmplayer -X “模板路径/模板.vmx”
两条命令都可以启动模板,并且能够全屏化界面。但这不是我们想要的。
#vmrun -T player start “模板路径/模板.vmx” nogui
发现 :error:unknown error
经过查看下面资料,发现是VMware-VIX版本问题 导致nogui参数不能正常使用。
https://communities.vmware.com/thread/538478 和 https://communities.vmware.com/message/2561459
https://communities.vmware.com/thread/597920

https://gns3.com/community/discussion/gns3-doesn-t-work-on-vmware-play 可查看另一篇文章
https://communities.vmware.com/thread/597346
1.3 更换vmware版本
(查看安装:vmware-installer -l .卸载vmplayer,vix等操作。Uninstall vmware player: vmware-installer -u vmware-player Uninstall vmware-vix: vmware-installer -u vmware-vix)
使用VMware-Workstation-Full-14.1.7-12989993.x86_64.bundle
经过安装测试,发现vmrun 和vmplayer 都可以使用,并且vmrun -T player start “模板路径/模板.vmx” nogui 也可以使用。
不过当第一步:vmrun -T player start “模板路径/模板.vmx” nogui ,第二步:vmplayer -X “模板路径/模板.vmx” 出现了vmware界面固定尺寸问题,不能在启动的瞬间全屏。
迫不得已,再次更换vmware版本:VMware-Workstation-Full-15.1.0-13591040.x86_64.bundle
经过测试验证,出现了:the operation was canceled。
没办法,只能乖乖的选择其他版本。在某一天早起蹲马桶的时候想着能不能兼容下1.2操作和1.3操作,由于在测试15.1.0版本时发现之前在14.1.7版本上遇到的启动瞬间先跳转到固定大小窗口,然后再全屏的问题已经被解决,于是有了测试15.1.0版本的冲动。
正式测试,下载VMware-Player-15.1.0-13591040.x86_64.bundle 和VMware-VIX-1.17.0-6661328.x86_64.bundle
安装测试,发现,vmplayer 启动直接全屏,但vmrun是不能使用的,错误如下:
unable to connect to the host ,the virtual machine …(类似错误提示)
解决方案:修改/usr/lib/vmware-vix 下的vixwrapper-config.txt文件


在此文件中末尾的#EOF上方添加:
#latest un-versioned
ws 19 vmdb 15.1.0 Workstation-14.0.0
player 19 vmdb 15.1.0 Workstation-14.0.0

同时/usr/lib/vmware-vix/Workstation-14.0.0/64bit/下的libvix.so 库更换为VMware-Workstation-Full-15.1.0-13591040.x86_64.bundle 安装生成的libvix.so ,不然会出现,vmrun 带有nogui参数
运行时unknown error。
此时,再次运行:
#vmrun -T player start "模板路径/模板.vmx"或者 #vmplayer -X “模板路径/模板.vmx”
可看到模板启动自动全屏
运行:#vmrun -T player start “模板路径/模板.vmx” nogui 能够后台启动,不再报错。
隔一段时间后: #vmplayer -X “模板路径/模板.vmx” 看到模板开机启动过程已经跳过。

VIX 1.17 does not work for VMware Workstation Player 15

The current standalone VIX version 1.17 that you can download from Download VMware Workspace ONE doesn’t work for VMware Workstation Player 15 vmrun.exe fails with ““Unable to connect to host” Error: the specified version was not found”, vmrun.exe is version 1.17.0 build-6661328. This version of VIX does not contain a directory named “Workstation-15.0.0” and the correct entries in vixwrapper-config.txt

However VIX 1.17 taken from a Workstation Pro 15 installation works, vmrun.exe is version 1.17.0 build-10134415

Is there any downloadable VIX version that supports Player 15?

Please see the following post for details of how we found out about this problem: https://gns3.com/community/discussion/gns3-doesn-t-work-on-vmware-play

I actually think that standalone VIX became incompatible with Workstation version 14.1.2.I launch VMs using the "nogui" option to the vmrun "start" command, and this stopped working ("Error: unknown error") with standalone VIX 1.17 and Workstation 14.1.2However, the good news is that the VIX 1.17 distributed with Workstation 15 fixes the issue (and seems to be compatible) with Workstation 14.1.2 and newer (including 15 obviously).But it is going to be very annoying if incompatible versions (of the same version number) of VIX are maintained.Seems like newer version of VIX still isn't available as a separate download, I could find 1.17 in dowloads list but nothing newer.In the end, I manually extracted files VIX32.cab, VIX64.cab from workstation 15 installation file, extracted those cabs and renamed files according to vix 1.17 existing files (compare file sizes and dll names in file details; and vix and vixd libraries are exact copies). Then I put them in same structure in Workstation-15.0.0 folder, and added workstation 15 strings from txt file (inside VIX32.cab) to vixwrapper-config.txtSeems to be working - started my home web server with vmrun and -nogui, everything's working so far.I didn't want to install full workstation package since I think it'll mess up my player installation.Of course, I am still hoping for a separate download of VIX api...Hello,I have the same problem, does anyone have a solution for this?This resolved.Replace following lines in "vixwrapper-config.txt"# latest un-versioned
ws       19 vmdb e.x.p Workstation-14.0.0
player   19 vmdb e.x.p Workstation-14.0.0to# latest un-versioned
ws       19 vmdb e.x.p Workstation-14.0.0
player   19 vmdb 15.1.0 Workstation-14.0.0It works for GNS3 2.1.11 Workstation Player 15.1.0 and VIX 1.17.0-6661328

关于vmplayer 和vmrun 同时使用说明文档相关推荐

  1. bootstrap3 文件上传插件fileinput中文说明文档

    file input插件功能如此强大,样式非常美观,并且支持上传文件预览,ajax同步或异步上传,拖曳文件上传等炫酷的功能,完全没有理由不去使用,但是国内很少能找到本插件完整的使用方法,于是本人去其官 ...

  2. 【java】将自己写的类生成说明文档的方法

    使用工具: jdk中的javadoc 实现步骤: 1.将java文件放到一个目录之下 2.进入doc(win+R,输入cmd) 3.通过cd指令进入存放java文件的文件夹 4.编译java文件 代码 ...

  3. 一键生成表结构说明文档的参考,数据字典生成方式参考

    我们经常需要出系统的表结构说明文档,需要拿给客户看,需要给同事看,需要拿给将来做系统维护的人看,编写招标文件等时还需要把一些表结果说明等,都写入到招标文件里去,虽然这些东西,我们手工都可以做,但是工作 ...

  4. Atomikos 中文说明文档【转】

    Atomikos 翻译文档(英文文档来源:下载安装包中START_HERE.html)                                  ----译者:周枫 请尊重劳动成果,转载请标明 ...

  5. 分享个人预算系统源码(含说明文档)

    一. 描述 本文档用于简单描述预算系统使用操作过程. 预算系统可用于账户金额的管理,包括账户管理,支出记录,收入记录,支出分类,收入分类,转账,封帐,支出配置,存储计划,计划管理. 源代码和文档为个人 ...

  6. Apache安装及jboss部署说明文档

    Apache安装及jboss部署说明文档 本文为转载 http://oss.org.cn/man/newsoft/jboss.htm#_Toc124845774, 文章内容的准确性有待进一步实验 1 ...

  7. 我的产品需求说明文档模板(PRD)

    我的产品需求说明文档模板(PRD) 修订记录: 产品简介: 一句话介绍产品 产品目标: 介绍产品愿景,描绘产品蓝图 项目背景: 在什么背景下做这款产品?为什么要做这款产品?(马云爸爸说过"哪 ...

  8. vnpy官网说明文档网址

    接触VNPY一年多,一直对作者设计原理和思想有所困惑.发一篇vnpy官网的说明文档,便于以后理解项目代码. http://www.vnpy.org/archives.html 转载于:https:// ...

  9. 企业应用开发(4)(补充)--需求说明文档

    OJ系统的需求说明文档 1.引言 经过一周的修改及完善,我们基本完善了对OJ系统的需求分析,绘制了思维导图并撰写了用户故事,并设计出了与之相应的原型图. 2.思维导图 如上图所示,我们重新绘制了思维导 ...

  10. TNN API说明文档

    TNN API说明文档 TNN:https://github.com/Tencent/TNN 说明文档:https://github.com/Tencent/TNN/blob/master/doc/c ...

最新文章

  1. sql数据库打包部署安装
  2. ubuntu10.10各种服务器搭建
  3. [项目管理]团队管理中的起点:尊重
  4. linux终端使用python3,3 个 Python 命令行工具 | Linux 中国
  5. action怎么获得 ajax date参数_ajax()gt;load()事件的新用法!!!
  6. 微信小程序,用户拒绝授权后重新授权;uni-app小程序,用户拒绝授权后点击无效;重新进入后拉起位置授权框;
  7. 【软工项目组】第九次会议
  8. linux常用命令和配置
  9. 电商库存详解:三层(销售层、调度层、仓库层)来看库存设计
  10. hive case when语法_SQL中CASE表达式的妙用
  11. 20200210:(leetcode 623)在二叉树中增加一行
  12. java正则学习笔记
  13. data transformation python_Data augmentation: 利用python进行图像扩建
  14. Sailfish OS构建(1)
  15. UCOS操作系统——系统内部任务(六)
  16. android缩放大图片加载
  17. flash activex java_Adobe flash player ActiveX和NPAPI和PPAPI 这三个软件有什么区别?哪个是不必要的?...
  18. 42. OP-TEE中secure stroage------安全文件的创建
  19. 315再曝数据安全问题,短信钓鱼、App窃密等成焦点
  20. 【视频分析】智能视频分析技术让安防更加智慧...

热门文章

  1. 设置Log4j配置文件路径
  2. Coredump-N, segfault at 0 ip 0000000000000000 sp; 被kernel 抓到
  3. 安徽大学线性代数第二章习题册(详细解答)
  4. 空调基础知识培训课件
  5. 织梦采集插件自动图片本地化提升内容原创度
  6. idea weblogic 部署慢_IDEA+weblogic部署运行项目
  7. 6.6 RTC Dev Meetup|开发者硬核个人成长指南——如何领先于80% 的同行?
  8. vs2010+Silverlight4+wcf开发部署全过程
  9. android代码设置点击涟漪,android – 为自定义CompoundButton添加涟漪效果
  10. 数据结构试卷三(含答案)