You are not logged in.
Pages: 1
I have two esxi servers with centralized remote backup. The servers: vmware1 (ip 10.0.0.5, vmware v6) and vmware2 (ip 10.0.0.6, vmware 6,5).
The backup cron job starting from vmware2, but latest xsibackup pro version always freezing in the below state. With 10.0.3 version this method working perfectly.
Any suggestion ?
---------------------------------------------------------------------------------------------------------------------------------
XSIBackup PID: 145151868 vmware1
Wed, 13 Dec 2017 22:00:24 +0000 IPv4: 10.0.0.5/255.255.255.0
VMware ESXi 6.0.0 build-3029758 (c) Rsync 3.1.0 as opt. dependency
---------------------------------------------------------------------------------------------------------------------------------
2017-12-13T22:00:25| ADVICE: no SSD disks, please consider adding an SSD cache disk to improve performance
---------------------------------------------------------------------------------------------------------------------------------
2017-12-13T22:00:25| Backup program is: onediff
---------------------------------------------------------------------------------------------------------------------------------
2017-12-13T22:00:26| Service OpenSSH ready at server 10.0.0.4:22
2017-12-13T22:00:26| Found (c) XSIBackup installation. Remote path is set dynamically
2017-12-13T22:00:26| Remote xsi path set to: /vmfs/volumes/595249eb-79426204-9f2d-c81f66c63f4b/xsi-dir
---------------------------------------------------------------------------------------------------------------------------------
2017-12-13T22:00:27| Remote ESXi version is 6.5.0
---------------------------------------------------------------------------------------------------------------------------------
2017-12-13T22:00:27| Mirroring to server 10.0.0.4 port 22
2017-12-13T22:00:27| Checking Rsync exists on the other side...
vmware2 cron
[rootvmware2:/vmfs/volumes/595249eb-79426204-9f2d-c81f66c63f4b/xsi-dir] cat xsibackup-cron
#!/bin/sh
########### esxi1 -> esxi2
/vmfs/volumes/datastore1/xsi-dir/xsibackup --host=10.0.0.5 --backup-prog=onediff --certify-backup=sha1 --backup-point="10.0.0.4:22:/vmfs/volumes/datastore1/esxi1_backup" --backup-type=running --time="Mon 22:00|Tue 22:00|Wed 22:00|Thu 22:00|Fri 22:00|Sat 22:00|Sun 22:00"
#--mail-from= --mail-to= --smtp-srv= --smtp-port=25 --smtp-usr= --smtp-pwd=
vmware2 sessions
[root@vmware2:~] ps -c | egrep xsi
1872711 1872711 ssh ssh -2 -4 -o StrictHostKeyChecking=no -o compression=no -i /vmfs/volumes/datastore1/xsi-dir/xsibackup_id_rsa -o ConnectTimeout=20 -p22 root@10.0.0.5 /vmfs/volumes/560527c5-dd0d5846-7d4b-90b11c3189ff/xsibackup/xsibackup "--backup-prog=onediff --certify-backup=sha1 --backup-point=10.0.0.4:22:/vmfs/volumes/datastore1/esxi1_backup --backup-type=running --from=10.0.0.4 --exec=yes" &
2023294 2023294 egrep egrep xsi
vmware1 sessions
[root@vmware1:~] ps -c | egrep xsi
145151868 145151868 sh /bin/sh /vmfs/volumes/560527c5-dd0d5846-7d4b-90b11c3189ff/xsibackup/xsibackup --backup-prog=onediff --certify-backup=sha1 --backup-point=10.0.0.4:22:/vmfs/volumes/datastore1/esxi1_backup --backup-type=running --from=10.0.0.4 --exec=yes
145152094 145152094 sh /bin/sh /vmfs/volumes/560527c5-dd0d5846-7d4b-90b11c3189ff/xsibackup/xsibackup --backup-prog=onediff --certify-backup=sha1 --backup-point=10.0.0.4:22:/vmfs/volumes/datastore1/esxi1_backup --backup-type=running --from=10.0.0.4 --exec=yes
145254697 145254697 egrep egrep xsi
Last edited by sanyex (2017-12-14 18:50:59)
Offline
You have removed the output header, so we don't know which version you're using, maybe 10.0.4?
We'll check this in case it's a bug, in any case, have you tried copying the xsibackup-rsync binary to the remote's machine dir
/vmfs/volumes/595249eb-79426204-9f2d-c81f66c63f4b/xsi-dir/bin/xsibackup-rsync
Offline
Pages: 1