VMware vSphere

 View Only
  • 1.  Restart VMware Tools service in all LINUX platform.

    Posted May 31, 2012 02:21 PM

    Dear Team,

    PLease help me with the command to restart VMware Tool Service in all Linux Platform (RedHat/SUSE/Ubuntu etc) and where it actually get installed, the fodler where it get installed.

    Regards

    Mr VMware.



  • 2.  RE: Restart VMware Tools service in all LINUX platform.
    Best Answer

    Posted May 31, 2012 02:28 PM

    Hi,

    Use the command as follows:
    $ sudo /etc/init.d/vmware-tools start
    $ sudo /etc/init.d/vmware-tools stop
    $ sudo /etc/init.d/vmware-tools restart

    Hope this helps.

    Thanks

    SA



  • 3.  RE: Restart VMware Tools service in all LINUX platform.

    Posted Dec 20, 2012 05:42 AM

    I would like to add that on Ubuntu 12.04, /etc/init.d/vmware-tools does not exist but the following command works:

    /etc/vmware-tools/services.sh restart


  • 4.  RE: Restart VMware Tools service in all LINUX platform.

    Posted Sep 02, 2019 03:00 PM

    Yes, Well done, This worked for me too.

    Here is what I used for the VMware Tools upgrade

      from 10.2.5.3619 build-8068406

        to 10.3.10     build-12406962

    date ; vmware-toolbox-cmd -v

    date ; ps -ef | egrep -v egrep | egrep -i vmware

    date ; cd /etc/vmware-tools/ ; pwd ; ls -lrt | egrep -i services.sh ;

    date ; cd /etc/vmware-tools/ ; pwd ; ls -lrt | egrep -i services.sh ; cat -n services.sh

    date ; /etc/vmware-tools/services.sh status

    --- date ; /etc/vmware-tools/services.sh restart

    date ; /etc/vmware-tools/services.sh stop

    --- date ; /etc/vmware-tools/services.sh start

    date ; cd /tmp/vmwaretools/vmtools_linux/vmware-tools-distrib/ ; pwd ; ls -lrt | egrep -i vmware-install.pl

    ./vmware-install.pl

    date ; cd /var/log ; pwd ; ls -lrt | egrep -i vmware-install.log        ; cat -n vmware-install.log

    date ; vmware-toolbox-cmd -v

    --- date ; uptime ; reboot



  • 5.  RE: Restart VMware Tools service in all LINUX platform.

    Posted Dec 31, 2012 05:00 AM

    ********************Answer***********************

    if we logged in as root then run following commands to check or start, restart or stop vmware tools  services....

    /etc/init.d/vmware-tools start
    /etc/init.d/vmware-tools stop
    /etc/init.d/vmware-tools restart

    /etc/init.d/vmware-tools status

    if we have not loggedin as root then run the following commands

    $ sudo /etc/init.d/vmware-tools start
    $ sudo /etc/init.d/vmware-tools stop
    $ sudo /etc/init.d/vmware-tools restart

    $ sudo /etc/init.d/vmware-tools status

    ********************Answer***********************

    regards

    MrVMware



  • 6.  RE: Restart VMware Tools service in all LINUX platform.

    Posted May 31, 2012 05:27 PM

    The commands given by sa2057 is more helpful. Also, in most of the linux platforms, vmware tools gets installed in /opt/vmware/bin



  • 7.  RE: Restart VMware Tools service in all LINUX platform.

    Posted Jun 01, 2012 12:06 PM

    please help me in which folder all these services are getting stored.

    regards

    Mr VMware.



  • 8.  RE: Restart VMware Tools service in all LINUX platform.

    Posted Jun 01, 2012 12:13 PM

    /etc/init.d/vmware-tools

    Thanks

    SA