Download: VMware Tools Configuration Utility User's Guide

VMware Tools Configuration Utility User's Guide VMware Fusion 3.0 VMware ACE 2.6 VMware Workstation 7.0 VMware Player 3.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document, see http://www.vmware.com/support/pubs. EN-000275-00 You can find the most up-to-date technical documentation on the VMware Web site at: http://www.vmware.com/support/ The VMware Web site also provides the latest product updates. If you have comments about this documentation, submi...
Author: Sam Tyler Shared: 7/30/19
Downloads: 150 Views: 827

Content

VMware Tools Configuration Utility User's Guide

VMware Fusion 3.0 VMware ACE 2.6 VMware Workstation 7.0 VMware Player 3.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this document, see http://www.vmware.com/support/pubs. EN-000275-00, You can find the most up-to-date technical documentation on the VMware Web site at: http://www.vmware.com/support/ The VMware Web site also provides the latest product updates. If you have comments about this documentation, submit your feedback to: email is hidden Copyright © 2009 VMware, Inc. All rights reserved. This product is protected by U.S. and international copyright and intellectual property laws. VMware products are covered by one or more patents listed at http://www.vmware.com/go/patents. VMware is a registered trademark or trademark of VMware, Inc. in the United States and/or other jurisdictions. All other marks and names mentioned herein may be trademarks of their respective companies. VMware, Inc. 3401 Hillview Ave. Palo Alto, CA 94304 www.vmware.com 2 VMware, Inc.,

Contents About This Book 5 Using the VMware Tools Configuration Utility 7

Configure Time Synchronization Between Guest and Host 8 Disable Time Synchronization Completely 9 VMware Tools Service 10 Connect or Disconnect a Virtual Device 10 VMware Tools Device Drivers 11 Shrink a Virtual Disk 12 Use Custom VMware Tools Scripts 14 Default VMware Tools Scripts 15 Disable a VMware Tools Script 16 Retrieve Status Information About the Virtual Machine 17 Exit Codes 18

Index 19

VMware, Inc. 3, 4 VMware, Inc.,

About This Book

The VMware Tools Configuration Utility User's Guide provides an introduction to using the VMware® Tools command-line utility to configure VMware Tools. VMware Tools is a suite of utilities that enhances the performance of a virtual machine.

Intended Audience

This book is intended for anyone who configures VMware Tools. Users typically include administrators and others who want to automate configuration of VMware Tools by writing their own scripts.

Document Feedback

VMware welcomes your suggestions for improving our documentation. If you have comments, send your feedback to email is hidden.

Technical Support and Education Resources

The following technical support resources are available to you. To access the current version of this book and other books, go to http://www.vmware.com/support/pubs. Online and Telephone To use online support to submit technical support requests, view your product Support and contract information, and register your products, go to http://www.vmware.com/support. Customers with appropriate support contracts should use telephone support for the fastest response on priority 1 issues. Go to http://www.vmware.com/support/phone_support.html. Support Offerings To find out how VMware support offerings can help meet your business needs, go to http://www.vmware.com/support/services. VMware Professional VMware Education Services courses offer extensive hands-on labs, case study Services examples, and course materials designed to be used as on-the-job reference tools. Courses are available onsite, in the classroom, and live online. For onsite pilot programs and implementation best practices, VMware Consulting Services provides offerings to help you assess, plan, build, and manage your virtual environment. To access information about education classes, certification programs, and consulting services, go to http://www.vmware.com/services. VMware, Inc. 5, 6 VMware, Inc.,

Using the VMware Tools Configuration Utility

The VMware Tools configuration utility is a command-line interface you can use in the guest operating system to modify VMware Tools settings, shrink virtual disks, and connect and disconnect virtual devices. The VMware Tools configuration utility provides a command-line interface for functionality that was previously available only in the VMware Tools control panel. This program is called VMwareToolboxCmd.exe in Windows guests, vmware-tools-cli in Mac guests, and vmware-toolbox-cmd in Linux, FreeBSD, and Solaris guests. Use its help command to display complete usage information and syntax. The VMware Tools configuration utility is included in the following VMware products for this release: n VMware Workstation 7.0 and later n VMware Fusion 3.0 and later n VMware Player 3.0 and later n VMware ACE 2.6 and later You can use this utility in the guest operating system to perform several tasks. n Configure Time Synchronization Between Guest and Host on page 8 When you turn on periodic time synchronization, VMware Tools sets the time of the guest operating system to be the same as the time of the host. After that, VMware Tools checks once every minute to determine whether the clocks on the guest and host still match. If not, the clock on the guest is synchronized to match the clock on the host. n Connect or Disconnect a Virtual Device on page 10 You can connect and disconnect removable devices such as floppy drives, DVD/CD-ROM drives, ISO images, USB devices, sound adapters, and network adapters. n Shrink a Virtual Disk on page 12 Shrinking a virtual disk reclaims unused space in the virtual disk and reduces the amount of space the virtual disk occupies on the host. n Use Custom VMware Tools Scripts on page 14 You can use scripts to automate guest operating system operations when you change the power state of a virtual machine. You can also edit default scripts or associate custom scripts with power operations. n Retrieve Status Information About the Virtual Machine on page 17 You can display information about host time and CPU speed. VMware, Inc. 7,

