To install vcb follow the instructions on this link.
The first time I came in contact with vcb I created some batch files to make vcb snapshots. I encountered all kind of problems. Snapshots that vcb didn’t remove. unexpected errors no vss support and some more issues.
To overcome some of these problems I created a vbs script vcbBackup.vbs. The full howto is comming soon for now only the code. Read more…
We created a VCB bcakup script to simplify the vcb backup check out the article here
1. Install an appropriate version of Windows for the VCB Proxy. For more information, see the Virtual Machine Backup Guide.
Note: Setup your 3rd party backup software and hardware according to your vendor documentation
2. Download VCB at: http://www.vmware.com/products/vi/consolidated_backup.html
3. Verify that Automount is disabled.
- Click Start > Run.
- Type diskpart and press Enter.
- Type automount and press Enter.
- If Automount is enabled, type automount disable to turn off the feature. This prevents resignaturing of your VMFS LUNs when are presented to the VCB Proxy machine.
- Close the diskpart command prompt.
Read more…