You are not logged in.
Pages: 1
After the patch you provided today, everything is working much better. Except for one single VM that refuses to back up. I am not getting any error, it just does not back up. It is a Cisco Unity Connection VM, on the other two servers in the cluster I have a Cisco Unified Communication Manager and a Cisco IM & Presence server, both of which backup fine. It does back up its data using an internal method to an internal SFTP server so if I have to just skip it, while not ideal it is a workable solution. I am worried though, because one of our lab servers that needs to be backed up hosts multiple Cisco Unity Connection and Cisco Unified Communication Manager, and now I'm worried about them backing up.
Command to backup everything on the production host is
xsibackup --backup "VMs(ALL)" /mnt/XSI/nfs/ESXCORPB/ --backup-host=root@192.168.250.2:22 --mail-to=smccloud@donotemail.com --exclude="vmware-[0-9]{1,9}.log" --rotate=30D
Troubleshooting command of the affected VM is
xsibackup --backup "VMs(CUC-ucn1)" /mnt/XSI/nfs/ESXCORPB/ --backup-host=root@192.168.250.2:22 --mail-to=smccloud@donotemail.com --exclude="vmware-[0-9]{1,9}.log" --rotate=30D --verbosity=10 > output.log
I will post the output when I get it, it will take a while.
Offline
If the VM machine is plainly skipped the most likely cause is that you are calling it by the wrong name or that ©XSIBackup can't find it by the provided name in the /etc/vmware/hostd/vmInventory.xml file.
Check the name using the following command.
vim-cmd vmsvc/getallvms
Make sure that the name is not too complicated or has any special characters in it. If it contains spaces make sure that they have not been replaced by some other blank character different than char(32), some people end up with char(255) instead. Or even better, do not use spaces in your VM names.
Offline
So, it backed up fine on its own. It might be something with the VM before it. Which does have a space in its name. However, I have other VMs on other hosts with spaces in their names which work fine. I will rename all VMs to get rid of spaces.
Offline
Well, we overlooked the most obvious reason: if you are using a cluster, each VM may be moved around by DRS anytime depending on the cluster conditions. Just make sure that you set some policy to prevent DRS from acting during the backup windows.
Offline
[quote=admin]Well, we overlooked the most obvious reason: if you are using a cluster, each VM may be moved around by DRS anytime depending on the cluster conditions. Just make sure that you set some policy to prevent DRS from acting during the backup windows.[/quote]
We have Essential Plus licensing, no DRS. I have manually move VMs between hosts, which I do not do very often.
Here is the verbosity=10 output from the last backup attempt right before it stops. The next VM is CUC-ucn1 which backs up fine if I do it on its own.
25/26 Cooper Web-000001-sesparse.vmdk [skipped excluded]
REGEX check failed for string '/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web-000001.vmdk' with pattern 'vmware-[0-9]{1,9}.log'
26/26 Cooper Web-000001.vmdk [skipped excluded]
Removing snapshot, please wait...
*** Snapshot was removed ***
Total CPU ticks: 2545724373148
Avg frequency (Ghz): 2.20
Real data ticks: 13832100151980
Real data seconds: 6286
Raw data speed: 3.00
Avg block seek: 0
2024-02-17T20:47:55 | Error code 272 at file signal.c, line 272 | Error description: Signal Handler: the process received signal 11, desc: No such file or directory
2024-02-17T20:47:55 | Error code 352 at file signal.c, line 352 | Error description: SIGTERM (11) condition was trapped: check logs for more details, error: No such file or directory
2024-02-17T20:47:55 | Error code 357 at file signal.c, line 357 | Error description: total errors: 2, check error.log
Removed directory: /scratch/XSI/XSIBackup-DC/tmp/xsi-root/31677
Removed file 3: /home/root/.xsi/tmp/31677/.blocklog.diff
Removed file 4: /home/root/.xsi/tmp/31677/346.snaptmp
Removed file 5: /home/root/.xsi/tmp/31677/350.snaptmp
Removed file 6: /home/root/.xsi/tmp/31677/402.snaptmp
Removed file 7: /home/root/.xsi/tmp/31677/Cooper Web.vmdk.vmdkmapf
Removed file 8: /home/root/.xsi/tmp/31677/405.snaptmp
Removed directory: /home/root/.xsi/tmp/31677
Sending e-mail to smccloud@unimax.com through SMTP#1...
Offline
Well the problem seems clear: "No such file or directory", now let's try to find out what is the file that ©XSIBackup expects to find and it does not.
Prepend strace to your job to have some finer level of detail on what's going on.
Things like a full disk can trigger this kind of behavior. Last time we stumbled on something like this it was due to some remote disk not being mounted. The root file system filled, no new files or dirs could be created and this triggered this error.
In your case it could be some renamed or missing file out of what ©XSIBackup can handle in the following VM.
Offline
Running right now.
Offline
Here is the strace output
stat("/var/lib/nfs/rpc_pipefs", {st_mode=S_IFDIR|0555, st_size=0, ...}) = 0
stat("/mnt/XSI/srvs/192.168.250.3", {st_mode=S_IFDIR|0755, st_size=512, ...}) = 0
stat("/mnt/XSI/srvs/192.168.250.2", {st_mode=S_IFDIR|0755, st_size=512, ...}) = 0
close(7) = 0
munmap(0x7f2a6ec91000, 4096) = 0
stat("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web.info", {st_mode=S_IFREG|0644, st_size=108, ...}) = 0
stat("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web.info", {st_mode=S_IFREG|0644, st_size=108, ...}) = 0
open("/mnt/XSI/nfs/ESXCORPB/.xsitools", O_RDWR) = 7
access("/mnt/XSI/nfs/ESXCORPB/.xsitools", F_OK) = 0
open("/mnt/XSI/nfs/ESXCORPB/.xsitools", O_RDONLY) = 8
fstat(8, {st_mode=S_IFREG|0777, st_size=50, ...}) = 0
mmap(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec6f000
read(8, "Desc: XSITools Repo v 2.0.0\nBsiz"..., 131072) = 50
read(8, "", 131072) = 0
close(8) = 0
munmap(0x7f2a6ec6f000, 131072) = 0
stat("/mnt/XSI/nfs/ESXCORPB/20240221164659/CooperWeb", {st_mode=S_IFDIR|0777, st_size=412, ...}) = 0
open("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/Cooper Web.info.map", O_WRONLY|O_CREAT|O_APPEND, 0666) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
fstat(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
lseek(8, 0, SEEK_SET) = 0
open("/home/root/.xsi/tmp/4931/.blocklog.diff", O_WRONLY|O_CREAT|O_APPEND, 0666) = 9
fstat(9, {st_mode=S_IFREG|0644, st_size=13915125, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec90000
fstat(9, {st_mode=S_IFREG|0644, st_size=13915125, ...}) = 0
lseek(9, 13915125, SEEK_SET) = 13915125
open("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web.info", O_RDONLY) = 11
fstat(11, {st_mode=S_IFREG|0644, st_size=108, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec8e000
lseek(11, 0, SEEK_SET) = 0
read(11, "VMName: CooperWeb\nSessUID: 18768"..., 4096) = 108
clone(child_stack=0x414620b0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x414629d0, tls=0x41462940, child_tidptr=0x414629d0) = 30668
write(9, "c6992f5bb2217cff482e316e24036703"..., 45) = 45
write(8, "c6992f5bb2217cff482e316e24036703"..., 45) = 45
futex(0x414629d0, FUTEX_WAIT, 30668, NULL) = 0
close(9) = 0
munmap(0x7f2a6ec90000, 4096) = 0
close(8) = 0
munmap(0x7f2a6ec91000, 4096) = 0
close(7) = 0
close(11) = 0
munmap(0x7f2a6ec8e000, 4096) = 0
open("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/Cooper Web.info.map", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=45, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
read(7, "c6992f5bb2217cff482e316e24036703"..., 4096) = 45
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7f2a6ec91000, 4096) = 0
access("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/Cooper Web.info.map", F_OK) = 0
stat("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/Cooper Web.info.map", {st_mode=S_IFREG|0644, st_size=45, ...}) = 0
access("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/Cooper Web.info.map", F_OK) = 0
open("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/Cooper Web.info.map", O_RDONLY) = 7
open("/mnt/XSI/nfs/ESXCORPB/20240221164659/CooperWeb/Cooper Web.info.map.tmp", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 8
fstat(7, {st_mode=S_IFREG|0644, st_size=45, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
lseek(7, 0, SEEK_SET) = 0
read(7, "c6992f5bb2217cff482e316e24036703"..., 65536) = 45
read(7, "", 61440) = 0
fstat(8, {st_mode=S_IFREG|0777, st_size=0, ...}) = 0
mmap(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec6f000
lseek(8, 0, SEEK_SET) = 0
write(8, "c6992f5bb2217cff482e316e24036703"..., 65536) = 65536
ftruncate(8, 45) = 0
close(7) = 0
munmap(0x7f2a6ec91000, 4096) = 0
close(8) = 0
munmap(0x7f2a6ec6f000, 131072) = 0
rename("/mnt/XSI/nfs/ESXCORPB/20240221164659/CooperWeb/Cooper Web.info.map.tmp", "/mnt/XSI/nfs/ESXCORPB/20240221164659/CooperWeb/Cooper Web.info.map") = 0
unlink("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/Cooper Web.info.map") = 0
access("", F_OK) = -1 ENOENT (No such file or directory)
access("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web-000001-ctk.vmdk", F_OK) = 0
write(1, "FS block size: 1048576\nSource fi"..., 695) = 695
access("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web-Snapshot86.vmsn", F_OK) = 0
write(1, "\nREGEX check failed for string '"..., 285) = 285
access("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web-000001-sesparse.vmdk", F_OK) = 0
write(1, "\nREGEX check failed for string '"..., 290) = 290
access("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web-000001.vmdk", F_OK) = 0
write(1, "\nREGEX check failed for string '"..., 281) = 281
clock_gettime(CLOCK_REALTIME, {tv_sec=1708544818, tv_nsec=869813273}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
lseek(3, 77852, SEEK_SET) = 77852
write(3, "2024-02-21T20:46:58| Total size:"..., 128) = 128
open("/home/root/.xsi/tmp/4931/405.snaptmp", O_WRONLY|O_CREAT|O_APPEND, 0666) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
fstat(7, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
lseek(7, 0, SEEK_SET) = 0
pipe([8, 9]) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x24c2910) = 30670
close(9) = 0
fstat(8, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec90000
read(8, "Get Snapshot:\n", 4096) = 14
read(8, "|-ROOT\n--Snapshot Name : "..., 4096) = 211
read(8, "", 4096) = 0
close(8) = 0
wait4(30670, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 30670
munmap(0x7f2a6ec90000, 4096) = 0
write(7, "Get Snapshot:\n|-ROOT\n--Snapshot "..., 225) = 225
close(7) = 0
munmap(0x7f2a6ec91000, 4096) = 0
open("/home/root/.xsi/tmp/4931/405.snaptmp", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=225, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
read(7, "Get Snapshot:\n|-ROOT\n--Snapshot "..., 4096) = 225
read(7, "", 4096) = 0
close(7) = 0
munmap(0x7f2a6ec91000, 4096) = 0
pipe([7, 8]) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x24c2910) = 30684
close(8) = 0
fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
read(7, "Remove Snapshot:\n", 4096) = 17
read(7, "", 4096) = 0
close(7) = 0
wait4(30684, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 30684
munmap(0x7f2a6ec91000, 4096) = 0
access("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web.info", F_OK) = 0
open("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web.info", O_RDONLY) = 7
stat("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931", {st_mode=S_IFDIR|0755, st_size=6, ...}) = 0
open("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/4931-374754931136872_edit_tmp", O_WRONLY|O_CREAT|O_APPEND, 0666) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
fstat(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
lseek(8, 0, SEEK_SET) = 0
fstat(7, {st_mode=S_IFREG|0644, st_size=108, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec90000
read(7, "VMName: CooperWeb\nSessUID: 18768"..., 4096) = 108
write(8, "VMName: CooperWeb\n", 18) = 18
write(8, "SessUID: 187688350245990\n", 25) = 25
write(8, "CBT-Seq: 0\n", 11) = 11
write(8, "License: unlicensed trial versio"..., 34) = 34
write(8, "Host: XSIBackup-App\n", 20) = 20
read(7, "", 4096) = 0
close(8) = 0
munmap(0x7f2a6ec91000, 4096) = 0
close(7) = 0
munmap(0x7f2a6ec90000, 4096) = 0
stat("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/4931-374754931136872_edit_tmp", {st_mode=S_IFREG|0644, st_size=108, ...}) = 0
access("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/4931-374754931136872_edit_tmp", F_OK) = 0
open("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/4931-374754931136872_edit_tmp", O_RDONLY) = 7
open("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web.info", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 8
fstat(7, {st_mode=S_IFREG|0644, st_size=108, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
lseek(7, 0, SEEK_SET) = 0
read(7, "VMName: CooperWeb\nSessUID: 18768"..., 65536) = 108
read(7, "", 61440) = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec90000
lseek(8, 0, SEEK_SET) = 0
write(8, "VMName: CooperWeb\nSessUID: 18768"..., 65536) = 65536
ftruncate(8, 108) = 0
close(7) = 0
munmap(0x7f2a6ec91000, 4096) = 0
close(8) = 0
munmap(0x7f2a6ec90000, 4096) = 0
unlink("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/4931-374754931136872_edit_tmp") = 0
access("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web.info", F_OK) = 0
open("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web.info", O_RDONLY) = 7
stat("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931", {st_mode=S_IFDIR|0755, st_size=6, ...}) = 0
open("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/4931-374754954090462_edit_tmp", O_WRONLY|O_CREAT|O_APPEND, 0666) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
fstat(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
lseek(8, 0, SEEK_SET) = 0
fstat(7, {st_mode=S_IFREG|0644, st_size=108, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec90000
read(7, "VMName: CooperWeb\nSessUID: 18768"..., 4096) = 108
write(8, "VMName: CooperWeb\n", 18) = 18
write(8, "SessUID: 343071193133636\n", 25) = 25
write(8, "CBT-Seq: 0\n", 11) = 11
write(8, "License: unlicensed trial versio"..., 34) = 34
write(8, "Host: XSIBackup-App\n", 20) = 20
read(7, "", 4096) = 0
close(8) = 0
munmap(0x7f2a6ec91000, 4096) = 0
close(7) = 0
munmap(0x7f2a6ec90000, 4096) = 0
stat("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/4931-374754954090462_edit_tmp", {st_mode=S_IFREG|0644, st_size=108, ...}) = 0
access("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/4931-374754954090462_edit_tmp", F_OK) = 0
open("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/4931-374754954090462_edit_tmp", O_RDONLY) = 7
open("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web.info", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 8
fstat(7, {st_mode=S_IFREG|0644, st_size=108, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
lseek(7, 0, SEEK_SET) = 0
read(7, "VMName: CooperWeb\nSessUID: 34307"..., 65536) = 108
read(7, "", 61440) = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec90000
lseek(8, 0, SEEK_SET) = 0
write(8, "VMName: CooperWeb\nSessUID: 34307"..., 65536) = 65536
ftruncate(8, 108) = 0
close(7) = 0
munmap(0x7f2a6ec91000, 4096) = 0
close(8) = 0
munmap(0x7f2a6ec90000, 4096) = 0
unlink("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/4931-374754954090462_edit_tmp") = 0
access("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web.info", F_OK) = 0
open("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web.info", O_RDONLY) = 7
stat("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931", {st_mode=S_IFDIR|0755, st_size=6, ...}) = 0
open("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/4931-374754977436268_edit_tmp", O_WRONLY|O_CREAT|O_APPEND, 0666) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
fstat(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
lseek(8, 0, SEEK_SET) = 0
fstat(7, {st_mode=S_IFREG|0644, st_size=108, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec90000
read(7, "VMName: CooperWeb\nSessUID: 34307"..., 4096) = 108
write(8, "VMName: CooperWeb\n", 18) = 18
write(8, "SessUID: 343071193133636\n", 25) = 25
write(8, "CBT-Seq: 0\n", 11) = 11
write(8, "License: unlicensed trial versio"..., 34) = 34
write(8, "Host: XSIBackup-App\n", 20) = 20
read(7, "", 4096) = 0
close(8) = 0
munmap(0x7f2a6ec91000, 4096) = 0
close(7) = 0
munmap(0x7f2a6ec90000, 4096) = 0
stat("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/4931-374754977436268_edit_tmp", {st_mode=S_IFREG|0644, st_size=108, ...}) = 0
access("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/4931-374754977436268_edit_tmp", F_OK) = 0
open("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/4931-374754977436268_edit_tmp", O_RDONLY) = 7
open("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web.info", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 8
fstat(7, {st_mode=S_IFREG|0644, st_size=108, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
lseek(7, 0, SEEK_SET) = 0
read(7, "VMName: CooperWeb\nSessUID: 34307"..., 65536) = 108
read(7, "", 61440) = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec90000
lseek(8, 0, SEEK_SET) = 0
write(8, "VMName: CooperWeb\nSessUID: 34307"..., 65536) = 65536
ftruncate(8, 108) = 0
close(7) = 0
munmap(0x7f2a6ec91000, 4096) = 0
close(8) = 0
munmap(0x7f2a6ec90000, 4096) = 0
unlink("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/4931-374754977436268_edit_tmp") = 0
access("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web.info", F_OK) = 0
open("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web.info", O_RDONLY) = 7
stat("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931", {st_mode=S_IFDIR|0755, st_size=6, ...}) = 0
open("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/4931-374755002594720_edit_tmp", O_WRONLY|O_CREAT|O_APPEND, 0666) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
fstat(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
lseek(8, 0, SEEK_SET) = 0
fstat(7, {st_mode=S_IFREG|0644, st_size=108, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec90000
read(7, "VMName: CooperWeb\nSessUID: 34307"..., 4096) = 108
write(8, "VMName: CooperWeb\n", 18) = 18
write(8, "SessUID: 343071193133636\n", 25) = 25
write(8, "CBT-Seq: 0\n", 11) = 11
write(8, "License: unlicensed trial versio"..., 34) = 34
write(8, "Host: XSIBackup-App\n", 20) = 20
read(7, "", 4096) = 0
close(8) = 0
munmap(0x7f2a6ec91000, 4096) = 0
close(7) = 0
munmap(0x7f2a6ec90000, 4096) = 0
stat("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/4931-374755002594720_edit_tmp", {st_mode=S_IFREG|0644, st_size=108, ...}) = 0
access("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/4931-374755002594720_edit_tmp", F_OK) = 0
open("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/4931-374755002594720_edit_tmp", O_RDONLY) = 7
open("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web.info", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 8
fstat(7, {st_mode=S_IFREG|0644, st_size=108, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
lseek(7, 0, SEEK_SET) = 0
read(7, "VMName: CooperWeb\nSessUID: 34307"..., 65536) = 108
read(7, "", 61440) = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec90000
lseek(8, 0, SEEK_SET) = 0
write(8, "VMName: CooperWeb\nSessUID: 34307"..., 65536) = 65536
ftruncate(8, 108) = 0
close(7) = 0
munmap(0x7f2a6ec91000, 4096) = 0
close(8) = 0
munmap(0x7f2a6ec90000, 4096) = 0
unlink("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/4931-374755002594720_edit_tmp") = 0
access("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web.info", F_OK) = 0
open("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web.info", O_RDONLY) = 7
stat("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931", {st_mode=S_IFDIR|0755, st_size=6, ...}) = 0
open("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/4931-374755028683772_edit_tmp", O_WRONLY|O_CREAT|O_APPEND, 0666) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
fstat(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
lseek(8, 0, SEEK_SET) = 0
fstat(7, {st_mode=S_IFREG|0644, st_size=108, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec90000
read(7, "VMName: CooperWeb\nSessUID: 34307"..., 4096) = 108
write(8, "VMName: CooperWeb\n", 18) = 18
write(8, "SessUID: 343071193133636\n", 25) = 25
write(8, "CBT-Seq: 0\n", 11) = 11
write(8, "License: unlicensed trial versio"..., 34) = 34
write(8, "Host: XSIBackup-App\n", 20) = 20
read(7, "", 4096) = 0
close(8) = 0
munmap(0x7f2a6ec91000, 4096) = 0
close(7) = 0
munmap(0x7f2a6ec90000, 4096) = 0
stat("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/4931-374755028683772_edit_tmp", {st_mode=S_IFREG|0644, st_size=108, ...}) = 0
access("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/4931-374755028683772_edit_tmp", F_OK) = 0
open("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/4931-374755028683772_edit_tmp", O_RDONLY) = 7
open("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web.info", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 8
fstat(7, {st_mode=S_IFREG|0644, st_size=108, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
lseek(7, 0, SEEK_SET) = 0
read(7, "VMName: CooperWeb\nSessUID: 34307"..., 65536) = 108
read(7, "", 61440) = 0
fstat(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec90000
lseek(8, 0, SEEK_SET) = 0
write(8, "VMName: CooperWeb\nSessUID: 34307"..., 65536) = 65536
ftruncate(8, 108) = 0
close(7) = 0
munmap(0x7f2a6ec91000, 4096) = 0
close(8) = 0
munmap(0x7f2a6ec90000, 4096) = 0
unlink("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931/4931-374755028683772_edit_tmp") = 0
access("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web.info", F_OK) = 0
stat("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web.info", {st_mode=S_IFREG|0644, st_size=108, ...}) = 0
access("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web.info", F_OK) = 0
open("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Cooper Web/Cooper Web.info", O_RDONLY) = 7
open("/mnt/XSI/nfs/ESXCORPB/20240221164659/CooperWeb/CooperWeb.info.tmp", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 8
fstat(7, {st_mode=S_IFREG|0644, st_size=108, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
lseek(7, 0, SEEK_SET) = 0
read(7, "VMName: CooperWeb\nSessUID: 34307"..., 65536) = 108
read(7, "", 61440) = 0
fstat(8, {st_mode=S_IFREG|0777, st_size=0, ...}) = 0
mmap(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec6f000
lseek(8, 0, SEEK_SET) = 0
write(8, "VMName: CooperWeb\nSessUID: 34307"..., 65536) = 65536
ftruncate(8, 108) = 0
close(7) = 0
munmap(0x7f2a6ec91000, 4096) = 0
close(8) = 0
munmap(0x7f2a6ec6f000, 131072) = 0
rename("/mnt/XSI/nfs/ESXCORPB/20240221164659/CooperWeb/CooperWeb.info.tmp", "/mnt/XSI/nfs/ESXCORPB/20240221164659/CooperWeb/CooperWeb.info") = 0
pipe([7, 8]) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x24c2910) = 30716
close(8) = 0
fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
read(7, "0;", 4096) = 2
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
wait4(30716, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 30716
munmap(0x7f2a6ec91000, 4096) = 0
pipe([7, 8]) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x24c2910) = 30724
close(8) = 0
fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
read(7, "0;", 4096) = 2
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
wait4(30724, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 30724
munmap(0x7f2a6ec91000, 4096) = 0
clock_gettime(CLOCK_REALTIME, {tv_sec=1708544820, tv_nsec=976772413}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
clock_gettime(CLOCK_REALTIME, {tv_sec=1708544820, tv_nsec=976881703}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
lseek(3, 77980, SEEK_SET) = 77980
write(3, "2024-02-21T20:47:00| Backup end "..., 58) = 58
clock_gettime(CLOCK_REALTIME, {tv_sec=1708544820, tv_nsec=977087714}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
lseek(3, 78038, SEEK_SET) = 78038
write(3, "2024-02-21T20:47:00| Time taken:"..., 53) = 53
clock_gettime(CLOCK_REALTIME, {tv_sec=1708544820, tv_nsec=977332636}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
lseek(3, 78091, SEEK_SET) = 78091
write(3, "2024-02-21T20:47:00| Total time:"..., 55) = 55
clock_gettime(CLOCK_REALTIME, {tv_sec=1708544820, tv_nsec=977667967}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
lseek(3, 78146, SEEK_SET) = 78146
write(3, "2024-02-21T20:47:00| Full file s"..., 117) = 117
clock_gettime(CLOCK_REALTIME, {tv_sec=1708544820, tv_nsec=977902898}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
lseek(3, 78263, SEEK_SET) = 78263
write(3, "2024-02-21T20:47:00| Real data s"..., 117) = 117
open("/home/root/.xsi/var/log/backupdb.log", O_WRONLY|O_CREAT|O_APPEND, 0666) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=4896, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
fstat(7, {st_mode=S_IFREG|0644, st_size=4896, ...}) = 0
lseek(7, 4896, SEEK_SET) = 4896
write(7, "343071193133636;4931;--backup;Co"..., 229) = 229
close(7) = 0
munmap(0x7f2a6ec91000, 4096) = 0
clock_gettime(CLOCK_REALTIME, {tv_sec=1708544820, tv_nsec=979103564}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
lseek(3, 78380, SEEK_SET) = 78380
write(3, "2024-02-21T20:47:00| Item backup"..., 58) = 58
pipe([7, 8]) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x24c2910) = 30732
close(8) = 0
fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
read(7, "0;20472031739904", 4096) = 16
read(7, "", 4096) = 0
read(7, "", 4096) = 0
close(7) = 0
wait4(30732, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 30732
munmap(0x7f2a6ec91000, 4096) = 0
clock_gettime(CLOCK_REALTIME, {tv_sec=1708544821, tv_nsec=76390233}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
lseek(3, 78438, SEEK_SET) = 78438
write(3, "2024-02-21T20:47:01| Available s"..., 81) = 81
clock_gettime(CLOCK_REALTIME, {tv_sec=1708544821, tv_nsec=76860595}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
lseek(3, 78519, SEEK_SET) = 78519
write(3, "2024-02-21T20:47:01| Item number"..., 53) = 53
pipe([7, 8]) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x24c2910) = 30741
close(8) = 0
fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
read(7, "/mnt/XSI/srvs/192.168.250.2/vmfs"..., 4096) = 97
close(7) = 0
wait4(30741, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 30741
munmap(0x7f2a6ec91000, 4096) = 0
access("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Jenkins/Jenkins.vmx", F_OK) = 0
open("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Jenkins/Jenkins.vmx", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0755, st_size=11953, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
read(7, ".encoding = \"UTF-8\"\nconfig.versi"..., 4096) = 4096
close(7) = 0
munmap(0x7f2a6ec91000, 4096) = 0
clock_gettime(CLOCK_REALTIME, {tv_sec=1708544821, tv_nsec=181534979}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
lseek(3, 78572, SEEK_SET) = 78572
write(3, "2024-02-21T20:47:01| .vmx file f"..., 138) = 138
pipe([7, 8]) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x24c2910) = 30745
close(8) = 0
fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
read(7, "/mnt/XSI/srvs/192.168.250.2/vmfs"..., 4096) = 98
close(7) = 0
wait4(30745, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 30745
munmap(0x7f2a6ec91000, 4096) = 0
access("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Jenkins/Jenkins.vmsd", F_OK) = 0
clock_gettime(CLOCK_REALTIME, {tv_sec=1708544821, tv_nsec=188505263}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
lseek(3, 78710, SEEK_SET) = 78710
write(3, "2024-02-21T20:47:01| .vmsd file "..., 140) = 140
pipe([7, 8]) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x24c2910) = 30747
close(8) = 0
fstat(7, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
read(7, "", 4096) = 0
close(7) = 0
wait4(30747, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 30747
munmap(0x7f2a6ec91000, 4096) = 0
access("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Jenkins/Jenkins.vmx", F_OK) = 0
access("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Jenkins/Jenkins.vmsd", F_OK) = 0
open("/mnt/XSI/srvs/192.168.250.2/vmfs/volumes/62e06338-9d0d86e8-05ec-0cc47afdf9c8/Jenkins/Jenkins.vmx", O_RDONLY) = 7
fstat(7, {st_mode=S_IFREG|0755, st_size=11953, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec91000
read(7, ".encoding = \"UTF-8\"\nconfig.versi"..., 4096) = 4096
read(7, "3502dc5e</DatastoreRef><Path>[Da"..., 4096) = 4096
--- SIGSEGV {si_signo=SIGSEGV, si_code=SI_KERNEL, si_addr=NULL} ---
clock_gettime(CLOCK_REALTIME, {tv_sec=1708544821, tv_nsec=217828244}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
write(1, "\nRemoving snapshot, please wait."..., 412) = 412
open("/home/root/.xsi/var/log/error.log", O_WRONLY|O_CREAT|O_APPEND, 0666) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=5496, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec90000
fstat(8, {st_mode=S_IFREG|0644, st_size=5496, ...}) = 0
lseek(8, 5496, SEEK_SET) = 5496
socket(AF_UNIX, SOCK_DGRAM, 0) = 9
fcntl(9, F_SETFD, FD_CLOEXEC) = 0
connect(9, {sa_family=AF_UNIX, sun_path="/dev/log"}, 110) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
sendto(9, "<27>Feb 21 20:47:01 xsibackup: E"..., 189, MSG_NOSIGNAL, NULL, 0) = 189
close(9) = 0
write(8, "2024-02-21T20:47:01 | Error code"..., 165) = 165
close(8) = 0
munmap(0x7f2a6ec90000, 4096) = 0
close(0) = 0
clock_gettime(CLOCK_REALTIME, {tv_sec=1708544821, tv_nsec=220056485}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
write(1, "\n2024-02-21T20:47:01 | Error cod"..., 184) = 184
open("/home/root/.xsi/var/log/error.log", O_WRONLY|O_CREAT|O_APPEND, 0666) = 0
fstat(0, {st_mode=S_IFREG|0644, st_size=5661, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec90000
fstat(0, {st_mode=S_IFREG|0644, st_size=5661, ...}) = 0
lseek(0, 5661, SEEK_SET) = 5661
socket(AF_UNIX, SOCK_DGRAM, 0) = 8
fcntl(8, F_SETFD, FD_CLOEXEC) = 0
connect(8, {sa_family=AF_UNIX, sun_path="/dev/log"}, 110) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
sendto(8, "<27>Feb 21 20:47:01 xsibackup: E"..., 207, MSG_NOSIGNAL, NULL, 0) = 207
close(8) = 0
write(0, "2024-02-21T20:47:01 | Error code"..., 183) = 183
close(0) = 0
munmap(0x7f2a6ec90000, 4096) = 0
clock_gettime(CLOCK_REALTIME, {tv_sec=1708544821, tv_nsec=221736643}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
write(1, "2024-02-21T20:47:01 | Error code"..., 118) = 118
open("/home/root/.xsi/var/log/error.log", O_WRONLY|O_CREAT|O_APPEND, 0666) = 0
fstat(0, {st_mode=S_IFREG|0644, st_size=5844, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec90000
fstat(0, {st_mode=S_IFREG|0644, st_size=5844, ...}) = 0
lseek(0, 5844, SEEK_SET) = 5844
socket(AF_UNIX, SOCK_DGRAM, 0) = 8
fcntl(8, F_SETFD, FD_CLOEXEC) = 0
connect(8, {sa_family=AF_UNIX, sun_path="/dev/log"}, 110) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
sendto(8, "<27>Feb 21 20:47:01 xsibackup: E"..., 142, MSG_NOSIGNAL, NULL, 0) = 142
close(8) = 0
write(0, "2024-02-21T20:47:01 | Error code"..., 118) = 118
close(0) = 0
munmap(0x7f2a6ec90000, 4096) = 0
clock_gettime(CLOCK_REALTIME, {tv_sec=1708544821, tv_nsec=222730718}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
lseek(3, 78850, SEEK_SET) = 78850
write(3, "2024-02-21T20:47:01| Cleaning up"..., 36) = 36
stat("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931", {st_mode=S_IFDIR|0755, st_size=6, ...}) = 0
stat("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931", {st_mode=S_IFDIR|0755, st_size=6, ...}) = 0
open("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 0
fstat(0, {st_mode=S_IFDIR|0755, st_size=6, ...}) = 0
fcntl(0, F_SETFD, FD_CLOEXEC) = 0
getdents(0, /* 2 entries */, 4096) = 48
getdents(0, /* 0 entries */, 4096) = 0
rmdir("/scratch/XSI/XSIBackup-DC/tmp/xsi-root/4931") = 0
close(0) = 0
stat("/home/root/.xsi/tmp/4931", {st_mode=S_IFDIR|0755, st_size=136, ...}) = 0
stat("/home/root/.xsi/tmp/4931", {st_mode=S_IFDIR|0755, st_size=136, ...}) = 0
open("/home/root/.xsi/tmp/4931", O_RDONLY|O_NONBLOCK|O_DIRECTORY) = 0
fstat(0, {st_mode=S_IFDIR|0755, st_size=136, ...}) = 0
fcntl(0, F_SETFD, FD_CLOEXEC) = 0
getdents(0, /* 8 entries */, 4096) = 264
stat("/home/root/.xsi/tmp/4931/.blocklog.diff", {st_mode=S_IFREG|0644, st_size=13915170, ...}) = 0
unlink("/home/root/.xsi/tmp/4931/.blocklog.diff") = 0
stat("/home/root/.xsi/tmp/4931/346.snaptmp", {st_mode=S_IFREG|0644, st_size=226, ...}) = 0
unlink("/home/root/.xsi/tmp/4931/346.snaptmp") = 0
stat("/home/root/.xsi/tmp/4931/350.snaptmp", {st_mode=S_IFREG|0644, st_size=225, ...}) = 0
unlink("/home/root/.xsi/tmp/4931/350.snaptmp") = 0
stat("/home/root/.xsi/tmp/4931/402.snaptmp", {st_mode=S_IFREG|0644, st_size=224, ...}) = 0
unlink("/home/root/.xsi/tmp/4931/402.snaptmp") = 0
stat("/home/root/.xsi/tmp/4931/Cooper Web.vmdk.vmdkmapf", {st_mode=S_IFREG|0644, st_size=1799, ...}) = 0
unlink("/home/root/.xsi/tmp/4931/Cooper Web.vmdk.vmdkmapf") = 0
stat("/home/root/.xsi/tmp/4931/405.snaptmp", {st_mode=S_IFREG|0644, st_size=225, ...}) = 0
unlink("/home/root/.xsi/tmp/4931/405.snaptmp") = 0
getdents(0, /* 0 entries */, 4096) = 0
rmdir("/home/root/.xsi/tmp/4931") = 0
close(0) = 0
access("/tmp/xsibackup-root.pid", F_OK) = 0
access("/tmp/xsibackup-root.pid", F_OK) = 0
access("/tmp/xsibackup-root.pid", R_OK) = 0
open("/tmp/xsibackup-root.pid", O_RDONLY) = 0
open("/tmp/xsibackup-root.pid.tmp.374755997867570", O_WRONLY|O_CREAT|O_APPEND, 0666) = 8
fstat(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec90000
fstat(8, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
lseek(8, 0, SEEK_SET) = 0
fstat(0, {st_mode=S_IFREG|0644, st_size=49, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec8e000
read(0, "1470\n1538\n1611\n4095\n16747\n17956\n"..., 4096) = 49
read(0, "", 4096) = 0
close(0) = 0
munmap(0x7f2a6ec8e000, 4096) = 0
write(8, "1470\n1538\n1611\n4095\n16747\n17956\n"..., 44) = 44
close(8) = 0
munmap(0x7f2a6ec90000, 4096) = 0
access("/tmp/xsibackup-root.pid", W_OK) = 0
rename("/tmp/xsibackup-root.pid.tmp.374755997867570", "/tmp/xsibackup-root.pid") = 0
access("/tmp/xsibackup-root.pid.tmp.374755997867570", F_OK) = -1 ENOENT (No such file or directory)
access("/tmp/xsibackup-root.pid", F_OK) = 0
stat("/tmp/xsibackup-root.pid", {st_mode=S_IFREG|0644, st_size=44, ...}) = 0
access("/home/root/.xsi/var/html/000.html", F_OK) = 0
brk(0x42a1000) = 0x42a1000
brk(0x4350000) = 0x4350000
open("/home/root/.xsi/var/log/backupdb.log", O_RDONLY) = 0
fstat(0, {st_mode=S_IFREG|0644, st_size=5125, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec90000
read(0, "201811890082;1274;--backup;CUC-u"..., 4096) = 4096
read(0, "x;/mnt/XSI/nfs/ESX4;1;1708537794"..., 4096) = 1029
read(0, "", 4096) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
open("/home/root/.xsi/var/html/000.html", O_RDONLY) = 8
open("/home/root/.xsi/var/spool/mail/343071193133636_000.tmp", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 9
fstat(8, {st_mode=S_IFREG|0744, st_size=2023, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec8e000
read(8, "<!DOCTYPE HTML PUBLIC \"-//W3C//D"..., 4096) = 2023
fstat(9, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec8d000
write(9, "<!DOCTYPE HTML PUBLIC \"-//W3C//D"..., 4096) = 4096
read(8, "", 4096) = 0
read(8, "", 4096) = 0
close(8) = 0
munmap(0x7f2a6ec8e000, 4096) = 0
write(9, " directory<br>· <spa"..., 229) = 229
close(9) = 0
munmap(0x7f2a6ec8d000, 4096) = 0
close(0) = 0
munmap(0x7f2a6ec90000, 4096) = 0
access("/home/root/.xsi/etc/smtpsrvs.conf", F_OK) = 0
access("/home/root/.xsi/etc/smtpsrvs.conf", F_OK) = 0
open("/home/root/.xsi/etc/smtpsrvs.conf", O_RDONLY) = 0
fstat(0, {st_mode=S_IFREG|0644, st_size=910, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec90000
read(0, "# [TITLE] = SMTP Server\n# Use th"..., 4096) = 910
access("/home/root/.xsi/var/spool/mail/343071193133636_000.tmp", F_OK) = 0
access("/home/root/.xsi/bin/sendmail", F_OK) = 0
pipe([8, 9]) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x24c2910) = 30753
close(9) = 0
fstat(8, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec8e000
read(8, "Using stored SMTP server info..."..., 4096) = 33
read(8, "Found conf/smtpsrvs file...\n", 4096) = 28
read(8, "Using SMTP server #1: 192.168.23"..., 4096) = 39
read(8, "Recipient: smccloud@unimax.com\n", 4096) = 31
read(8, "Probing server status...\n", 4096) = 25
read(8, "Server status: 220 smtprelay.uni"..., 4096) = 70
read(8, "220 smtprelay.unimax.local ESMTP"..., 4096) = 373
write(1, "Removed directory: /scratch/XSI/"..., 4096) = 4096
read(8, "", 4096) = 0
close(8) = 0
wait4(30753, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 30753
munmap(0x7f2a6ec8e000, 4096) = 0
clock_gettime(CLOCK_REALTIME, {tv_sec=1708544824, tv_nsec=908538254}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
lseek(3, 78886, SEEK_SET) = 78886
write(3, "2024-02-21T20:47:04| E-mail was "..., 54) = 54
clock_gettime(CLOCK_REALTIME, {tv_sec=1708544824, tv_nsec=909523799}) = 0
stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2611, ...}) = 0
lseek(3, 78940, SEEK_SET) = 78940
write(3, "2024-02-21T20:47:04| SMTP Protoc"..., 616) = 616
pipe([8, 9]) = 0
clone(child_stack=NULL, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x24c2910) = 30945
close(9) = 0
fstat(8, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f2a6ec8e000
read(8, "1\n", 4096) = 2
read(8, "", 4096) = 0
close(8) = 0
wait4(30945, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 30945
munmap(0x7f2a6ec8e000, 4096) = 0
close(3) = 0
munmap(0x7f2a6ec94000, 4096) = 0
write(1, "tring '250 ' with pattern '^[4-5"..., 853) = 853
exit_group(3) = ?
+++ exited with 3 +++
And a df -h
Filesystem Size Used Avail Use% Mounted on
devtmpfs 989M 0 989M 0% /dev
tmpfs 1000M 0 1000M 0% /dev/shm
tmpfs 1000M 9.0M 991M 1% /run
tmpfs 1000M 0 1000M 0% /sys/fs/cgroup
/dev/mapper/xsi-root 15G 905M 14G 7% /
/dev/sda1 1014M 71M 944M 7% /boot
root@192.168.250.3:/ 5.1G 901M 4.3G 18% /mnt/XSI/srvs/192.168.250.3
root@192.168.250.2:/ 5.4G 924M 4.5G 17% /mnt/XSI/srvs/192.168.250.2
root@192.168.250.1:/ 5.4G 924M 4.5G 17% /mnt/XSI/srvs/192.168.250.1
192.168.200.101:/mnt/tank/LabBackups/ESX5 9.9T 256K 9.9T 1% /mnt/XSI/nfs/ESX5
192.168.200.101:/mnt/tank/LabBackups/ESX4 11T 319G 9.9T 4% /mnt/XSI/nfs/ESX4
192.168.200.101:/mnt/tank/LabBackups/ESX6 9.9T 256K 9.9T 1% /mnt/XSI/nfs/ESX6
192.168.200.101:/mnt/tank/LabBackups/ESX9 9.9T 256K 9.9T 1% /mnt/XSI/nfs/ESX9
192.168.200.3:/volume1/ESXCORPC 21T 2.4T 19T 12% /mnt/XSI/nfs/ESXCORPC
192.168.200.3:/volume1/ESXCORPA 21T 2.4T 19T 12% /mnt/XSI/nfs/ESXCORPA
192.168.200.3:/volume1/ESXCORPB 21T 2.4T 19T 12% /mnt/XSI/nfs/ESXCORPB
tmpfs 200M 0 200M 0% /run/user/0
root@192.168.25.76:/ 4.7G 905M 3.8G 20% /mnt/XSI/srvs/192.168.25.76
root@192.168.25.133:/ 4.2G 900M 3.3G 22% /mnt/XSI/srvs/192.168.25.133
root@192.168.25.193:/ 4.1G 652M 3.5G 16% /mnt/XSI/srvs/192.168.25.193
Last edited by smccloud (2024-02-21 19:54:59)
Offline
We will release today ©XSIBackup-App 1.1.0.9 with reinfoced VM detection. Depending on if you have VMs with similar names, the appliance's VM selection routine could skip some VM or return errors. Today we will release a fix via a new version.
Offline
Of course, I finally get time to check this now (been busy with the fact that we are getting rid of our office dropped on me) and my trial license has expired.
Offline
Pages: 1