Configure Time Synchronization Between Guest and Host

When you turn on periodic time synchronization, VMware Tools sets the time of the guest operating system to be the same as the time of the host. After that, VMware Tools checks once every minute to determine whether the clocks on the guest and host still match. If not, the clock on the guest is synchronized to match the clock on the host. If the clock on the guest falls behind the clock on the host, VMware Tools moves the clock on the guest forward to match the clock on the host. If the clock on the guest is ahead of that on the host, VMware Tools causes the clock on the guest to run more slowly until the clocks are synchronized. Native time synchronization software, such as Network Time Protocol (NTP) for Linux and the Mac, or Microsoft Windows Time Service (Win32Time) for Windows, is typically more accurate than VMware Tools periodic time synchronization and is therefore preferred. Use only one form of periodic time synchronization in your guests. If you are using native time synchronization software, turn off VMware Tools periodic time synchronization, but do not disable VMware Tools time synchronization completely. Regardless of whether you turn on VMware Tools periodic time synchronization, time synchronization occurs when the VMware Tools daemon is started (such as during a reboot or power on operation), when resuming a virtual machine from a suspend operation, after reverting to a snapshot, and after shrinking a disk. When the operating system starts or reboots, and when you first turn on periodic time synchronization, synchronization can be either forward or backward in time. For other events, synchronization is forward in time. To disable time synchronization completely, you must edit the configuration file (.vmx file) of the virtual machine and set several synchronization properties to FALSE. NOTE Mac guests use NTP and do not become out of sync with the host. For Mac guests, there is no need to turn on VMware Tools time synchronization. Prerequisites Disable other periodic time synchronization mechanisms. For example, some guests might have NTP or Win32Time clock synchronization turned on by default. If you plan to script the commands used in this procedure and need to know what the exit codes are, see “Exit Codes,” on page 18. Procedure 1 Open a command prompt or terminal in the guest. 2 Change to the VMware Tools installation directory. Guest Default Path Windows C:\Program Files\VMware\VMware Tools Linux and Solaris /usr/sbin FreeBSD /usr/local/sbin 8 VMware, Inc., Using the VMware Tools Configuration Utility 3 Enter the command to determine whether time synchronization is enabled. timesync status For use the guest-specific program name. Guest Program Name Windows VMwareToolboxCmd.exe Linux, Solaris, and FreeBSD vmware-toolbox-cmd 4 Enter the command to enable or disable periodic time synchronization. timesync For , use enable or disable. After you complete this procedure, the VMware Tools service enables or disables periodic time synchronization, as you specified. For information about the additional functionality this service performs, see “VMware Tools Service,” on page 10. Disabling periodic time synchronization does not disable all VMware Tools time synchronization. To configure the virtual machine so that its time never synchronizes with the host, see “Disable Time Synchronization Completely,” on page 9.

Disable Time Synchronization Completely

If you want to keep a fictitious time in a virtual machine, so that the clock in the guest is never synchronized with that on the host, you must disable time synchronization completely. A virtual machine occasionally synchronizes time with the host even if you do not turn on periodic time synchronization. To completely disable time synchronization, you must set some properties in the virtual machine configuration file. Prerequisites Power off the virtual machine. Procedure 1 Open the configuration (.vmx) file of the virtual machine with a text editor. 2 Add lines for the time synchronization properties and set the properties to FALSE. tools.syncTime = "FALSE" time.synchronize.continue = "FALSE" time.synchronize.restore = "FALSE" time.synchronize.resume.disk = "FALSE" time.synchronize.shrink = "FALSE" time.synchronize.tools.startup = "FALSE" 3 Save and close the file. VMware, Inc. 9,

VMware Tools Service

The VMware Tools service starts when the guest operating system boots. The service passes information between host and guest. This program, which runs in the background, is called vmtoolsd.exe in Windows guests, vmware-tools-daemon in Mac guests, and vmtoolsd in Linux, FreeBSD, Solaris guests. The VMware Tools service performs the following tasks: n Passes messages from the host to the guest operating system. n Runs scripts that help automate guest operating system operations. The scripts run when the power state of the virtual machine changes. n Synchronizes the time in the guest operating system with the time on the host. n In Windows guests, allows the pointer to move freely between the guest and host. n In Windows guests, fits the screen resolution of the guest to the screen resolution of the host. n In Windows guests, helps create the quiesced snapshots used by certain backup applications. This feature applies to ESX/ESXi and VMware Server. n In Linux, Solaris, and FreeBSD guests, executes commands in the virtual machine when you shut down or restart the guest operating system. n Is one of the processes that sends a heartbeat to the VMware product to indicate that the guest operating system is running. When the virtual machine runs under ESX/ESXi, or VMware Server, a gauge for this heartbeat appears in the management interface. n Provides support for guest-bound calls created with the VMware VIX API. NOTE In Mac guests, the VMware Tools service only fits the screen resolution of the guest to the screen resolution of the host.

Connect or Disconnect a Virtual Device

You can connect and disconnect removable devices such as floppy drives, DVD/CD-ROM drives, ISO images, USB devices, sound adapters, and network adapters. IMPORTANT Note the following restrictions for connecting devices: n Some devices cannot be shared between the host and guest or between two guests. For example, only one virtual machine or the host can access the floppy drive at any one time. n The controls for connecting and disconnecting devices might not be available, depending on whether your system administrator has enabled them. n Audio devices are not supported for virtual machines on ESX/ESXi servers. Prerequisites If you plan to script the commands used in this procedure and need to know what the exit codes are, see “Exit Codes,” on page 18. 10 VMware, Inc., Using the VMware Tools Configuration Utility Procedure 1 Open a command prompt or terminal on the guest. 2 Change to the VMware Tools installation directory. Guest Default Path Windows C:\Program Files\VMware\VMware Tools Linux and Solaris /usr/sbin FreeBSD /usr/local/sbin Mac '/Library/Application Support/VMware Tools' 3 Enter the command to list available devices. device list For use the guest-specific program name. Guest Program Name Windows VMwareToolboxCmd.exe Linux, Solaris, and FreeBSD vmware-toolbox-cmd Mac vmware-tools-cli 4 (Optional) Enter the command to determine whether a device is connected. device status For , use one of the names displayed when you used the list subcommand. 5 Enter the command to connect or disconnect the device. device Variable Valid Value Use one of the names displayed when you used the list subcommand. Use enable or disable. After you complete this procedure, the device is connected or disconnected, as you specified. For more information about the VMware Tools drivers used for device functionality, see “VMware Tools Device Drivers,” on page 11.

VMware Tools Device Drivers

Device drivers smooth mouse operations, make VMware features such as folder sharing available, and improve sound, graphics, and networking performance. If you do a custom VMware Tools installation or reinstallation, you can choose which drivers to install. Which drivers are installed when you install VMware Tools also depends on the guest operating system and the VMware product. The following device drivers are included with VMware Tools: SVGA driver This virtual driver enables 32-bit displays, high display resolution, and significantly faster graphics performance. When you install VMware Tools, a virtual SVGA driver replaces the default VGA driver, which allows for only 640 X 480 resolution and 16-color graphics. VMware, Inc. 11, On Windows guests whose operating system is Windows Vista or later, the VMware SVGA 3D (Microsoft - WDDM) driver is installed. It provides the same base functionality as the SVGA driver, and it adds Windows Aero support. SCSI driver When you create a virtual machine, if you specify that you want the virtual machine to use a BusLogic adapter, the guest operating system uses the SCSI driver that VMware Tools provides. Some recent guest operating systems, however, contain LSI or LSI SAS drivers. For example, Windows Server 2008 defaults to LSI SAS, which provides the best performance for that operating system. In this case, the LSI Logic SAS driver provided by the operating system is used. Paravirtual SCSI driver This driver is for PVSCSI adapters, which enhance the performance of some virtualized applications. VMXNet NIC drivers The vmxnet and vmxnet3 networking drivers improve network performance. Which driver is used depends on how you configure device settings for the virtual machine. Search the VMware Knowledge Base for information on which guest operating systems support these drivers. When you install VMware Tools, a VMXNet NIC driver replaces the default vlance driver. Mouse driver The virtual mouse driver improves mouse performance. This driver is required if you use some third-party tools such as Microsoft Terminal Services. Audio driver This sound driver is required for all 64-bit Windows guests and 32-bit Windows Server 2003, Windows Server 2008, and Windows Vista guests if you use the virtual machine with VMware Server, Workstation, or Fusion. Kernel module for The host-guest file system module, called hgfs.sys on Windows guests and sharing folders vmhgfs on Linux and Solaris, is required to use the virtual machine with Workstation or Fusion and share folders between hosts and guests. Memory control driver This driver is available and recommended if you use VMware ESX/ESXi. Excluding this driver hinders the memory management capabilities of the virtual machine on an ESX/ESXi host. Modules and drivers that If the guest operating system is Windows Vista, Windows Server 2003, or support making Windows Server 2008, a Volume Shadow Copy Services (VSS) module is automatic backups installed. For other, older Windows operating systems, the Filesystem Sync driver is installed. These modules enable backup applications to create application-consistent snapshots. During the snapshotting process, certain processes are paused and virtual machine disks are quiesced. VMCI and VMCI Sockets The Virtual Machine Communication Interface driver allows fast and efficient drivers communication between virtual machines. Developers can write client-server applications to the VMCI Sock (vsock) interface to make use of the VMCI virtual device.

