Slashdot Mirror


PC Cloning Solution?

pbaumgar asks: "Like many here on Slashdot, I'm a Systems Administrator. I have become responsible for maintaining about 300 laptops that I need to rebuild on a regular basis. I am looking for a solution to image them. I've been looking at Symantec's Ghost Solution Suite and am not too gung-ho on spending all that money for licensing. Can anyone recommend an better solution that would be cheaper?"

9 of 115 comments (clear)

  1. Look for an earlier copy of Ghost by HotNeedleOfInquiry · · Score: 5, Interesting

    That doesn't have the bullshit licensing agreement. Norton has effectively fsked themselves out of the clone market with their totally absurd licensing requirements.

    --
    "Eve of Destruction", it's not just for old hippies anymore...
  2. G4U by Xunker · · Score: 5, Informative

    G4U, a unix based cloning tool.

    --
    Hilary Rosen's speech was about her love of money and her desire to roll around naked in a pile of money.
    1. Re:G4U by atomic-penguin · · Score: 4, Informative

      Ghost 4 Unix Pros:
      1) It's free.
      2) You don't have to start the cloning process over if one machine fails.
      3) Some versions of Norton Ghost do not catch the boot sector. This can be a problem when you want to have a boot loader on the MBR.
      4) It does an actual disk dump. No proprietary format here.

      Ghost 4 Unix Cons:
      1) In some cases, it is not fast. Hey, it's faster than piping this over a SSH connection.
      2) It doesn't do multicast, a benefit of Norton Ghost. Which lets you send the image out as a broadcast to all the machines.

      My experiences with Norton Ghost: The multicast feature can crash some networking equipment. There is nothing more annoying than getting 97% done and having to start over on one or all of the machines. Norton Ghost can bring a large network to it's knees. You may need to carry the Ghost server around with you. Especially if your network spans more than one building or floor.

      My experiences with Ghost for Unix: I setup an FTP server in the lab I was working in. There is no special server software, just a plain old FTP server. Dumped the master image on the FTP server. Started about 20 clients imaging. Go and grab a lunch or two. Come back and start any failed downloads later. It worked even on a dusty old switch known to crash with Norton Ghost. How cool is that?

      --
      /^([Ss]ame [Bb]at (time, |channel.)){2}$/
    2. Re:G4U by OnyxRaven · · Score: 4, Informative

      More Pros:
      -Just needs ftp or ssh or whatever you can connect with (ftp by default)

      More Cons:
      -uses DD for disk dump - this means if you have lots of empty space on a big disk it'll come over too, and likely, it'll be junk (making it hard to compress an image). the G4U site has some ideas on how to get around that.

      Recently I'm using FreeBSD, but my disks are slightly different between a few of the machines, so I'm using dump/restore and the livecd portion of disk1 of freebsd 5.4 (and now 6) to create the partition, ifconfig, then ssh/cat > restore on the new drive (then rename, rebuild host keys, etc). works like a charm.

      --
      --onyx--
  3. Google and I agree: Acronis by Gothmolly · · Score: 5, Funny
    --
    I want to delete my account but Slashdot doesn't allow it.
  4. Why Imaging? by fdragon · · Score: 4, Informative

    System imaging solutions such as Symantec Ghost are good solutions for most people, but are not always the right solution.

    What may be a good solution that is adaptive to your needs is this solution : http://unattended.sourceforge.net/

    Combine this with a good method for getting a PXE boot setup (and devices that support the feature) and you will be able to create a menu that will allow you to automate system installs of Windows, Linux, and possible other systems, plus installing their related applicaton software later.

    With this setup you can do system installs for any type of hardware that comes your way. Laptop vendor change the network card chipset without bothering to change the spec sheet? No problem, just add the driver to the above build instructions and life goes on.

    --
    The program isn't debugged until the last user is dead.
  5. What about RIS? by jarod670 · · Score: 5, Informative

    If you have a Windows Server 2000 or Server 2003 environment, what about RIS? Once you get it set up, I think it is much faster than ghost for pulling images down, plus you don't have to worry about SIDs. Plus the big bonus it's FREE.

    1. Re:What about RIS? by obeythefist · · Score: 4, Insightful

      I've worked in large scale corporate environments (400+ workstations) configured for RIS and there's no equivalent. You can dynamically add/change/update images. You can roll in patches for the heck of it in a matter of moments. You never need to worry about where your install media is, you just press F12 and you have a new SOE image on the workstation. You never have to burn off new copies of your install media because it's all live. The admin who set up RIS also set up a diagnostic boot using the RIS network boot that loaded disk recovery tools and so on from the RIS server. The cost of RIS is included with the Windows server license (so yes, beer free) and the ongoing costs will be lower as your updates will cost you less in terms of build media and so on.

      --
      I am government man, come from the government. The government has sent me. -- G.I.R.
  6. Partimage by sybarite · · Score: 4, Informative

    Try partimage (http://www.partimage.org/ . It doesn't have all the management tools like remote imaging, certificate security, etc, but I routinely use partimage from a Knoppix CD to clone Windows machines. Once cloned you can change the sid using newsid.exe from Sysinternals (http://www.digitalissues.co.uk/html/os/misc/parti mage.html).

    If you want to get really creative, maybe you could put a small linux partition on the systems that you can boot to for this purpose. Or maybe you could make a bootable system restore CD. Here is a faq to get started: http://www.digitalissues.co.uk/html/os/misc/partim age.html.