You are not logged in.
Pages: 1
Hi,
I am having trouble installing. It stops after download and says "unzip: invalid zip magic 20656854" Attaching the entire message for reference.
Thank you!
Ken
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
~ # cd /tmp && \
> esxcli network firewall unload && \
> wget [url]/?key=1GXBWFKobYQmi9a395KNf46ITNwFbzMG2epqotcUcDSRkoriCUL1533342294030[/url] -O XSIBACKUP-FREE-down
load.zip && \
> unzip XSIBACKUP-FREE-download.zip && chmod 0700 install && ./install || cat xsibackup.zip && echo "" && \
> rm -rf XSIBACKUP-FREE-download.zip && \
> esxcli network firewall load
Connecting to a.33hops.com (188.165.2.135:80)
XSIBACKUP-FREE-downl 100% |********************************************************************************| 107 0:00:00 ETA
Archive: XSIBACKUP-FREE-download.zip
unzip: invalid zip magic 20656854
cat: can't open 'xsibackup.zip': No such file or directory
Offline
That message:
unzip: invalid zip magic 20656854
Is stating the .zip file is corrupt. Some error downloading. Install manually as per the instructions in the README.txt file.
Offline
I tried and it unzipped this time but when I run the command "chmod 0700 install && ./install", it says "No such file or directory" Here is a full listing that it went through. I even see that it has created a folder XSI-DIR. Something is wrong with XSI. Previously, this has worked like a charm.
The ESXi Shell can be disabled by an administrative user. See the
vSphere Security documentation for more information.
~ # cd /tmp
/tmp # unzip *.zip
Archive: XSIBACKUP-FREE.zip
creating: jobs/
inflating: jobs/001
creating: src/
inflating: src/cron-init
inflating: src/functions
inflating: src/instcron
inflating: src/mapblocks
inflating: src/onediff
inflating: src/sendmail
inflating: src/xsitools
inflating: EULA
inflating: xsibackup
creating: bin/
inflating: bin/dd
inflating: bin/dialog
inflating: bin/lzop
inflating: bin/pv
inflating: bin/xsibackup-rsync
inflating: bin/xsidiff
creating: conf/
inflating: conf/dialogrc
inflating: conf/root-crontab
inflating: conf/smtpsrvs
inflating: conf/xsiopts
/tmp # chmod 0700 install && ./install
chmod: install: No such file or directory
/tmp #
Offline
OK. The install file was missing. I forgot to copy that file. It is now installed. Sorry for the inconvenience.
Offline
Pages: 1