Shrink a Virtual Disk

Shrinking a virtual disk reclaims unused space in the virtual disk and reduces the amount of space the virtual disk occupies on the host. Shrinking a disk is a two-step process. In the preparation step, VMware Tools reclaims all unused portions of disk partitions (such as deleted files) and prepares them for shrinking. This step takes place in the guest operating system. 12 VMware, Inc., Using the VMware Tools Configuration Utility In the shrink step, the VMware application reduces the size of the disk based on the disk space reclaimed during the preparation step. If the disk has empty space, this process reduces the amount of space the virtual disk occupies on the host drive. The shrink step takes place outside the virtual machine. IMPORTANT Shrinking disks is not allowed under the following circumstances: n The virtual machine is hosted on an ESX/ESXi server. ESX/ESXi Server can shrink the size of a virtual disk only when a virtual machine is exported. The space occupied by the virtual disk on the ESX/ESXi server, however, does not change. n The virtual machine has a Mac guest operating system. n You preallocated all the disk space to the virtual disk when you created it. n The virtual machine contains a snapshot. n The virtual machine is a linked clone or the parent of a linked clone. n The virtual disk is an independent disk in nonpersistent mode. n The file system is a journaling file system, such as an ext4, xfs, or jfs file system. Prerequisites Perform the following tasks: n On Linux, Solaris, and FreeBSD guests, run VMware Tools as the root user to shrink virtual disks. If you shrink the virtual disk as a nonroot user, you cannot prepare to shrink the parts of the virtual disk that require root-level permissions. n On Windows guests, you must be logged in as a user with Administrator privileges to shrink virtual disks. n Verify that the host has free disk space equal to the size of the virtual disk you plan to shrink. n If you plan to script the commands used in this procedure and need to know what the exit codes are, see “Exit Codes,” on page 18. Procedure 1 Open a command prompt or terminal in the guest. 2 Change to the VMware Tools installation directory. Guest Description Windows C:\Program Files\VMware\VMware Tools Linux and Solaris /usr/sbin FreeBSD /usr/local/sbin 3 Enter the command to list available mount points. disk list For use the guest-specific program name. Guest Program Name Windows VMwareToolboxCmd.exe Linux, Solaris, and FreeBSD vmware-toolbox-cmd 4 Enter the command to shrink the disk at a specified mount point. disk For , use one of the mount points displayed when you used the list subcommand. VMware, Inc. 13,

Use Custom VMware Tools Scripts

You can use scripts to automate guest operating system operations when you change the power state of a virtual machine. You can also edit default scripts or associate custom scripts with power operations. On most guest operating systems, if VMware Tools is installed, you can configure settings so that one or more scripts run when the power state changes. For example, when you power off a virtual machine, by default the poweroff-vm-default script runs if the virtual machine is set to shut down the guest rather than abruptly power off. Scripts are run by the VMware Tools service, or daemon (vmtoolsd). Because vmtoolsd is run as root on Linux, Solaris, and FreeBSD and as System on Windows, the scripts are run in a separate session from the session of the logged-in user. The VMware Tools daemon has no knowledge of desktop sessions, which means that it cannot display graphical applications. Do not attempt to use custom scripts to display graphical applications. IMPORTANT This utility cannot run scripts on Windows NT, Me, Windows 98, or Windows 95 guest operating systems. Scripts are not available on Mac guests. Prerequisites Perform one or more of the following tasks, as necessary: n To familiarize yourself with the default scripts, see “Default VMware Tools Scripts,” on page 15. n On Linux, Solaris, and FreeBSD guests, to test, edit, or disable the running of a script, log in as root. n On Linux, Solaris, and FreeBSD guests, to edit a script, make sure xterm and vi are installed in the guest and are in your PATH, or specify which editor to use by setting the EDITOR environment variable. n If you plan to script the commands used in this procedure and need to know what the exit codes are, see “Exit Codes,” on page 18. Procedure 1 Examine the contents of the default scripts to determine whether you want to create a custom script by making changes and saving the edited scripts in a new location. Guest Path Windows Program Files\VMware\VMware Tools Linux Solaris, and FreeBSD /etc/vmware-tools 2 Write new scripts or modify default scripts and save them with new names. Guest Action Windows guests If you write a new script, create the script as a batch file. Linux, Solaris, and FreeBSD guests Create the script in any executable format, such as a shell or Perl script. 3 Open a command prompt or terminal in the guest. 4 Change to the VMware Tools installation directory. Guest Default Path Windows C:\Program Files\VMware\VMware Tools Linux and Solaris /usr/sbin FreeBSD /usr/local/sbin 14 VMware, Inc., Using the VMware Tools Configuration Utility 5 Enter the command to enable the script. script enable Variable Valid Value (On Windows guests) VMwareToolboxCmd.exe (On Linux, Solaris, vmware-toolbox-cmd and FreeBSD guests) Use power, resume, suspend, or shutdown. 6 Enter the command to use the custom script you created. script set For , use the full path to the file, such as, "C:\Temp\poweron-my-vm.bat". 7 Enter the command to verify that the custom script you specified is now being used. script current After you complete this procedure, the VMware Tools service runs the script whenever the specified power operation occurs. For information about the additional functionality this service performs, see “VMware Tools Service,” on page 10.

