topic:vmware_tools_centos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
topic:vmware_tools_centos [2017/08/01 22:19] ktopic:vmware_tools_centos [2021/08/12 08:35] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ===== Установка VMware Tools на Centos6 ===== ===== Установка VMware Tools на Centos6 =====
  
-1. Подключаемся к хосту ESXi и включаем ВМ.+**1. Подключаем к ВМ образ с VMware Tools.**\\ 
 +Подключаемся через клиента к ESXi хосту и запускаем ВМ.\\ 
 +После запуска ВМ кликаем правой кнопкой мыши по: **ВМ** -> **Guest** -> **Install/Upgrade VMware Tools**
  
-2. Подключаем к ВМ образ с vmwaretools.\\ +----
-Правой кнопкой мыши по **ВМ** -> **Guest** -> **Install/Upgrade VMware Tools**+
  
-3. Монтируем cdrom с ранее подключенным образом.+**2. Монтируем cdrom с подключенным образом VMware Tools.**
 <code> <code>
-root@flow2 ~]#  mount /dev/cdrom /mnt+[root@flow2 ~]#  mount /dev/cdrom /mnt
 mount: block device /dev/sr0 is write-protected, mounting read-only mount: block device /dev/sr0 is write-protected, mounting read-only
 [root@flow2 ~]# ll /mnt/ [root@flow2 ~]# ll /mnt/
Line 19: Line 20:
 </code> </code>
  
-4. Копируем и распаковываем архив.+---- 
 + 
 +**3. Копируем и распаковываем архив.**
 <code> <code>
 [root@flow2 ~]# mkdir -p /root/src [root@flow2 ~]# mkdir -p /root/src
Line 34: Line 37:
 </code> </code>
  
- +<hidden Полный список файлов архив VMwareTools-9.4.10-2068191.tar.gz>
-<hidden Список файлов в архиве VMwareTools-9.4.10-2068191.tar.gz>+
 <code> <code>
 [root@flow2 src]# tar -zxvf VMwareTools-9.4.10-2068191.tar.gz  [root@flow2 src]# tar -zxvf VMwareTools-9.4.10-2068191.tar.gz 
Line 3865: Line 3867:
 </code> </code>
  
-5. Проверяем установленл perl в системе, если нет, то через **yum install perl**. +---- 
 + 
 +**4Ставим Perl.**\\ 
 +Проверяем установлен ли perl в системе, если нет, то ставим через **yum install perl**. 
 <code> <code>
 [root@flow2 vmware-tools-distrib]# yum install perl [root@flow2 vmware-tools-distrib]# yum install perl
Line 3900: Line 3905:
 </code> </code>
  
-6. Начинаем ставить.\\ +---- 
-В директории vmware-tools-distrib находится perl-скрипт который надо запустить. + 
 +**5. Начинаем ставить VMware Tools.**\\ 
 +В директории **vmware-tools-distrib** лежит perl-скрипт **vmware-install.pl** который надо запустить. 
 <code> <code>
 [root@flow2 src]# cd vmware-tools-distrib/ [root@flow2 src]# cd vmware-tools-distrib/
Line 3928: Line 3935:
 </code> </code>
  
-<hidden Полный процесс установки VMware Toolse>+<hidden Полный процесс установки VMware Tools>
 <code> <code>
 [root@flow2 vmware-tools-distrib]# ./vmware-install.pl  [root@flow2 vmware-tools-distrib]# ./vmware-install.pl 
Line 4048: Line 4055:
 \\ \\
  
-7. Перегружаем сервер.+---- 
 + 
 +**6. Перегружаем сервер.**
 <code> <code>
 [root@flow2 vmware-tools-distrib]# reboot  [root@flow2 vmware-tools-distrib]# reboot 
Line 4058: Line 4067:
 </code> </code>
  
-Все. +----
  
 +Все.
  
