vmware 命令行启动虚拟机

2021/4/24 7:27:12

本文主要是介绍vmware 命令行启动虚拟机,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

   

   vmware 命令行启动虚拟机    

2014-05-13 12:40 狂师  阅读(1416)  评论(0) 编辑 收藏    

在redhat enterprise 5.3安装了vmware workstation,如何用vmware 命令行启动指定虚拟机?
/usr/bin/vmware[root@node0 ~]# /usr/bin/vmware --help-all
用法:
  vmware [选项...] [--] [configuration file(s)]

帮助选项:
  -?, --help                       显示帮助选项
  --help-all                       显示全部帮助选项
  --help-gtk                       显示 GTK+ 选项

GTK+ Options
  --class=类                       窗口管理其所使用的程序类
  --name=名称                      窗口管理其所使用的程序名
  --screen=屏幕                    要使用的 X 屏幕
  --sync                           同步调用 X
  --gtk-module=模块                装入额外的 GTK+ 模块
  --g-fatal-warnings               将警告变为严重

应用程序选项:
  -m, --quickswitch                Start in Quick Switch mode
  -n, --new-window                 Open a new window
  -q, --close-at-power-off         Close configuration file(s) at power off
  -s, --set=key=value              Set VMX option
  -t, --new-tab                    Open configuration file(s) in a new tab
  -v, --version                    Output version information and exit
  -x, --power-on                   Power on when configuration file(s) are opened
  -X, --power-on-in-fullscreen     Power on and go to full screen mode
  --geometry=geometry              Specify a window geometry
  --display=显示                   要使用的 X 显示

[root@node0 ~]# /usr/bin/vmware  -x   "/root/vmware/Windows XP Professional/Windows XP Professional.vmx" &

 

 

如开机启动虚拟机后,自动打开指定路径下的.vmx文件,如下所示:

"C:\Program Files (x86)\VMware\VMware Workstation\vmware.exe" -x -- F:\ElastixA\ElastixA.vmx

  • 分类            Linux
  •  


这篇关于vmware 命令行启动虚拟机的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程