Help finding a network disc imaging solution
This has been a real hassle.
Im trying to find a low-cost disk imaging program that can run on a windows server that will take snapshots of client machine (most running XP) and a few servers. Here are some requirements:
Must be able to run on windows server
PXE (or an easy way to restore image to a bare-metal system)
Wake-on-LAN
Incremental Updates
Online storage (this isnt a necessity since there are alternatives to getting this done)
Centralized dashboard (with GUI)
Remote installation and configuring
Acronis Advanced Server seems to be what I am looking for but to implement it would cost $15,000 US (8 servers, 50+ workstations). I could justify a few thousand dollars but 15k just seems way too much.
Re: Help finding a network disc imaging solution
My poor friend, any Windows based application to do drive imaging (Norton Ghost, Acronis, etc.) are all going to cost an arm and a leg.
http://disk-imaging-software-review.toptenreviews.com/ -> then the enterpise solution will kill you as well. But, these are the ones that will install an agent on your windows machines and use Volume Shadow Copy to do a live disk image and prob have a centralized server it will ftp to.
On the other hand, if you learn some Linux skills (and you can prob just get by with the GUI for one or two, but you need commandline and scripting knowledge to do it distributed and in an automated fashion), you can check out all the FREE imaging software that is out there:
http://www.hiren.info/pages/bootcd (search disk clone). This is just a combination live bootable CD with a bunch of free Linux based software.
Onto which you can set up network drop sites to drop off the image after doing it (or make the image be created on a network share). Chances are you will need to do an offline image since I don't think many / if any linux software will support Volume Shadow Copy, but then again I havn't googled it.
I say, be smart admin and save you company some money and learn the *nix options of everything. Stop relying on the M$ business model where they and all their friends (norton, acronis, etc.) suck up all your money.
Re: Help finding a network disc imaging solution
he is right, be a smart admin and learn *nix.
I think clonezilla is the best tool for job of this task, its does not offers everything you need by default, but you can get it do all things you want by putting some effort expect the GUI dashboard. But will have your data and gnuplot is very helpful. You can hire somebody to do the initial setup for way less than $15k.
The trick of making clonezilla to play nice with M$, is a bootloader file that you can edit from network and some smart scripting
Re: Help finding a network disc imaging solution
dd on such a large network?! bad bad idea! he needs something file system aware
Re: Help finding a network disc imaging solution
I use it just fine to image my win 7, works great.
Re: Help finding a network disc imaging solution
yes, dd gets the job done, but on a large network it will generate too much unnecessary traffic.
Help finding a network disc imaging solution
Any operating program that's going to make an image is going to generate too much traffic on a network, But DD falls on its ass as the first requirement was it has to run on winblows.
I guess you could run a script or if you are proficient in command line via winblows and you are of course running win 2008 you could use the built in wbadmin, that will image the os just fine.
http://en.wikipedia.org/wiki/Wbadmin
Re: Help finding a network disc imaging solution
Yes, any problem will generate too much traffic on a network, but filesystem unaware backup will create 10-20 times more load. almost %70 of your traffic will be used for backing up empty sectors( aka "nothing"). Solving this problem will require some cli magic and smart scripting, but OP asks for something easy.
Quote:
Originally Posted by
darkstate01
But DD falls on its ass as the first requirement was it has to run on winblows.
I oftentimes find myself inside darkness and stupidity of a windows, and my trusted flashdrive betrays me by not booting. In that moments of despair and pain, I turn to the only piece of sanity I could find in that hellhole !
Re: Help finding a network disc imaging solution
Wow, now that's a list. But I think singaboiy as given up.