Install VMware Tools FreeBSD virtual machine manually

For FreeBSD virtual machine, you can use the command-line tool to manually install or upgrade VMware Tools.

Prerequisites

  • Open the virtual machine.
  • Confirm the guest operating system is running.
  • Because the VMware Tools installer is written in Perl, verify that Perl is installed in the guest operating system.

process

  1. On the host, from the Workstation Pro menu bar, select Virtual Machine > Installation Tools VMware .
    If you have an earlier version of VMware Tools installed, the menu item is updated VMware Tools .
  2. In the virtual machine, log in as root to the client operating system and open a terminal window.
  3. If the release does not automatically load CD-ROM, mount the VMware Tools virtual CD-ROM image.
    For example, type mount /cdrom .
  4. Go to the working directory, such as / tmp .
    cd /tmp
  5. Unzip Tools VMware .tar.gz file.
     
    takes zxpf /cdrom/vmware-freebsd-tools.tar.gz
  6. If you do not use auto-load release version, uninstall VMware Tools virtual CD-ROM image.
     
    umount /cdrom
  7. Run the installer and configure VMware Tools.
     
    cd vmware-tools-distrib ./vmware-install.pl

    Typically, after the installer file finishes running, the line vmware-config-tools.pl profile.

  8. If appropriate for your configuration, follow the prompts to accept the default value.
  9. Follow the instructions at the end of the script.

    According to the function used, these instructions can include restarting the X session, restarting the network connection, log in again and start the VMware User process. Alternatively, you can reboot the guest operating system to accomplish all of these tasks.

result

Next Steps

If the virtual machine is available with a new virtual hardware version, please upgrade the virtual hardware.

Guess you like

Origin www.linuxidc.com/Linux/2019-09/160777.htm