Default VMware Tools Scripts

One or more default scripts for each power state are included in VMware Tools. What the default scripts do depends in part on the guest operating system: n On most Microsoft Windows guests, the default script that runs when you suspend a virtual machine releases the IP address of the virtual machine. The default script that runs when you resume a virtual machine renews the IP address of the virtual machine. This affects only virtual machines configured to use DHCP. In Windows guests, the default scripts are located in the Program Files\VMware\VMware Tools folder. IMPORTANT This utility cannot run scripts on Windows NT, Me, Windows 98, or Windows 95 guest operating systems. n On most Linux, Solaris, and FreeBSD guests, the default script that runs when you suspend a virtual machine stops networking for the virtual machine. The default script that runs when you resume a virtual machine starts networking for the virtual machine. Scripts cannot be run on NetWare guests. On Linux, Solaris, and FreeBSD guests, the default scripts are located in the /etc/vmware-tools directory. VMware, Inc. 15, Table 1. Default VMware Tools Scripts Script Name Description poweroff-vm-default If you configured the power-off operation to shut down the guest, this script runs when the virtual machine is being powered off. If you configured the reset operation to restart the guest, this script runs when the virtual machine is being reset. This script has no effect on networking for the virtual machine. poweron-vm-default If you configured the power-on operation to start the guest, this script runs when the virtual machine is being powered on rather than resumed. If you configured the reset operation to restart the guest, this script runs after virtual machine restarts. This script has no effect on networking for the virtual machine. resume-vm-default If you configured the power-on operation to start the guest or configured the reset operation to restart the guest, this script runs when the virtual machine is resumed after it was suspended. On Windows guests, if the virtual machine is configured to use DHCP, this script renews the IP address of the virtual machine. On Linux, Solaris, and FreeBSD guests, this script starts networking for the virtual machine. suspend-vm-default If you configured the suspend operation to suspend the guest, this script runs when the virtual machine is being suspended. On Windows guests, if the virtual machine is configured to use DHCP, this script releases the IP address of the virtual machine. On Linux, Solaris, and FreeBSD , this script stops networking for the virtual machine.

Disable a VMware Tools Script

Default scripts for suspending and resuming a virtual machine are written to work together. If you disable the script for one of these actions, you must disable the script for the other action as well. IMPORTANT This utility cannot run scripts in Windows 95, 98, Me, and NT guest operating systems. Prerequisites On Linux, Solaris, and FreeBSD guests, to test, edit, or disable the running of a script, log in as root. 16 VMware, Inc., Using the VMware Tools Configuration Utility Procedure 1 Open a command prompt or terminal in the guest. 2 Change to the VMware Tools installation directory. Guest Default Path Windows C:\Program Files\VMware\VMware Tools Linux and Solaris /usr/sbin FreeBSD /usr/local/sbin 3 Enter the command to disable the script. script disable Variable Valid Value (On Windows guests) VMwareToolboxCmd.exe (On Linux, Solaris, vmware-toolbox-cmd and FreeBSD guests) Use power, resume, suspend, or shutdown. What to do next If you disabled the script for suspending a virtual machine, repeat this procedure to disable the script for resuming, or if you disabled the script for resuming, also disable the script for suspending.

Retrieve Status Information About the Virtual Machine

You can display information about host time and CPU speed. Prerequisites If you plan to script the commands used in this procedure and need to know what the exit codes are, see “Exit Codes,” on page 18. Procedure 1 Open a command prompt or terminal on the guest. 2 Change to the VMware Tools installation directory. Guest Default Path Windows C:\Program Files\VMware\VMware Tools Linux and Solaris /usr/sbin FreeBSD /usr/local/sbin Mac '/Library/Application Support/VMware Tools' 3 Enter the command to display the desired status information. stat Variable Valid Value (On Windows guests) VMwareToolboxCmd.exe (On Linux, Solaris, vmware-toolbox-cmd and FreeBSD guests) VMware, Inc. 17, Variable Valid Value (On Mac guests) vmware-tools-cli Use hosttime or speed.

