8.1
Table Of Contents
- Using VMware Fusion
- Contents
- Using VMware Fusion
- Updated Information
- Getting Started with Fusion
- Understanding Fusion
- Virtual Machines and What Fusion Can Do
- Navigating and Taking Action by Using the Fusion Interface
- VMware Fusion Toolbar
- Perform Actions on Your Virtual Machines From the Virtual Machine Library Window
- Using the Home Pane to Create a Virtual Machine or Obtain One from Another Source
- Using the Fusion Applications Menu
- Using Different Views in the Fusion Interface
- Resize the Virtual Machine Display to Fit
- Using Multiple Displays
- Resize the Virtual Machine Display to Fit
- Configuring Fusion
- Setting Fusion Preferences
- Set General Preferences
- Select a Keyboard and Mouse Profile
- Set Key Mappings on the Keyboard and Mouse Preferences Pane
- Set Mouse Shortcuts on the Keyboard and Mouse Preference Pane
- Enable or Disable Mac Host Shortcuts on the Keyboard and Mouse Preference Pane
- Enable Fusion Shortcuts on the Keyboard and Mouse Preference Pane
- Set Fusion Display Resolution Preferences
- Set Default Applications Preferences
- Creating Custom Networks
- Enable Dictation
- Customizing the Fusion Display
- Keep a Windows Application in the Mac Dock
- Set a Virtual Machine Application to Open When You Log In To Your Mac
- Contents of the Virtual Machine Package
- Work with Virtual Machine Packages
- Setting Fusion Preferences
- Creating Virtual Machines
- Create a Virtual Machine
- Creating a Microsoft Windows Virtual Machine
- Creating a Linux Virtual Machine in Fusion
- Creating a Mac OS X Virtual Machine in Fusion
- Creating a Shared Virtual Machine in Fusion
- Create a Virtual Machine from a Mac Recovery Partition
- Create a Virtual Machine on a Remote Server
- Create a Virtual Machine for Any Supported Operating System
- Power On the Boot Camp Partition as a Virtual Machine
- Activate Windows in a Virtual Machine
- Upload a Virtual Machine to a Remote Server
- Upload a Virtual Machine to VMware vCloud Air
- Download a Virtual Machine from a Remote Server
- Migrate an Existing Physical PC to a Virtual Machine
- Set Up Your Mac to Accept the Transfer of Files from Your PC
- Connect to Your PC for Migration
- Disable UAC for Windows Vista and Later Before Migrating
- Install and Run the Fusion PC Migration Agent on Your PC
- Run the Migration Assistant on Your Mac
- Ensure that VMware Tools is Installed in the Migrated Virtual Machine
- Importing Windows Virtual Machines
- Export a Virtual Machine to OVF Format
- Installing and Using VMware Tools
- Cloning Virtual Machines with Fusion Pro
- Create a Virtual Machine
- Working with your Virtual Machines
- Running Fusion Pro and Virtual Machines
- Open an Existing Virtual Machine
- Browse for a Virtual Machine
- Open a Virtual Machine From the Finder
- Start a Virtual Machine's Operating System
- Open a Virtual Machine Without Powering On
- Shut Down a Virtual Machine's Operating System
- Suspend and Resume a Virtual Machine in Fusion
- Cancel a Resume Command
- Power on a Virtual Machine to Firmware in Fusion Pro
- Pause a Virtual Machine
- Restart a Virtual Machine
- Reset a Virtual Machine
- Uninstall a Virtual Machine by Using the Finder
- Uninstall a Virtual Machine by Using the Virtual Machine Library
- Send the Ctrl-Alt-Delete Command to a Virtual Machine
- Send Special Key Commands to a Windows or Linux Virtual Machine
- Special Key Commands
- Switch Power Commands from the Default Options
- Options for Fusion Power Commands
- Open a Windows Application While You Are In Unity View
- Open a Windows or Linux Application from the Applications Menu
- Moving and Sharing Files with Your Mac
- Sharing Applications Between Your Mac and Your Windows Virtual Machines
- Keep a Windows Application in the Mac Dock
- Switch Between Virtual Machines That Are Powered On
- Using Mac Input Devices in a Virtual Machine
- Force Virtual Machines to Grab Keyboard and Mouse Input
- Running Fusion Pro and Virtual Machines
- Sharing Files Between Windows and Your Mac
- Protecting Your Virtual Machines
- Configuring Your Virtual Machines
- Fusion General System Settings
- Set a Virtual Machine to Start When Fusion Starts
- Setting Virtual Processors and Memory
- Enable Default Applications
- Configuring Keyboard and Mouse Profiles
- Enable a CD/DVD Drive on a Remote Virtual Machine
- Enable a Floppy Drive on a Remote Virtual Machine
- View the Status of a Server or Remote Virtual Machine
- Configuring Display Resolution Settings
- Enable Hot Keys for Virtual Machines
- Configure Discrete Graphics Management
- Set the Default Printer for a Virtual Machine
- Add a Device
- Configuring the Network Connection
- Managing Virtual Hard Disks
- Configuring the CD/DVD Drive
- Configuring a Floppy Device
- Configuring the Sound Card
- Add a Camera to a Virtual Machine
- Configuring the USB Controller and Connecting USB Devices
- Add the USB Controller
- Remove the USB Controller
- Choose Where to Connect a USB Device When You Plug It In
- Set the Default Plug-In Action for a USB Device
- Connect and Disconnect USB Devices
- Connect and Disconnect a USB Device Using the Virtual Machine Toolbar
- Connect a USB Smart Card Reader
- USB Connection Dialog Box Disappears Before Connection Can Be Made
- Add a Parallel Port
- Add a Serial Port
- Sharing Bluetooth Devices with a Virtual Machine
- Select a Startup Device
- Encrypting and Restricting a Virtual Machine
- Virtual Machine Compatibility
- Configuring Guest Isolation Options for a Virtual Machine
- Managing Advanced Settings
- Configure Time Synchronization Between Guest and Host Operating Systems
- Show the Mac Power Supply Status in the Virtual Machine
- Change the Preferred Virtualization Engine
- Troubleshooting Your Virtual Machine
- Change Hard Disk Buffering
- Set Password Requirement for Opening a Boot Camp Virtual Machine
- Enable a VNC Client to Access the Virtual Machine Remotely
- Upgrading Fusion
- Index
Manually Install or Upgrade VMware Tools in a Linux Virtual Machine
For Linux virtual machines, you manually install or upgrade VMware Tools by using the command line.
Prerequisites
n
Power on the virtual machine.
n
Verify that the guest operating system is running.
n
Because the VMware Tools installer is written in Perl, verify that Perl is installed in the guest operating
system.
Procedure
1 On the host, from the VMware Fusion menu bar, select Virtual Machine > Install VMware Tools.
If an earlier version of VMware Tools is installed, the menu item is Update VMware Tools.
2 In the virtual machine, log in to the guest operating system as root and open a terminal window.
3 Run the mount command with no arguments to determine whether your Linux distribution
automatically mounted the VMware Tools virtual CD-ROM image.
If the CD-ROM device is mounted, the CD-ROM device and its mount point are listed as something like
this:
/dev/cdrom on /mnt/cdrom type iso9660 (ro,nosuid,nodev)
4 If the VMware Tools virtual CD-ROM image is not mounted, mount the CD-ROM drive.
a If a mount point directory does not already exist, create it.
mkdir /mnt/cdrom
Some Linux distributions use different mount point names. For example, on some distributions the
mount point is /media/VMware Tools rather than /mnt/cdrom. Modify the command to reflect the
conventions that your distribution uses.
b Mount the CD-ROM drive.
mount /dev/cdrom /mnt/cdrom
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 command to reflect the conventions that your distribution uses.
5 Change to a working directory, for example, /tmp.
cd /tmp
6 Delete any previous vmware-tools-distrib directory before you install VMware Tools.
The location of this directory depends on where you placed it during the previous installation. Often
this directory is placed in /tmp/vmware-tools-distrib.
7 List the contents of the mount point directory and note the filename of the VMware Tools tar installer.
ls mount-point
8 Uncompress the installer.
tar zxpf /mnt/cdrom/VMwareTools-x.x.x-yyyy.tar.gz
The value x.x.x is the product version number, and yyyy is the build number of the product release.
If you attempt to install a tar installation over an RPM installation, or the reverse, the installer detects
the previous installation and must convert the installer database format before continuing.
Using VMware Fusion
66 VMware, Inc.










