We have a policy named "VM_Backup" which is the FlashBackup-Windows policy, the policy type number is 29.
We have a vm been choose in this policy, the one is "xxxx02" and it's the linux VM.
While we backup the whole VM, we also back the filesystem. The backup has no error.
NBU master version is 7.1.0.4 on AIX
The issue is that with the BAR tool in the master, we can quickly list the file system of the VM xxxx02.
Howver, when we try to list the vmdk file, it hangs about a half hour, and then "socket read failed 23" issue happen. Or it hangs without any response and without any error message being return.
Try to bplist command:
bplist -flops 33554432 -C xxxx02 -s 11/10/2013 18:40:00 –e 11/10/2013 18:59:59 -t 29 -R -l /
The bplist command also failed with "socket read failed 23". Please note the below bplist command will immediately show the file system of the VM xxxx02 such /, /usr etc.
bplist -C xxxx02 -s 11/10/2013 18:40:00 –e 11/10/2013 18:59:59 -t 29 -R -l /
We tried a lot of vmdk backup images at other time, fortunately there were a backup image of the vmdk finally be shown in the BAR tool after a half hour, then we start the restore of this vmdk file, but we can see there were half hour delay then we get the media, see following,
xxx
xxx
xxx
The interesting thing is that, we found out the bplist command just can only hang with the Linux vmdk file, but work fine for Windows vmdk files.
It means if we use the command "bplist -flops 33554432 -C windowsclient" to show the Windows vmdk from this flashbackup-windows backup policy, it will list it very fast.
I did search a lot in our internal KB database and Google, but didn't get any thing about if it's bug in NBU7.1.0.4.
In addition, the option "-flops 33554432" is not documented by our admin guide, not sure if it's availabe in another admin guide, but I get this option from the usr logs.
Could you please give me more insight about this? If you need the master nbsu, please let me know.
Howver I didn't get the bplist, bprd, bpdbm logs since the end user has no time to collect it.