Installing VMware Tools in a
Solaris virtual machine
Purpose
This article provides steps to install VMware Tools in a Solaris guest
operating system.
Note: For an overview of installing VMware Tools, see Installing VMware Tools (340).
Note: For an overview of installing VMware Tools, see Installing VMware Tools (340).
Resolution
To install VMware Tools in a Solaris guest operating system:
- Ensure that your Solaris virtual machine is powered on.
- If
you are running a GUI interface, open a command shell.
Note: Log in as a root user, or use the sudo command to complete each of these steps. - Click VM in the virtual machine menu, then click Guest>Install/Upgrade VMware Tools and click OK.
- Copy vmware-solaris-tools.tar.gz from / cdrom/vmwaretools to a temporary directory (/tmp/).
- Decompress
the file using gunzip
command. For example:
# gunzip vmware-solaris-tools.tar.gz - Extract
the contents of the tar file with the command:
# tar xvf vmware-solaris-tools.tar - Change
directory using the command:
# cd vmware-tools-distrib - To
install VMware Tools, run this command from the directory you changed to
in step 7:
# ./vmware-install.pl - Press Enter to accept all of the default values.
- Reboot the virtual machine for changes to take effect.
- Check
if VMware tools service is running with the command:
# /etc/init.d/vmware-tools status
The output is similar to:
vmware-guestd is running
vmware-memctld is running - Add vmware-toolbox to
the list of startup commands of your desktop.
If you are using Java Desktop System, Release 3:
- Go to Launch>Preferences>Desktop Preferences>Sessions.
- Click Startup
Programs tab and add these entries:
/ usr/bin/vmware-user
/usr/bin/vmware-toolbox
No comments:
Post a Comment