You are not logged in.
hello, i have upgrade to xsi backup pro from 10.1.1 (works) to 10.2.1 and i have this error on replicate vm to other esxi
# (c) XSIBACKUP-PRO 10.2.1 | Backup for (c) VMWARE ESXi Hypervisor by 33hops.com
#
###################################################################################
NOTICE: (c) XSIBackup will kill any previous processes, make sure you don't overlap backup jobs
-------------------------------------------------------------------------------
XSIBackup PID: 85512269 localhost
Tue, 09 Jan 2018 13:52:06 +0000 IPv4: 192.168.1.99/255.255.255.0
VMware ESXi 5.1.0 build-838463 (c) Rsync 3.1.0 as opt. dependency
-------------------------------------------------------------------------------
Backup Id: unknownIntel(R) Xeon(R) CPU E5645 @ 2.40GHz
Intel(R) Xeon(R) CPU E5645 @ 2.40GHz
-------------------------------------------------------------------------------
ADVICE: no SSD disks, please consider adding an SSD cache disk to improve performance
-------------------------------------------------------------------------------
Backup user is: root
-------------------------------------------------------------------------------
Backup program is: onediff
-------------------------------------------------------------------------------
Service OpenSSH ready at server 192.168.1.95:22
Found (c) XSIBackup installation. Remote path is set dynamically
-------------------------------------------------------------------------------
Traceback (most recent call last):
File "/bin/df", line 101, in <module>
sys.exit(main(sys.argv))
File "/bin/df", line 55, in main
o = eval(output)
File "<string>", line 1
Errors:
^
SyntaxError: invalid syntax
Remote xsi path set to: . (filesystem: unknown)
-------------------------------------------------------------------------------
Remote ESXi version is 5.5.0
-------------------------------------------------------------------------------
Mirroring to server 192.168.1.95 port 22
Checking Rsync exists on the other side...
-------------------------------------------------------------------------------
Segmentation fault
Offline
We'll launch a new version containing some fixes in regards to espaces (no issues for paths without espaces). Stick to 10.1.1 until we release 10.2.2.
Offline
but i haven't espaces in path, i have used this sintax:
"/vmfs/volumes/datastoreSAS/xsibackup/xsibackup" --backup-point="192.168.1.95:22/vmfs/volumes/datastore500dell2/replica" ...
Last edited by sainsuper (2018-01-10 09:26:10)
Offline
O.K., we found where the problem is. There are subttle differences between some utility binaries in different ESXi versions. Your ESXi 5.1.0 is not accepting one command, we'll fix it and reach back to you ASAP.
Offline
ok thank you.
Offline
We just released a fix for this issue.
Offline
Hello, i have installade 10.2.3 version ad i have same problem.
# (c) XSIBACKUP-PRO 10.2.3 | Backup for (c) VMWARE ESXi Hypervisor by 33hops.com
#
###################################################################################
NOTICE: (c) XSIBackup will kill any previous processes, make sure you don't overlap backup jobs
-------------------------------------------------------------------------------
XSIBackup PID: 85991527 localhost
Mon, 15 Jan 2018 09:36:12 +0000 IPv4: 192.168.1.99/255.255.255.0
VMware ESXi 5.1.0 build-838463 (c) Rsync 3.1.0 as opt. dependency
-------------------------------------------------------------------------------
Backup Id: unknownIntel(R) Xeon(R) CPU E5645 @ 2.40GHz
Intel(R) Xeon(R) CPU E5645 @ 2.40GHz
-------------------------------------------------------------------------------
ADVICE: no SSD disks, please consider adding an SSD cache disk to improve performance
-------------------------------------------------------------------------------
Backup user is: root
-------------------------------------------------------------------------------
Backup program is: onediff
-------------------------------------------------------------------------------
Service OpenSSH ready at server 192.168.1.95:22
-------------------------------------------------------------------------------
Found (c) XSIBackup installation. Remote path is set dynamically
-------------------------------------------------------------------------------
Traceback (most recent call last):
File "/bin/df", line 101, in <module>
sys.exit(main(sys.argv))
File "/bin/df", line 55, in main
o = eval(output)
File "<string>", line 1
Errors:
^
SyntaxError: invalid syntax
Remote xsi path set to: . (filesystem: unknown)
-------------------------------------------------------------------------------
Remote ESXi version is 5.5.0
-------------------------------------------------------------------------------
Mirroring to server 192.168.1.95 port 22
Checking Rsync exists on the other side...
-------------------------------------------------------------------------------
Segmentation fault
Offline
This is due to grep lacking the -E switch for regexp patterns in ESXi 5.1
We'll update this thread ASAP
Offline
Can you post the output of this command in your ESXi system?:
/usr/lib/vmware/busybox/bin/busybox --help
And also this:
/usr/lib/vmware/busybox/bin/busybox grep --help
Offline
of course this is output
/usr/lib/vmware/busybox/bin/busybox --help:
BusyBox v1.19.0 (2012-02-29 14:20:08 PST) multi-call binary.
Copyright (C) 1998-2011 Erik Andersen, Rob Landley, Denys Vlasenko
and others. Licensed under GPLv2.
See source distribution for full notice.
Usage: busybox [function] [arguments]...
or: busybox --list[-full]
or: function [arguments]...
BusyBox is a multi-call binary that combines many common Unix
utilities into a single executable. Most people will create a
link to busybox for each function they wish to use and BusyBox
will act like whatever it was invoked as.
Currently defined functions:
[, [[, addgroup, adduser, ash, awk, basename, cat, chgrp, chmod, chown,
chvt, cksum, clear, cp, crond, cut, date, dd, delgroup, deluser, diff,
dirname, dnsdomainname, du, echo, egrep, eject, env, expr, false,
fdisk, fgrep, find, getty, grep, groups, gunzip, gzip, halt, head,
hexdump, hostname, inetd, init, kill, ln, logger, login, ls, lzop,
lzopcat, md5sum, mkdir, mkfifo, mknod, mktemp, more, mv, nohup,
nslookup, od, passwd, poweroff, printf, readlink, reboot, reset,
resize, rm, rmdir, sed, seq, setsid, sh, sha1sum, sha256sum, sha512sum,
sleep, sort, stat, stty, sum, sync, tail, tar, tee, test, time,
timeout, touch, true, uname, uniq, unlzop, unzip, usleep, vi, watch,
wc, wget, which, who, xargs, zcat
/usr/lib/vmware/busybox/bin/busybox grep --help:
BusyBox v1.19.0 (2012-02-29 14:20:08 PST) multi-call binary.
Usage: grep [-HhnlLoqvsriwFEz] [-m N] [-A/B/C N] PATTERN/-e PATTERN.../-f FILE [FILE]...
Search for PATTERN in FILEs (or stdin)
-H Add 'filename:' prefix
-h Do not add 'filename:' prefix
-n Add 'line_no:' prefix
-l Show only names of files that match
-L Show only names of files that don't match
-c Show only count of matching lines
-o Show only the matching part of line
-q Quiet. Return 0 if PATTERN is found, 1 otherwise
-v Select non-matching lines
-s Suppress open and read errors
-r Recurse
-i Ignore case
-w Match whole words only
-F PATTERN is a literal (not regexp)
-E PATTERN is an extended regexp
-z Input is NUL terminated
-m N Match up to N times per file
-A N Print N lines of trailing context
-B N Print N lines of leading context
-C N Same as '-A N -B N'
-e PTRN Pattern to match
-f FILE Read pattern from file
Offline
Thank you, but the -E switch is present indeed. I have to correct myself, I missed that they key is obvious:
Traceback (most recent call last):
File "/bin/df", line 101, in <module>
sys.exit(main(sys.argv))
File "/bin/df", line 55, in main
o = eval(output)
File "<string>", line 1
Errors:
Which is a Python error, where no Python code is present. This could be a broken installation, have you thought of that possibility?
Offline
[quote=admin]
Which is a Python error, where no Python code is present. This could be a broken installation, have you thought of that possibility?[/quote]
i don't know, because vmware installation isn't done by me, but is from a previous assistance.
but if i return back to 10.1.0 version it works.
Offline
/bin/df is python...
Offline
I think you should take a look at this:
[url]https://www.experts-exchange.com/questions/28703884/ESXi-5-5-Cannot-boot-any-vms-after-crash.html[/url]
And this:
[url]https://www.rootlinks.net/2014/02/08/invalid-syntax-error-of-df-command-on-esxi-5-5/[/url]
Offline