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
VM > Install VMware Tools.
Open a terminal window by clicking the icon at the top of the virtual machine desktop.
Start a superuser shell.
sudo bash
Navigate to a temporary directory.
cd /tmp
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
Power > Shut Down Guest, or use any equivalent method.
Restart the virtual machine.
Right-click the virtual machine in the Library pane, and click
Power > Start Up Guest, or use any equivalent method.