Please increase the size of the scratch disk on the target virtual appliance referencing the 'Configuring the Virtual Appliance' section in the relevant
vRanger Installation Guide.
In order to do this without losing any data (i.e. without triggering re-hashing), do the following:
• Power off VA.
• From within the vCenter
• Go to "Edit Settings" on the VA.
• Increase the size of the scratch disk (second disk). Generally this should 50% of the largest VM you will be replicating
• Power on VA.
• SSH into the virtual appliance using a tool like Putty.
• login as root user, Default password vzroot1.
• Run the following commands:
a. umount /dev/sdb
b. fsck /dev/sdb
c. e2fsck /dev/sdb
d. resize2fs -f /dev/sdb
e. e2fsck /dev/sdb
f. fsck /dev/sdb
g. mount /dev/sdb /scratch/sdb
h. Reboot
• When reboot has completed run the following:
a. df -h
• Confirm that the scratch disk (sdb) is now the correct size.
• Run a replication job to confirm correct operation.