Environment
Novell ZENworks Configuration Management
Situation
Script to install VMWare Tools (/opt/novell/va_install/install_vmware_tools), fails to run throwing the error:
No provider of 'vmware-tools-esx-kmods-default'
Resolution
Workaround:
- Change this line on the script: zypper addservice --type=YUM http://packages.vmware.com/tools/esx/latest/sles11sp3/x86_64 vmware-tools-collection - Remove the existing zypper repository by running: zypper rr vmware-tools-collection - Run the script again.
Status
Reported to EngineeringAdditional Information
Note that the path may change if VMware changes it.