You are not logged in.
Pages: 1
HI there
I seem to have a few permissions everytime I try to run anything
[root@15000:/vmfs/volumes/5d9e0b20-a5b36164-5afe-ecf4bbed095c/xsibackup] ./xsibackup --request-key
sh: /vmfs/volumes/5d9e0b20-a5b36164-5afe-ecf4bbed095c/xsibackup/bin/xsilib: Permission denied
2019-11-07T18:51:44 | Error code 1304 at file common.c, line 1304
Error description: could not prune the /vmfs/volumes/5d9e0b20-a5b36164-5afe-ecf4bbed095c/xsibackup/var/log/prog directory
-----------------------------------------------------------------------------------------------------------------
Can't find error file:
Something went wrong at checking (c)XSIBackup directory structure-----------------------------------------------------------------------------------------------------------------
Removed /tmp/xsi dir OK
-----------------------------------------------------------------------------------------------------------------
2019-11-07T18:51:44 | Error code 52 at file signal.c, line 52
Error description: can't remove PID file /tmp/xsibackup.pid, error: No such file or directory
-----------------------------------------------------------------------------------------------------------------
Can't find error file:
I cant even generate a licence key so far.
6.7.0 Update 2 (Build 13006603)
Offline
The first and most basic thing you have to do to use a program is to assign execute permissions.
The first three lines in the README file explain you how to do that:
[b]FROM THE README FILE[/b]
INSTALLATION
1 - Extract the contents of the .zip package to any persistent path
in your ESXi server, i.e: /scratch/xsi
2 - Change to the installation directory and apply permissions to
the xsibackup file and the bin folder.
# chmod -R 0700 xsibackup bin
3 - Run xsibackup
#./xsibackup --help
3 - Generate a new request.key file
#./xsibackup --request-key
Offline
damn it.. read the pdf back to front but missed the readme.txt completely..
sorry for wasting your time
Offline
Pages: 1