You are not logged in.
Pages: 1
I don't know why, but suddenly my XSI GUI stopped working properly, when I choose "Manage Backup Jobs" from menu, XSI exits with error:
/vmfs/volumes/datastore1/xsi-dir/src/pro/menu/main: eval: line 1: syntax error: unexpected ")"
First I thought that may be a jobs files problem, but after removing them error still remain
My installation is esxi 5.5, XSI started from command line works with no problem
how can I start jobs directly from command line?
Last edited by DaveK (2018-07-29 15:31:16)
Offline
Copy the folder /src/pro/menu from the installation package to your ESXi server overwritting all files.
Offline
[quote=admin]Copy the folder /src/pro/menu from the installation package to your ESXi server overwritting all files.[/quote]
Same problem.
Had free version installed. then upgraded to pro without removing free.
Later deleted all xsi folder and reinstall.
command line seems to be almost working. I have another problem in command line that backup hangs. ( [url]https://33hops.com/forum/viewtopic.php?id=272)[/url]
Offline
Have you copied the [b]/src/pro/menu[/b] folder as suggested?
If the problem persists, please remove the xsi-dir folder, keeping a copy of your [b]xsi-dir/conf/smtpsrvs[/b] and any other configuration files you might have tweaked, as well as your RSA key pair (any file containg the word _rsa_) and install from scratch
Offline
[quote=admin]Have you copied the [b]/src/pro/menu[/b] folder as suggested?
If the problem persists, please remove the xsi-dir folder, keeping a copy of your [b]xsi-dir/conf/smtpsrvs[/b] and any other configuration files you might have tweaked, as well as your RSA key pair (any file containg the word _rsa_) and install from scratch[/quote]
Short, yes!
Long,
1. extracted from archive located in /tmp/XSIBACKUP-PRO.zip, same error
2. deleted all xsi folder, installed with script from online source, same error
3. downloaded to my pc from your web xsibackup-pro-153371387119514182234.zip, extracted localy then uploaded files to folder, same error.
4. deleted all xsi folder installed in shor path /vmfs/volumes/SSD1/xsi-dir/, same problem
5. deleted all xsi folder installed in long path /vmfs/volumes/58560755-b0f4f26e-8190-001fe241a6cb/xsi-dir/
is there comand line to trubleshoot more ?
[root@localhost:~] cd /vmfs/volumes/58560755-b0f4f26e-8190-001fe241a6cb/xsi-dir/
[root@localhost:/vmfs/volumes/58560755-b0f4f26e-8190-001fe241a6cb/xsi-dir] ./xsibackup --backup-point="19
2.168.22.121:22:/vmfs/volumes/121_SATA/backup/" --backup-prog=OneDiff --backup-type=custom --backup-vms=
"_ON_VHP_SSPRO" >> "/vmfs/volumes/SSD1/xsi-dir/var/logs/xsibackup1.log"
[root@localhost:/vmfs/volumes/58560755-b0f4f26e-8190-001fe241a6cb/xsi-dir]
xsibackup1.log file 0 kb
Offline
The GUI is more than tested.
The cause has to be a particular problem.
Contact support to find where your problem relies.
Offline
[quote=admin]The GUI is more than tested.
The cause has to be a particular problem.
Contact support to find where your problem relies.[/quote]
Thank you for help over support email.
removing everything and host reboot helped.
rm –rf /vmfs/volumes/datastore1/xsi-dir;chmod 0700 /var/spool/cron/crontabs/root;sed -i '/-dir\/jobs/d' /var/spool/cron/crontabs/root;sed -i '/cron-init/d' /etc/rc.local.d/local.sh
Offline
Great to know. Should somebody experience ESXi host slowing down, command line behaving sluggish or GUI not showing up, after having configured it as explained in the GUI manual: [url]https://33hops.com/xsibackup-pro-gui-manual.html#1[/url]
A reboot will be the best solution. If the problem reappears, you might be suffering some hardware problem or lack of memory. A quite inexpensive and effective way of making things move faster is to add an SSD disk as a host cache device. Of course memory is still faster than SSDs, so adding extra memory is always a good idea.
SSD Samsung M2 PCIE 960/970 EVO series are NVMe disks with a much higher transfer rate, much closer to RAM speed. Installing one of this, or anything equivalent, like Intel Optane, as a host caché disk, will speed everything up. The bigger the disk, the better, of course. Believe me, it's probably the best money you could spend to speed up your hosts.
Offline
new server, new ESXI(now 6.5), new clean installation, and after while wiggling thru GUI, the same problem:
/vmfs/volumes/datastore1/xsi-dir/src/pro/menu/main: eval: line 1: syntax error: unexpected redirection
for me there is much more problems with GUI than before, without GUI. I want use it, but i cant grrrr. Unfortunatly i can't reboot my host, just like that, i've got there services that need to be online
How can I add jobs to cron in old good cli way?
Offline
Yes, of course you can just create your jobs manually, just follow this instructions here:
[url=https://33hops.com/xsibackup-free-11-things-that-have-changed.html](c)XSIBackup Classic: changes in version 11.0.0[/url]
You must have mixed some older files with new ones. What you should do is:
1 - Totally remove the xsi-dir and all traces of any previous installation
rm –rf /vmfs/volumes/datastore1/xsi-dir;chmod 0700 /var/spool/cron/crontabs/root;sed -i '/-dir\/jobs/d' /var/spool/cron/crontabs/root;sed -i '/cron-init/d' /etc/rc.local.d/local.sh
2 - Kill any eventual zombie processes related to XSIBackup
OLDIFS=$IFS;IFS=";";for job in $(ps -c | grep xsi | awk '{print $1}' | \
sed -e ':a;N;$!ba;s/\n/;/g');do kill -9 $job 2>/dev/null;done;IFS=$OLDIFS
3 - Install from the user area by using the script.
Please, note that if you want to install to some other path than the default one "/vmfs/volumes/datastore1/xsi-dir", you will have to tweak the example scripts to your needs.
Offline
It is really hard to find resolution for "unexpected redirection"? As you can see this situation it's not "one on a million" I'm was using XSI for few years without any problems, until now, this time (from version 11) contact with XSI Backup is really frustrating.
Where can i find older versions, without GUI?
Last edited by DaveK (2018-08-21 20:17:00)
Offline
You can contact support to get an older release, but you should avoid doing that, as latest versions are far more stable and advanced.
Contact support to be helped with your particular problem. What do you mean by "not one in a million"?, user [b]ksglt[/b] followed our advice and is already using the software.
Offline
"not one in a million" is the reply for "The GUI is more than tested" I've found version 10.3.2 on my disk, as always works without any problems, maybe version 11 in future will be more polished, but now anytime i touch that edition, i've got problems, as you can see, not only me.
Offline
You can do whatever you want.
"More than tested" means that if you follow our advice there's a 100% chance that your GUI works.
Messages such as [b]"unexpected redirection"[/b] are gross bash errors which aren't even indicating a problem with the program, but with the installation itself.
You can contact support to solve your problem, or stick to your older version, that's up to you.
Offline
I am having a similar issue. When selecting "Jobs", I am dumped back to the prompt with this message "/xsi-dir/src/pro/menu/main: eval: line 1: syntax error: unterminated quoted string". I have performed a uninstall and installed again. Restarting this server has to be scheduled weeks in advanced, so I haven't been able to reboot.
Thoughts?
Offline
Contact support and have your case examined, we cannot offer general answers to particular issues.
Offline
Pages: 1