VMware Cloud Community
AlanTang
Contributor
Contributor

VMTools installation fail on Readhat 5

Hello:

When I try to execute "rpm -Uvh /tmp/VMwareTools-7.8.5-156735.i386.rpm" it display a error message as below.

file /usr/bin/vm-support from VMwareTools-7.8.5-156735 conflicts with file from package vmware-esx-scripts-4.0.0.0-0.4.164009

May I know how can I install it?

Thanks a lot!

0 Kudos
5 Replies
jasoncllsystems
Enthusiast
Enthusiast

rpm -e VMwareTools-xxxx

rpm -ivh VMwareTools-xxxx (latest vmware tools)

Regards,

Jas aka Superman

MALAYSIA VMware Communities

'If you found this or any other answer useful please consider allocating points for helpful or correct answers ***

http://www.malaysiavm.com
0 Kudos
AlanTang
Contributor
Contributor

Attached is the result!

0 Kudos
Texiwill
Leadership
Leadership

Hello,

Moved to the Virtual Machine and Guest OS forum.

You will need to remove esx-scripts before installing the VMware Tools.


Best regards,

Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, Virtualization Practice Analyst[/url]
Now Available: 'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'[/url]
Also available 'VMWare ESX Server in the Enterprise'[/url]
[url=http://www.astroarch.com/wiki/index.php/Blog_Roll]SearchVMware Pro[/url]|Blue Gears[/url]|Top Virtualization Security Links[/url]|Virtualization Security Round Table Podcast[/url]

--
Edward L. Haletky
vExpert XIV: 2009-2023,
VMTN Community Moderator
vSphere Upgrade Saga: https://www.astroarch.com/blogs
GitHub Repo: https://github.com/Texiwill
0 Kudos
AlanTang
Contributor
Contributor

May I know how can I remove the ESX script? Where I can identify it?

Thanks!

0 Kudos
Texiwill
Leadership
Leadership

Hello,

Looks like you have the RCLI installed or something like that.... use

rpm -e vmware-esx-scripts

if that does not work get the full name using:

rpm -qa | grep -i vmware-esx-scripts


Best regards,

Edward L. Haletky VMware Communities User Moderator, VMware vExpert 2009, Virtualization Practice Analyst[/url]
Now Available: 'VMware vSphere(TM) and Virtual Infrastructure Security: Securing the Virtual Environment'[/url]
Also available 'VMWare ESX Server in the Enterprise'[/url]
[url=http://www.astroarch.com/wiki/index.php/Blog_Roll]SearchVMware Pro[/url]|Blue Gears[/url]|Top Virtualization Security Links[/url]|Virtualization Security Round Table Podcast[/url]

--
Edward L. Haletky
vExpert XIV: 2009-2023,
VMTN Community Moderator
vSphere Upgrade Saga: https://www.astroarch.com/blogs
GitHub Repo: https://github.com/Texiwill
0 Kudos