Instalar vmware-tools en Centos es tan sencillo como seguir estos pasos:

  1. Ingresa a tu VMware y da click en VM en el menú.
  2. Ahora clic en Guest > Install/Upgrade VMware Tools
  3. Click en ok
  4. Ahora vamos al servidor por ssh
  5. Verifica que tengas instalado perl, de no tenerlo instalaló

    yum install perl

  6. mkdir /mnt/cdrom

  7. mount /dev/cdrom /mnt/cdrom

  8. cp /mnt/cdrom/VMwareTools-*.tar.gz /tmp

  9. umount /mnt/cdrom

  10. tar -zxf /tmp/VMwareTools-*.tar.gz -C /tmp

  11. cd /

  12. ./tmp/vmware-tools-distrib/vmware-install.pl –default

  13. rm -f /tmp/VMwareTools-*.tar.gz

  14. rm -rf /tmp/vmware-tools-distrib

Si todo salió bien tendrás el siguiente mensaje.

To enable advanced X features (e.g., guest resolution fit, drag and drop, and
file and text copy/paste), you will need to do one (or more) of the following:
1. Manually start /usr/bin/vmware-user
2. Log out and log back into your desktop session; and,
3. Restart your X session.

Enjoy,

–the VMware team

Listo ya tienes VMware’tools en tu CentOS.

MFCP!!!!

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *

contrarobots * Time limit is exhausted. Please reload CAPTCHA.