You are not logged in.
Pages: 1
I run onediff on a couple of different vm
The first time onediff finish, the vm is not register. The log said I have to register it manually but the 2nd time I run onediff, it auto register the vm.
I had been using xsibackup for years, but this newest version is the first time I experience this.
I register the software and got change the ket to license.key and put it under xsi-dir folder.
here is my job
"/vmfs/volumes/datastore1/xsi-dir/xsibackup" \
--backup-prog=OneDiff \
--host=10.1.0.198:22 \
--snapshot=doquiesce \
--backup-point=10.1.0.197:22:"/vmfs/volumes/datastore1" \
--backup-type=Running \
--backup-how=Hot \
--use-smtp=2 \
--mail-to=rluong@jupiter.com \
--backup-id=001 \
--description="" \
--on-success="backupId->401" \
--on-error="backupId->401" \
--exec=yes >> "/vmfs/volumes/datastore1/xsi-dir/var/logs/xsibackup.log"
What am I doing wrong? I would like onediff to register the vm on first run.
Thanks
Offline
We know that, we may change that behaviour in future versions, but that shouldn't make a difference in any case.
[b]--options=unreg-xsibak[/b] will unregister the VM in every backup cycle. This is convenient if you are in a [b]vCenter[/b] context, as it might check for virtual MAC addresses duplicates even on switched off VMs.
Register the VM manually if you need to use it and try not to register VMs automatically to prevent MAC duplicates.
Offline
In that case, I link my backup together. After running Onediff, I linked Xsitool backup right after it. If the vm is not register, will Xsitool detect the vms to backup?
Thanks
Offline
You will have to skip 1st cycle then. Set the OneDiff backup and allow VM auto registering, then start XSITools from the second cycle.
Offline
Pages: 1