Exit Codes

You might use exits codes if you want to integrate the VMware Tools configuration utility commands with a scripting tool. Table 2. Exit Codes Code Number Applicable Command Description 0 All commands The command was successful. 1 All commands Always indicates that an error occurred. For the shrink command, 1 means that although shrinking is enabled, the shrink command cannot be carried out. 64 All commands The command-line argument is not valid. 66 script The file name does not exist. 69 device and stat For the device command, 69 means the specified device does not exist. Use the list subcommand to display valid names of devices. For the stat command, 69 means the program could not communicate with the host (EX_UNAVAILABLE). 75 stat The host does not support the query (EX_TEMPFAIL). 77 All commands Permission errors. 18 VMware, Inc.,

Index A networking drivers, virtual 11

audio adapters, connecting 10 audio drivers, virtual 11 P paravirtual SCSI drivers 11

B poweroff-vm-default script 15

backup applications, drivers for 11 poweron-vm-default script 15 BusLogic SCSI adapters 11

R C removable devices 10

CD-ROM drives, connecting 10 clock, synchronization between host and guest 8, resume-vm-default script 15 CPU statistics 17 S custom scripts 14 script command 14 custom VMware Tools scripts 14 scripts, VMware Tools 14, 15 SCSI drivers, virtual 11

D service, VMware Tools 10

device command 10 session ID 17 device drivers, virtual 11 shared folders, kernel module for 11 disk command 12 shrinking a virtual disk 12 drivers, VMware Tools 11 sound adapters, connecting 10 DVD drives, connecting 10 stat command 17 suspend-vm-default script 15

E SVGA drivers, virtual 11

exit codes 18

T F time synchronization 8, 9

Filesystem Sync drivers 11 timesync command 8 floppy drives, connecting 10

U H USB devices, connecting 10

hgfs.sys kernel module 11 host time 17 V virtual disks, shrinking 12

I VMCI drivers 11

ISO images, connecting 10 vmhgfs kernel module 11 vmtoolsd 10

L VMware Tools scripts

LSI Logic adapters, virtual 11 custom 14 default 15

M disabling 16

memory control drivers, virtual 11 VMware Tools service 10 memory statistics 17 vmware-toolbox-cmd utility for Linux, Solaris, and mouse drivers, virtual 11 FreeBSD guests 7 vmware-tools-cli utility for Mac guests with

N Fusion 7

network adapters, connecting 10 VMware, Inc. 19, VMwareToolboxCmd.exe utility for Windows Volume Shadow Copy Services drivers 11 guests 7 vmxnet networking drivers 11 20 VMware, Inc.]
15

Similar documents

