By default UMDS downloads patch binaries, patch metadata, and notifications for hosts. Specify which patch binaries and patch metadata to download with UMDS.
Procedure
- Log in to the UMDS virtual machine by using a Secure Shell (SSH) client.
- Open an SSH connection to sfo01umds01.sfo01.rainpole.local.
- Log in using the following credentials.
Setting |
Value |
User name |
svc-umds |
Password |
svc-umds_password |
- Navigate to the directory where UMDS is installed.
cd /usr/local/vmware-umds/bin
- Disable the updates for older hosts and virtual appliances.
sudo ./vmware-umds -S -n
sudo ./vmware-umds -S -d embeddedEsx-5.5.0
sudo ./vmware-umds -S -d embeddedEsx-6.0.0
- Configure automatic daily downloads by creating a cron job file.
cd /etc/cron.daily/
sudo touch umds-download
sudo chmod 755 umds-download
- Edit the download command of the cron job.
- Add the following lines to the file.
#!/bin/sh
/usr/local/vmware-umds/bin/vmware-umds -D
sudo chmod -R 755 /var/lib/vmware-umds
- Test the UMDS Download cron job.
UMDS downloads required patch binaries, patch metadata, and notifications for hosts. Wait until the download is complete. This process may take several minutes.