Linux操作系统文本模式下安装VMware虚拟机

http://tech.ddvip.com   2007年09月07日    社区交流

内容摘要:通过几步简单的表单填写就可以申请个免费的注册码,本地解压后执行里面的vmware-install.pl脚本基本一路按默认回车下去即可,安装完毕需要给虚拟机的安装目录可读写权限,默认位置是/var/lib/vmware/,接下来就是涉及到具体操作了。

  mount /cdrom

  cd /tmp

  tar zxf /cdrom/vmware-freebsd-tools.tar.gz

  umount /cdrom

  5. Run the VMware Tools installer.

  cd vmware-tools-distrib

  ./vmware-install.pl

  6. Answer the questions about default directories.

  7. Run the configuration program.

  vmware-config-tools.pl

  8. To change your virtual machine's display resolution, answer yes, then enter the number that corresponds to the desired resolution.

  9. Log off of the root account.

  exit

  10. Start X and your graphical environment.

  11. In an X terminal, launch the VMware Tools background application.

  vmware-toolbox &

  You can run VMware Tools as root or as a normal user. To shrink virtual disks, you must run VMware Tools as root (su -).

  Note: To get the greatest benefit from the features of VMware Tools, always run vmware-toolbox in the guest operating system.

  Uninstalling VMware Tools

  If you need to remove VMware Tools from your Linux guest operating system, log on as root (su -) and run the following command:

  vmware-uninstall-tools.pl

  ==================================

  管理接口 management interface

  需要下载VMware-mui-3.2.1-19281.tar.gz

  windows下运行

  C:Program FilesVMwareVMware Management Interfacehtdocsinit.pl

  linux下运行

  vmware-config-mui.pl

  The apache Server and the VMware Management Interface

  On GSX Server for Linux hosts, an Apache server is installed with the management interface. Listed here are the commands to start, stop and restart the Apache server.

  In order to use these commands, you must first log on as root (su -), then open a terminal session.

  To start the Apache server, type

  /etc/init.d/httpd.vmware start

  To stop the Apache server, type

  /etc/init.d/httpd.vmware stop

  To restart the Apache server, type

  /etc/init.d/httpd.vmware restart

责编:豆豆技术应用

正在加载评论...