-root@sbc2 ~  +{{tag>esxi}} 
-# mkdir vmtool +
- +
-root@sbc2 ~  +
-# cd vmtool/ +
- +
-root@sbc2 vmtool  +
-# tar zxpf /mnt/VMwareTools-9.4.10-2068191.tar.gz  +
- +
-root@sbc2 vmtool  +
-# ll +
-total 4 +
-drwxr-xr-x 7 root root 4096 Aug 22  2014 vmware-tools-distrib +
- +
-root@sbc2 vmtool  +
-# cd vmware-tools-distrib/ +
-root@sbc2 vmware-tools-distrib  +
-# ll +
-total 480 +
-drwxr-xr-x  2 root root   4096 Aug 22  2014 bin +
-drwxr-xr-x  2 root root   4096 Aug 22  2014 doc +
-drwxr-xr-x  5 root root   4096 Aug 22  2014 etc +
--rw-r--r--  1 root root 265487 Aug 22  2014 FILES +
--rw-r--r--  1 root root   2538 Aug 22  2014 INSTALL +
-drwxr-xr-x  2 root root   4096 Aug 22  2014 installer +
-drwxr-xr-x 14 root root   4096 Aug 22  2014 lib +
--rwxr-xr-x  1 root root 197302 Aug 22  2014 vmware-install.pl +
- +
-5. Ставим. На все вопросы отвечаем по дефолту, просто жмем Enter. +
-root@sbc2 vmware-tools-distrib  +
-# ./vmware-install.pl  +
-Creating a new VMware Tools installer database using the tar4 format. +
- +
-Installing VMware Tools. +
- +
-In which directory do you want to install the binary files?  +
-[/usr/bin]  +
- +
-What is the directory that contains the init directories (rc0.d/ to rc6.d/)?  +
-[/etc/rc.d]  +
- +
-What is the directory that contains the init scripts?  +
-[/etc/rc.d/init.d]  +
- +
-In which directory do you want to install the daemon files?  +
-[/usr/sbin]  +
- +
-In which directory do you want to install the library files?  +
-[/usr/lib/vmware-tools]  +
- +
-The path "/usr/lib/vmware-tools" does not exist currently. This program is  +
-going to create it, including needed parent directories. Is this what you want? +
-[yes]  +
- +
-In which directory do you want to install the documentation files?  +
-[/usr/share/doc/vmware-tools]  +
- +
-The path "/usr/share/doc/vmware-tools" does not exist currently. This program  +
-is going to create it, including needed parent directories. Is this what you  +
-want? [yes]  +
- +
-The installation of VMware Tools 9.4.10 build-2068191 for Linux completed  +
-successfully. You can decide to remove this software from your system at any  +
-time by invoking the following command: "/usr/bin/vmware-uninstall-tools.pl"+
- +
-Before running VMware Tools for the first time, you need to configure it by  +
-invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want  +
-this program to invoke the command for you now? [yes]  +
- +
-Initializing... +
- +
-Making sure services for VMware Tools are stopped. +
- +
-Found a compatible pre-built module for vmci.  Installing it... +
- +
- +
-Found a compatible pre-built module for vsock.  Installing it... +
- +
-The module vmxnet3 has already been installed on this system by another  +
-installer or package and will not be modified by this installer. +
- +
-Use the flag --clobber-kernel-modules=vmxnet3 to override. +
- +
-The module pvscsi has already been installed on this system by another  +
-installer or package and will not be modified by this installer. +
- +
-Use the flag --clobber-kernel-modules=pvscsi to override. +
- +
-The module vmmemctl has already been installed on this system by another  +
-installer or package and will not be modified by this installer. +
- +
-Use the flag --clobber-kernel-modules=vmmemctl to override. +
- +
-The VMware Host-Guest Filesystem allows for shared folders between the host OS  +
-and the guest OS in a Fusion or Workstation virtual environment.  Do you wish  +
-to enable this feature? [no]  +
- +
-Found a compatible pre-built module for vmxnet.  Installing it... +
- +
-The vmblock enables dragging or copying files between host and guest in a  +
-Fusion or Workstation virtual environment.  Do you wish to enable this feature? +
-[no]  +
- +
-VMware automatic kernel modules enables automatic building and installation of +
-VMware kernel modules at boot that are not already present. This feature can be +
- +
-enabled/disabled by re-running vmware-config-tools.pl. +
- +
-Would you like to enable VMware automatic kernel modules? +
-[no]  +
- +
-No X install found. +
- +
-Creating a new initrd boot image for the kernel. +
- +
-vmware-tools start/running +
-The configuration of VMware Tools 9.4.10 build-2068191 for Linux for this  +
-running kernel completed successfully. +
- +
-You must restart your X session before any mouse or graphics changes take  +
-effect. +
- +
-You can now run VMware Tools by invoking "/usr/bin/vmware-toolbox-cmd" from the +
-command line. +
- +
-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+
  
topic/vmware_tools_centos.1501615174.txt.gz · Last modified: (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki