You are not logged in.
Pages: 1
One remote jobs work and one remote job fails with no logs events. ?
This job fails:
[root@esx41:/vmfs/volumes/5bc410e3-ae8c84a6-07cf-5cf3fc1d7030/xsi-dir] cat jobs/045
"/vmfs/volumes/esx-data-store/xsi-dir/xsibackup" \
--backup-prog=OneDiff \
--host=10.240.100.45:22 \
--backup-point=/vmfs/volumes/Archive \
--backup-type=Running \
--backup-how=Hot \
--use-smtp=1 \
--mail-to=EMAIL@DOMAIN.com \
--backup-id=045 \
--description="esxi045oneDiffbackup" \
--test-mode=true \
--remote-xsipath=/vmfs/volumes/esx-data-store \
--exec=yes >> "/vmfs/volumes/datastore1/xsi-dir/var/logs/xsibackup.log"
This job works:
[root@esx41:/vmfs/volumes/5bc410e3-ae8c84a6-07cf-5cf3fc1d7030/xsi-dir] cat jobs/043
"/vmfs/volumes/datastore1/xsi-dir/xsibackup" \
--backup-prog=OneDiff \
--host=10.240.100.43:22 \
--backup-point=/vmfs/volumes/QNAP-Archive \
--backup-type=Running \
--backup-how=Hot \
--on-success=""backupId->045"" \
--on-error=""backupId->045"" \
--use-smtp=1 \
--mail-to=EMAIL@DOMAIN.com \
--subject="esxi-043-oneDiffBackup" \
--backup-id=043 \
--description="esxi-043-oneDiffbackup" \
--test-mode=true \
--exec=yes >> "/vmfs/volumes/datastore1/xsi-dir/var/logs/xsibackup.log"
Offline
Is server [b]10.240.100.45[/b] reachable at port 22?
Have you exchanged the RSA key via the [b]--link-srv[/b] argument with [b]10.240.100.45[/b]?
Is XSIBackup really installed to the folder: [b]/vmfs/volumes/esx-data-store[/b] on the remote server?
What do you mean by "no log events"?, are you aware of the fact that the log file will be
xsi-dir/var/logs/xsibackup-10.240.100.45.log
Offline
Thanks
The /vmfs/volumes/datastotre1 datastore folder was missing
Thanks
Offline
Pages: 1