Installing VMware Tools
VMware tools include useful features such as dragging files between the host and guest operating systems. To use these features, you must explicitly install them in your virtual machine.
Procedure
-
In the VMware window, click
.
-
Open a terminal window by clicking the icon at the top of the virtual machine desktop.
-
Start a superuser shell.
-
Navigate to a temporary directory.
-
Extract the tools package.
gunzip -c /cdrom/vmwaretools/vmware-solaris-tools.tar.gz | tar xf -
-
Run the tools installer.
cd vmware-tools-distrib
./vmware-install.pl
Accept the default value by pressing the Enter key for all configuration choices.
-
Stop the virtual machine.
Right-click the virtual machine in the Library pane, and click
, or use any equivalent method.
-
Restart the virtual machine.
Right-click the virtual machine in the Library pane, and click
, or use any equivalent method.
Copyright © Cloud Software Group, Inc. All Rights Reserved.