Praise for Buddha's Little Finger
Praise for Buddha's Little Finger Televin's fine absurdist mind takes on a bit of his country's dubious history and molds it into a Buddhist retelling, in which the plague of doubt cultivated by Russia's past plays beautifully. All the while, his story works with notions of personal and national ide
Oracle©R VM VirtualBox©R User Manual Version 6.0.0 ©c 2004-2018 Oracle Corporation http://www.virtualbox.org
Oracle©R VM VirtualBox©R User Manual Version 6.0.0 ©c 2004-2018 Oracle Corporation http://www.virtualbox.org Contents Prefacei1First Steps 1 1.1 Why is Virtualization Useful? .2 1.2 Some Terminology .2 1.3 Features Overview .3 1.4 Supported Host Operating Systems .5 1.5 Host CPU Requirements .6 1.6
Van Morrison
Van Morrison Born Aug 31, 1945 in Belfast, Northern Ireland Years Active Genres Rock Celtic Rock, Album Rock, Jazz-Rock, Blue-Eyed Soul, Pop/Rock, Folk- Styles Rock, Soft Rock, Adult Contemporary, Singer/Songwriter Instruments Vocals, Saxophone, Leader, Keyboards, Songwriter, Harmonica Reflective, P
BACH EDITION VOLUME I Orchestral Works / Chamber Music
BACH EDITION VOLUME I Orchestral Works / Chamber Music CD I-1 BRANDENBURG CONCERTOS 1-2-3 The surviving orchestral works of Johann Sebastian Bach provide examples of concertos and suites, the two most important orchestral genres in the late Baroque. Bach dedicated his final versions of the six Brand
BACH EDITION VOLUME VI Organ Works
BACH EDITION VOLUME VI Organ Works CD VI-1 ORGAN WORKS The Choir Organ is an attempt to reconstruct the organ built in Kristine Church in 1742 by Johan Niclas Cahman. Cahman has been called “The Father of Swedish Organ Building”. The famous instruments which he built include the cathedral organs at
VoIP DUMmIES
01_588435 ffirs.qxd 8/1/05 7:15 PM Page i VoIP FOR ‰ DUMmIES 01_588435 ffirs.qxd 8/1/05 7:15 PM Page ii 01_588435 ffirs.qxd 8/1/05 7:15 PM Page iii VoIP FOR ‰ DUMmIES by Timothy Kelly Foreword by Don Peterson Chairman and Chief Executive Officer, Avaya Inc. 01_588435 ffirs.qxd 8/1/05 7:16 PM Page iv
Topic Configuration Maximums VMware® vSphere 4.1 Virtual Machine Maximums
Topic Configuration Maximums VMware® vSphere 4.1 When you select and configure your virtual and physical equipment, you must stay at or below the maximums supported by vSphere 4.1. The limits presented in the following tables represent tested, recommended limits, and they are fully supported by VMwa
W140001XQ Military Topographic Map I
UNITED STATES MARINE CORPS THE BASIC SCHOOL MARINE CORPS TRAINING COMMAND CAMP BARRETT, VIRGINIA 22134-5019 MILITARY TOPOGRAPHIC MAP I W140001XQ STUDENT HANDOUT Warrant Officer Basic Course Military Topographic Map I Introduction Cartography is the art and science of expressing the known physical fe
lairT
Windows ’98 Installation Guide This document describes the installation procedure of the FT8U232AM evaluation kit using FTDI’s VCP drivers under Windows ’98 and information on what to look for if installation doesn't go as planned. The driver installation is a two stage process, firstly the USB sect
ULTRA DARK-POWERED VIRTUAL GUITAR USER MANUAL
ULTRA DARK-POWERED VIRTUAL GUITAR USER MANUAL Table of Contents Table of Contents ... 2 License ... 5 Introduction ... 6 System Requirements ... 9 [IMPORTANT] Preload buffer size configuration ... 10 Tips ...1 1 SPM (Super Performance Multi) ... 12 Multi: V_METAL... 13 Instrument select key switches
© Lonely Planet Publications
© Lonely Planet Publications Contents Foreword 9 BARRINGTON TOPS NATIONAL PARK 115 Barrington Tops Plateau Explorer 116 Table of Walks 12 DORRIGO NATIONAL PARK 119 Rosewood Creek Circuit 120 The Authors 16 MORE WALKS 122 Walk Descriptions 19 Victoria 125 MELBOURNE REGION 130 Werribee Gorge 130 Plann
© Lonely Planet Publications
© Lonely Planet Publications Index A animals 27-30, see also individual Hazards Beach 244 ABCA RBanBgRe E26V9I-A72TIONS animals Injidup Beach 283 AboAriCgiTn al pAeuosptleras lian Capital Arenge Bluff 325 Jan Juc beach 141 A dnyamTaethrraintoa r2y67 Aroona Homestead 270 Kilcarnup Beach 286 NSW New S
Black Mirror 3 Walkthrough
Black Mirror 3 Walkthrough Optional tasks are colored in blue Prologue Adrian runs through the forest and appears at the burning castle, where the inspector arrests him. (Different flashback scenes, some hours before...) Chapter 1 Cutscene: First therapy session; Constable appears Cutscene: Discharg
Foreword Jon Muir
Foreword Jon Muir For many years my childhood dreams threw me into the high-altitude world of snow, rock and ice, but even from the earliest days I had an inkling that, in some shape or form, Australia held the potential for an extreme challenge. It wasn’t until I stood alone on the summit of Ever-
Wanda Jackson
Wanda Jackson Rock & Country 1.Let´have party 2.Who shot sam 3.Brown eyed handsome man 4.Whole lot of shakin going on 5.Mean mean man 6.Hard headed woman 7.Kansas city 8.Long tall Sally 9.Slippin and slidin 10.Rip it up 11.Stupid cupid 12.My baby left me 13.Stand by your man 14,Leave my baby alone 1
Walkthrough 0.05
Walkthrough 0.05 - - (MC can see Hours in the Phone and do others Things Too). - - - First, MC needs to choose with the two paths he follows, Mother or Sis (I chose the two paths) now You will see all the scenes in the Mall, your choice will not change anything in the game, but in the way of the mot
MY NEW LIFE WALKTHROUGH
MY NEW LIFE WALKTHROUGH Version 0.4 MAIN MENU – NEW GAME: Start new game – CONTINUE: Continue previous game. – OPTION: Select configuration of the game. – ALWAYS RUN: The character always run. – VOLUME: Select Volume of BGM, BGS, ME, SE. INTRO – Enter your name. – Select If you want see Intro or not
Warcraft II Battle.net Edition
™ Warcraft II Battle.net Edition Copyright © 1995 - 1999 by Blizzard Entertainment. All rights reserved The software and the manual are copyrighted. All rights reserved. They may not, in whole or part, be copied, photocopied, reproduced, translated or reduced to any electronic medium or machine-read
EMPEROR CLASS TITANS
EMPEROR CLASS TITANS "How like a God He is, that ancient Machine, primal of all His Kind, the Imperator! His mighty Fists, massive like two Towers of Destruction, laden with the Doom of Mankind’s bitter Foes." In this article you’ll find all the rules you need to include Emperor Class Titans in game
Codex: Adeptus Mechanicus The Cult of the Machine God Introduction
Codex: Adeptus Mechanicus The Cult of the Machine God Introduction This army list represents an Adeptus Mechanicus Questing or Exploratory army, not a full-blown army such as would be fielded along the lines of their Epic 40K list. As such, it is a much lighter force than the full might of the Adept
Chapter Approved – Codex: Armageddon Q&A (v2.0)
Chapter Approved – Codex: Armageddon Q&A (v2.0) Speed Freaks Q. Must Deth Kopta (or even ordinary bikers) use their psycho blasta attack on the first close combat round? Do they have to use it even when going up against vehicles? A. In answer to your question, the way I read it is that the warbikes'
Chapter Approved – Codex: Blood Angels Q&A (v1.0)
Chapter Approved – Codex: Blood Angels Q&A (v1.0) Q. What happens if you take two Chaplains? A. You can only ever have one Death Company unit, so if you take two Chaplains as two HQ choices, then both Chaplains and their Death Company Space Marines form a single unit. Q. What happens if Lemartes is
WATCHMAN NEE
WATCHMAN NEE THE NORMAL CHRISTIAN LIFE TABLE OF CONTENTS: PREFACE TO THE FIRST EDITION (Page 5) PREFACE TO THE BRITISH EDITION (Page 7) Chapter 1: The Blood of Christ (Page 9) Chapter 2: The Cross of Christ (Page 17) Chapter 3: The Path Of Progress: Knowing (Page 23) Chapter 4: The Path of Progress:
Recorded & Processed by Burnboy
Recorded & Processed by Burnboy Artwork by BurnBoy. Roger Waters email is hidden 1. Speak to Me 1:12 2. Breathe 2:45 3. On The Run 3:46 4. Time 6:53 5. Breathe (Reprise) 1:07 6. The Great Gig in the Sky 3:42 7. Money 6:42 8. Us and Them 7:38 9. Any Colour You Like 3:24 10. Brain Damage 1:50 11. Ecli
The Vedas An English-only, indexed version of the 4 Veda Samhitas in one document
Dharmo rakshati rakshitah (Dharma protects those who protect it) The Vedas An English-only, indexed version of the 4 Veda Samhitas in one document Issue 1, Draft 2 Compiled by the Dharmic Scriptures Team November 24, 2002 Ano Bhadraha Kritavayo Yantu Vishwataha (Let noble thoughts come from every si
volume 1 Tatsuhiko TAKIMOTO
volume 1 Tatsuhiko TAKIMOTO STORY Tatsuhlko TAKIMOTO WELCOME TO THE N.H.K. TRANSLATION Lindsey Akashi © Tatsuhiko TAKIMOTO 2002,2005. First published in ENGLISH ADAPTATION Laura Wyrick Japan in 2005 by KADOKAWA SHOTEN PUBLISHING DESIGN Jennifer Carbajal CO., LTD., Tokyo. English translation rights a
WDDTY WHAT DOCTORS DON’T TELL YOU Chronic pain
WDDTY WHAT DOCTORS DON’T TELL YOU Chronic pain Your guide to beating it naturally New discoveries 2 Pain: killing it safely Common conditions 7 Chronic back pain 10 Migraine misery 13 Fibromyalgia 15 Chronic fatigue syndrome 18 Irritable bowel syndrome Tested treatments 21 Healing magnets 22 Serrape
What's New on the Autodata DVD Information for complex servicing, repairs, diagnostic and auto electric work. This is the last edition of Autodata on the DVD! From this version Autodata LTD will only sell online access to data.
What's New on the Autodata DVD Information for complex servicing, repairs, diagnostic and auto electric work. This is the last edition of Autodata on the DVD! From this version Autodata LTD will only sell online access to data. For low cost activation of your Autodata 3.45 DVD with no expiration dat
WDDTY WHAT DOCTORS DON’T TELL YOU Healing Foods
WDDTY WHAT DOCTORS DON’T TELL YOU Healing Foods The foods and drinks that are promising disease fighters 2 Power foods: meals and drinks as good as drugs 7 Fighting cancer with food 8 Berry good for you 10 Acai berry: a super-food? 12 Noni juice: hype or hope? 14 Pomegranate juice: a juicy cure-all?
If i could find the American son of a bitch who made people believe that 'Lolita' is connected to sex
If i could find the American son of a bitch who made people believe that 'Lolita' is connected to sex or pornography, i'd kill him. What is Lolita? part 1: Lolita is originally the name of a character in the book written by Vladimir Nabokov. The book is called Lolita, and it tells the story of a man