LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 02-11-2012, 08:01 AM   #1
jhecht
Member
 
Registered: May 2004
Location: NYC
Distribution: Puppy Linux - it's dog-gone great!
Posts: 99

Rep: Reputation: 16
Best Linux drive cloner for Win Server 2003 computer?


Hi all,

I'm a tech with a client who has a Win 2003 server that we want to do a disk image of. Normally, I'd use Acronis True Image, and be happy to pay the $80 for three seats. But Acronis says that to correctly clone Win Server 2003, we must use the server version of their software which costs $700! Yikes!

I tried Clonezilla a while back, and it didn't work well - don't remember what the problem was. But I'd like to find a lower cost way to clone my client's drive. I know I can use the 'dd' command when booted from a Linux live CD, and then there's the Trinity Rescue Kit, Partimage, and all the rest.

Neither I nor my client mind paying reasonable fees, but $700 seems absurd... Can someone recommend a disk cloning program or procedure that they've actually used successfully on Win Server 2003?

Many thanks in advance for your help!
 
Old 02-11-2012, 12:17 PM   #2
malekmustaq
Senior Member
 
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669

Rep: Reputation: 498Reputation: 498Reputation: 498Reputation: 498Reputation: 498
Quote:
I'm a tech with a client who has a Win 2003 server that we want to do a disk image of.
To image the server disk if you have a Gnu/Linux (any distro) running you don't need to pay anything. Here is one simple solution:

1. Detach the server hard disk from its box then attach it to the Linux box as a slave or an external hard drive through USB port. Then boot the linux box, see if the attached disk is enumerated by the linux system, issue this in the terminal--
Code:
"-# fdisk -l"
view the listing if the hard disk is there and under what name, usually it comes as "/sdc" or "/hdc". Seeing it is there (you should have a ready space in separate partition big enough for the image right?) you can start copying the image block by block.

2. With all those in ready issue this in the terminal--

Code:
dd if=/dev/sdc of=/path/to/the/serverdisk_image_backup_file
no need to apply switches, but you can control the size of blocks handled, read manual of dd command
Code:
man dd
When command is done it will report the total number of blocks read from disk copied and written into the image file.

Actually that is the same simple thing done behind most commercial software purporting to be cloning programs; they use dd command or its equivalent.

------------ x

Another way is to use "rsync", either taking hold of the disk as a slave, a USB external or as a mounted drive or volume visible in a network host. rsync is more intelligent as a copying/backup application, and it has an option to compress the backup files (not a disk image though). rsync has never failed me so far in using its backed files in times of recovery need.

------------ x

All of those are free under Gnu/Linux. You can save your $700, for it is something that you can solve without spending any amount. (Only the idiots and the lazy are punished to pay such a foolish price.)

Hope it helps. Good luck.

mm

BTW-- if you are not yet familiar with the "dd" or "rsync" command you can always come back for help and guidance, there are plenty of people to help you up, much of those who are more knowledgeable than me.

Thanks again.

Last edited by malekmustaq; 02-11-2012 at 12:21 PM.
 
Old 02-11-2012, 12:57 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,980

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
They missed the entire section of the 70-29x series then. NTbackup is the suggested way with help from technet site if needed for services and servers running on it live.


Clonezilla should have worked, so knowing the fault may have helped us.

All sorts of other ways. dd disk to disk, dd to some ftp, http, nfs or iscsi storage, dd over telnet or netcat, partimage, fog server, drbl server.

Almost any properly shutdown, error free drive windows 2003 can be cloned to an exact hardware. To clone to a new hardware then requires you to understand a bit more. By the eula you may need to purchase more product or licenses from MS. Might need sysprep or other tools to image this across platforms.

General rules tend to say run checkdisk and defrag the drive prior to any clone.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux 5 join win server 2003 domain sitha sophanarith Linux - Newbie 1 03-18-2010 09:33 AM
Linux Firewall and Win 2003 server setup media-c Linux - Server 2 05-06-2009 05:22 AM
connect to win 2003 server vivekshri LinuxQuestions.org Member Intro 1 09-26-2007 12:28 PM
LINUX & WIN 2003 SERVER - is it compatible??? redhat_vishipel Linux - Enterprise 2 09-03-2006 09:15 PM
How can I have Win 2003 Server + Linux andrein Linux - General 1 09-07-2004 01:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 10:58 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration