When trying to sync updates in vCenter LifeCycle Manager, it may fail and throw the following error:
Error: ‘integrity.fault.HostPatchInvalidVendorCode’
It is usually followed by a variety of error messages, such as: invalid vendor code XXX in patch metadata.
If there are no customizations in your vCenter, you can easily fix this by resetting the vLCM update database, as per KB2147284. Run the following commands from a shell in vCenter:
service-control --stop vmware-updatemgr /usr/lib/vmware-updatemgr/bin/updatemgr-utility.py reset-db rm -rf /storage/updatemgr/patch-store/* service-control --start vmware-updatemgr
Here's a list of direct download links to the latest macOS installers. They are all links to Apple's servers, either direct links to the App Store, or, in case of older versions, links to Apple's CDN.
Direct links to App Store:
Older versions are only available as DMG files from Apple's CDN:
On Windows Server Core installations, you don't have Disk Management available. But you can quickly initialize and partition a new disk via diskpart. Here's a quick reference to the necessary commands in order.
The equivalent of creating a disk image from a folder like in macOS can be achieved in linux as well. You'll need the genisoimage package, which will install the mkisofs command. After that, you can easily create ISO files from a folder's contents. The additional flags, such as -J make the ISO Windows-compatibel.
mkisofs -J -l -R -V "Label CD" -iso-level 4 -o output.iso input_directory
« ‹ | March 2025 | › » | ||||
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |