Darren J Moffat wrote:
Asif Iqbal wrote:
Hi

I have a X2100 with two 74G disks. I build the OS on the first disk
with slice0 root 10G ufs, slice1 2.5G swap, slice6 25MB ufs and slice7
62G zfs. What is the fastest way to clone it to the second disk. I
have to build 10 of those in 2 days. Once I build the disks I slam
them to the other X2100s and ship it out.

if clone really means make completely identical then do this:

boot of cd or network.

dd if=/dev/dsk/<sourcedisk>  of=/dev/dsk/<destdisk>

Where <sourcedisk> and <destdisk> are both localally attached.

It seems that if you clone disks bit for bit you'll end up with the
same hostid for all boxes and this may be confusing.

Victor





_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to