When you are using Solaris in VMWare workstation, it is important to install VMWare tools with the operating system you are using so you could adjust the resolution. By installing this VMWare tool you can avoid pressing CTRL+ALT button to adjust the screen window.

Installing VMware Tools in Solaris virtual machine_bashcodes

Click on the message which you get about VMWare tools. VMWare will install the cd of the required tool in the Operating System, the commands which am showing is on Oracle Solaris Operating System.

Need to copy the files to the /tmp folder for installation

[symple_box color=”gray” text_align=”left” width=”100%” float=”none”]

bash-3.2# cp /cdrom/vmwaretools/vmware-solaris-tools.tar.gz /tmp

bash-3.2# cd /tmp/

[/symple_box]

Extract the files

[symple_box color=”gray” text_align=”left” width=”100%” float=”none”]

bash-3.2# gunzip vmware-solaris-tools.tar.gz

bash-3.2# tar xvf vmware-solaris-tools.tar

bash-3.2# cd vmware-tools-distrib

[/symple_box]

Install the file.

[symple_box color=”gray” text_align=”left” width=”100%” float=”none”]
bash-3.2# ./vmware-install.pl
[/symple_box]

While installation it will ask you the default resolution size you need to keep for better viewing and make it default. I select 800X600 for better viewing in my Laptop.

After installation you need to check if the service is working.

[symple_box color=”gray” text_align=”left” width=”100%” float=”none”]

# /etc/init.d/vmware-tools status

The output is similar to:

vmtoolsd is running

[/symple_box]

Then you need to add VMWare tools at startup for default setup

Launch > Preferences > Desktop Preferences > Sessions.

Click Startup Programs tab and add these entries:

[symple_box color=”gray” text_align=”left” width=”100%” float=”none”]

/ usr/bin/vmware-user

/usr/bin/vmware-toolbox

reboot

[/symple_box]

After reboot the system will be in the default resolution you chose.

[symple_divider style=”solid” margin_top=”20px” margin_bottom=”20px”]

[symple_box color=”gray” text_align=”left” width=”100%” float=”none”]

If you like the blog please follow us [icon name=”icon-facebook”] [icon name=”icon-twitter”] [icon name=”icon-google-plus-sign”]

[/symple_box]