We have just purchased Dell TL2000 Auto Loader backup unit. We have 4 servers and all are running ESXI 4.1. One of the servers running ESXI is directly attached to the Auto Loader via SCSI ultra 320 Parallel port. I would like to backup the all 4 datastores on the Auto Loader Tape backup unit. There are several directions that I can take.One of the ways maybe possible is to install a VM running Ubuntu 10.10 on the server directly attached to the Tape unit.
After I installed Ubuntu 10.10 on a VM I was able to add the SCSI hardware in the VM running ubuntu and the tape device is visible
#:/dev/tape/by-id$ ls -la
total 0
drwxr-xr-x 2 root root 80 2011-01-05 14:57 .
drwxr-xr-x 4 root root 80 2011-01-05 14:57 ..
lrwxrwxrwx 1 root root 9 2011-01-05 14:57 scsi-1IBM_ULT3580-TD3_1210422263 -> ../../st0
lrwxrwxrwx 1 root root 10 2011-01-05 14:57 scsi-1IBM_ULT3580-TD3_1210422263-nst -> ../../nst0
I wanted to export all the others datastores directories in other servers and mout them in the VM running Ubuntu (I am not sure if I can export datastore directories using NFS in ESXI). I could then backup the mounted directories to Tape. Please suggest any possible solutions to this or any other way that would be possible. Please suggest any tips.