Install the ODBC drivers. For Microsoft SQL Server database servers, install the 64-bit database ODBC drivers on your Microsoft Windows system. When you install the 64-bit drivers, the 32-bit drivers are installed automatically. For Oracle database servers, install the 32-bit database ODBC drivers on your Microsoft Windows system. Run the 32-bit ODBC Administrator application, located at [WindowsDir]\SysWOW64\odbcad32.exe. Use the application to create your DSN. You will now have a DSN that is compatible with the Update Manager server. When the Update Manager installer prompts you for a DSN, you should select the 32-bit DSN. Note: The Microsoft SQL Server 2005 Express database package is installed and configured when you select Microsoft SQL Server 2005 Express as your database during the VMware vCenter Update Manager installation or upgrade. No additional configuration is required.
VMware KB https://kb.vmware.com/s/article/2075048 To obtain and import the VMware Packaging Public Keys: Create a directory on the virtual machine to store the VMware Packaging Public Keys. Download all the VMware Public Packaging Public Key files from the https://packages.vmware.com/tools/keys directory. Save the files to the directory you created. For each key that you download, run this command to import the key: $ sudo apt-key add / key_path / key_name Where key_path is the directory in which you saved the keys and key_name is the file name of a key. Create the file /etc/apt/sources.list.d/vmware-tools.list with this content: deb https://packages.vmware.com/packages/ubuntu precise main To install the package, run this command: $ sudo apt-get update $ sudo apt-get install open-vm-tools-deploypkg
留言