13.0
Table Of Contents
- Using VMware Fusion
- Contents
- Using VMware Fusion
- 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
- Use the Fusion Toolbar to Access the Virtual-Machine Path
- Default File Location of a Virtual Machine
- Change the File Location of a Virtual Machine
- 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 Menus
- Using Different Views in the Fusion Interface
- Resize the Virtual Machine Display to Fit
- Using Multiple Displays
- 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
- Activate or Deactivate Mac Host Shortcuts on the Keyboard and Mouse Preference Pane
- Activate Fusion Shortcuts on the Keyboard and Mouse Preference Pane
- Set Fusion Display Resolution Preferences
- Set Default Applications Preferences
- Creating Custom Networks
- Enable Jumbo Frames
- Enable Dictation
- Join or Leave the Customer Experience Improvement Program
- Customizing the Fusion Display
- Keep a Windows Application in the Mac Dock on the Intel-based Mac
- 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 macOS 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
- Download a Virtual Machine from a Remote Server
- Importing Windows Virtual Machines
- Export a Virtual Machine to OVF Format on Intel-based Mac
- Installing and Using VMware Tools
- Cloning Virtual Machines with Fusion Pro
- Create a Virtual Machine
- Working with Your Virtual Machines
- Scan for Virtual Machines to Add to the Virtual Machine Library
- Running Fusion 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
- Configure SSH Login on a Linux Virtual Machine
- Edit or Delete the SSH Login Configuration for a Linux Virtual Machine
- 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 on Intel-based Mac
- Open a Windows Application from the Applications Menus on Intel-based Mac
- 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 on the Intel-based Mac
- 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
- Sharing Files Between Windows and Your Intel-based 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
- Install VMware Virtual Printer on Intel-based Mac
- Uninstall VMware Virtual Printer on Intel-based Mac
- Set the Default Printer for a Virtual Machine on Intel-based Mac
- 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
- Configuring a Trusted Platform Module Device
- Select a Startup Device
- Encrypting 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
- 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
- Configure Virtual Machine Power Options
- Enable Verbose USB Debugging
- Enable Dark Mode Synchronization
- Enable Microsoft Virtualization-Based Security
- Configure a Firmware Type
- Using vctl Command to Manage Containers and Run Kubernetes Cluster on Intel-based Mac
- Using the vmrun Command to Control Virtual Machines
- Using VMware Fusion REST API
- Upgrading Fusion
2 Run the vctl system start command to start the vctl container runtime.
This command performs the following tasks:
a Creates a bin folder in the <user home folder>/.vctl folder.
b Downloads kubectl, kind and crx.vmdk files, and saves them to the bin folder.
c
Creates a docker link file that points to /Applications/VMware Fusion.app/Contents/
Library/vkd/bin/vctl.
3 Run vctl kind command.
This command performs the following four tasks:
a Creates a bin folder in the <user home folder>/.vctl folder.
b Downloads kubectl, kind and crx.vmdk files, and saves them to the bin folder.
c Creates a docker link file that points to /Applications/VMware Fusion.app/Contents/
Library/vkd/bin/vctl.
d Creates a vctl-based KIND context by adding <user home folder>/.vctl/bin to the
PATH environment variable and makes it the first searchable path.
So in the Terminal window, the kubectl/kind/docker CLI tools in the <user home
folder>/.vctl/bin folder will take precedence over other existing versions of these
tools that might be installed else where.
4 The vctl-based KIND context will be lost if you close the Terminal window.
Next time you want to interact with the Kubernetes clusters, run the vctl kind command.
Note
n vctl does not support kind build command.
n By default, vctl assigns 2 GB memory and 2 CPU cores for the CRX VM that hosts the node
container, you can use the --k8s-cpus and --k8s-mem options of vctl system config
command to customize the configurations.
n Each Fusion version supports only a specific version of kind CLI and kubectl CLI tools. For
example:
n Fusion 12.0.0 supports kind v0.8.1 and kubectl v1.18.6.
n Fusion 12.1.0 supports kind v0.9.0 and kubectl v1.19.1
The vctl utility in Fusion 12.1.0 introduces a version check for the kind and the kubectl
CLI tools. When you run vctl system start or vctl kind command, if the kind and
the kubectl CLI tools already exist in <user home folder>/.vctl/bin folder and their
versions are supported by current Fusion version, the vctl command will not download
the tools again. If their versions are not supported by current Fusion version, the vctl
command will download the supported versions of the tools and remove the unsupported
ones.
Using VMware Fusion
VMware, Inc. 183










