一不小心出了国
分类: LINUX
2007-09-03 12:36:10
specifies an alternative port specifies a password
-U
-P
General Options:
-h More detailed help.
-q Quiet. Minimal output
-v Verbose.
Server Operations:
/usr/bin/vmware-cmd -l
-- lists the registered VMs
/usr/bin/vmware-cmd -s register
-- registers a VM
/usr/bin/vmware-cmd -s unregister
-- unregisters a VM
/usr/bin/vmware-cmd -s getresource
-- retrieves a server resource
/usr/bin/vmware-cmd -s setresource
-- sets a server resource
VM Operations:
/usr/bin/vmware-cmd
/usr/bin/vmware-cmd
-- gets the execution state of the VM
/usr/bin/vmware-cmd
-- powers on or resumes a VM
/usr/bin/vmware-cmd
-- stops a VM
/usr/bin/vmware-cmd
-- resets a VM
/usr/bin/vmware-cmd
-- suspends a VM
/usr/bin/vmware-cmd
-- sets a configuration variable
/usr/bin/vmware-cmd
-- retrieves the value for a configuration variable
/usr/bin/vmware-cmd
-- sets a guest info variable
/usr/bin/vmware-cmd
-- retrieves the value for a guest info variable
/usr/bin/vmware-cmd
-- retrieves the VM id
/usr/bin/vmware-cmd
-- retrieves the process id of the running VM
/usr/bin/vmware-cmd
-- gets various product information
/usr/bin/vmware-cmd
-- connects a virtual device to a VM
/usr/bin/vmware-cmd
-- disconnects a virtual device from a VM
/usr/bin/vmware-cmd
-- retrieves the path to the configuration file
/usr/bin/vmware-cmd
-- retrieves the heartbeat value of the guest OS
/usr/bin/vmware-cmd
-- retrieves the uptime of the guest OS
/usr/bin/vmware-cmd
-- retrieves the number of remote connections to a VM
/usr/bin/vmware-cmd
-- retrieves the number of seconds since last notification from the tools
/usr/bin/vmware-cmd
-- retrieves a VM resource
/usr/bin/vmware-cmd
-- sets a VM resource
/usr/bin/vmware-cmd
-- sets the user that the VM runs as
/usr/bin/vmware-cmd
-- retrieves the user that the VM runs as
/usr/bin/vmware-cmd
-- retrieves the access permissions of the current user on a VM
/usr/bin/vmware-cmd
-- adds a redo log to a virtual disk
/usr/bin/vmware-cmd
-- commits the redo log of a virtual disk
/usr/bin/vmware-cmd
-- answers a question for a VM requesting input
=============================================
Linux下安装和卸载vmware tool
Installing VMware Tools in a Linux or Freebsd Virtual Machine
1. Power on the virtual machine.
2. After the guest operating system has started, prepare your virtual machine to install VMware Tools.
Choose VM > Install VMware Tools.
The remaining steps take place inside the virtual machine.
3. Be sure the guest operating system is running in text mode. You cannot install VMware Tools from a terminal in an X window session.
Some recent distributions of Linux are configured to run the X server when they boot and do not provide an easy way to stop the X server. However, you can switch to a different workspace that is still in text mode and install VMware Tools from that workspace.
To switch between Linux workspaces in a virtual machine, press Ctrl-Alt-Space, release Space without releasing Ctrl and Alt, then press the function key for the workspace you want to use — for example, F2.
Note: If you changed your hot-key combination to something other than Ctrl-Alt, use that combination with Space and the function key.
4. As root (su -), mount the VMware Tools virtual CD-ROM image, change to a working Directory (for example, /tmp), uncompress the installer, then unmount the CD-ROM image.
Note: You do not use an actual CD-ROM to install VMware Tools, nor do you need to download the CD-ROM image or burn a physical CD-ROM of this image file. The GSX Server software contains an ISO image that looks like a CD-ROM to your guest operating system. This image contains all the files needed to install VMware Tools in your guest operating system.
Linux Guests: Some Linux distributions use different device names or organize the /dev directory differently. If your CD-ROM drive is not /dev/cdrom or if the mount point for a CD-ROM is not /mnt/cdrom, modify the following commands to reflect the conventions used by your distribution.
Further, some Linux distributions automatically mount CD-ROMs. If your distribution uses automounting, do not use the mount and umount commands below. You still must untar the VMware Tools installer to /tmp.
mount /dev/cdrom /mnt/cdrom
cd /tmp
tar zxf /mnt/cdrom/vmware-linux-tools.tar.gz
umount /mnt/cdrom
FreeBSD Guests: Some FreeBSD distributions automatically mount CD-ROMs. If your distribution uses automounting, do not use the mount and umount commands below. You still must untar the VMware Tools installer to /tmp.
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 Files\VMware\VMware Management Interface\htdocs\init.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