|
I think if you have any linux experience you won't have any problems with NFS. Have a look at the /etc/exports file from openfiler.If all you need is NFS no need to have anything not necessary. |
|
Thanks for the suggestions, I've just updated the script and uploaded the changes to http://communities.vmware.com/docs/DOC-8760
|
|
Reply
219.
Re: Free ESXi Backup Solution for Windows Nov 30, 2008 11:29 AM
Hi Intrepidity,
You can setup a crontab for ESXi, unfortunately it's not as straight forward as it would be on an ESX or any UNIX/Linux host using "crontab". Having set that, there are a few solutions and it depends on how your environmental is setup. Here are a few posts on some solutions that have worked or recommendations. http://communities.vmware.com/message/1107603#1107603 http://communities.vmware.com/message/1108641#1108641 http://communities.vmware.com/message/1108327#1108327 If you're looking for a centralize location to configure your backup entries, you can do using Windows Services for UNIX using the scheduling services as you've suggested, or use windows task scheduler and plink. For UNIX/Linux solution, what you can do is have a centralize Administratrive LUN that is visible to set of ESX/ESXi Server(s) that you need to run backups against and store different set of configuration files based on backup schedules and the backup script itself: (e.g) host1_backup_weekly host2_backup_daily host3_backup_hourly Then what you can do is schedule the backup schedules using a cronjob and relying on SSH keys, you can remotely connect from a UNIX/Linux system and execute the backup schedule based on these configuration files. (example crontab entry) This again, relies on two keypoints: 1) ESX/ESXi seeing a common LUN to locate these backup files and the script itself, else this will not work. 2) SSH public/private keys are setup/enabled for this to work without having to prompt for a password when making the SSH connection Sample Run: This is a quick example that shows the execution of the backup script being executed off of our VIMA box to our remote ESX Server and having all it's configuration files/scripts located on our NFS LUN. This can be extended to as many hosts as you would like and configured to fit your environment. Hopefully this helps answer some of your questions. |
|
Reply
221.
Re: Free ESXi Backup Solution for Windows Nov 30, 2008 3:45 PM
You might want to check out Xtravirt Virtual SAN Appliance, it does exactly what you've stated, unused local storage.
http://engineering.xtravirt.com/products/phd-technologies/xtravirt-virtual-san.html They're basically presenting the local storage out as an iSCSI Target to other ESX Server(s). I have not personally used their free product but I've had a quick glance when they had released this about a month or two ago. Good luck with that and post back if it works out for you. Glad the script is working great for your organization. |