Not sure if it will work in a RAID setup, but the Linux world has partimage, to image partitions. I still haven't had a chance to test it, but it is supposed to work with NFS shares, partition to partition and disk to disk. There may be something in the RaidTools package that will do what you want.
Brian Kelsay
Brad <> 11/09/04 10:25AM >>>
I have 2 raid 5 systems that I need to install to be identical. I was hoping someone might know of a way to install and configure the first, and then clone it over the network. Yes, I could use ghost, but I was hoping there was a nice way of doing it with Linux utilities. I read about using a rescue disk and a floppy with netcat to use dd, but I am not sure that is the easiest way. Suggestions?
On Tue, 2004-11-09 at 10:29, Brian Kelsay wrote:
Not sure if it will work in a RAID setup, but the Linux world has partimage, to image partitions. I still haven't had a chance to test it, but it is supposed to work with NFS shares, partition to partition and disk to disk. There may be something in the RaidTools package that will do what you want.
Cool, I will check that out and see if it helps...thanks.
Brad
Could you just tar up the system boot to a live cd mount / and untar?
On Tue, 09 Nov 2004 11:21:03 -0600, Brad [email protected] wrote:
On Tue, 2004-11-09 at 10:29, Brian Kelsay wrote:
Not sure if it will work in a RAID setup, but the Linux world has partimage, to image partitions. I still haven't had a chance to test it, but it is supposed to work with NFS shares, partition to partition and disk to disk. There may be something in the RaidTools package that will do what you want.
Cool, I will check that out and see if it helps...thanks.
Brad
Kclug mailing list [email protected] http://kclug.org/mailman/listinfo/kclug
On Tue, 2004-11-09 at 11:25, djgoku wrote:
Could you just tar up the system boot to a live cd mount / and untar?
For the reasons Brian Kelsay mentioned, I would rather use ghost than tar, but was hoping to not have to resort to ghost.
Thanks,
Brad