Re: [zfs-discuss] ZFS mirrored boot disks

2010-04-23 Thread Alex
I was having this same problem with snv_134. I executed all the same commands as you did. The cloned disk booted up to the "Hostname:" line and then died. Booting with the "-kv" kernel option in GRUB, it died at a different point each time, most commonly after: "srn0 is /pseudo/s...@0" What's

Re: [zfs-discuss] ZFS mirrored boot disks

2010-02-19 Thread David Dyer-Bennet
On Fri, February 19, 2010 00:32, Terry Hull wrote: > I have a machine with the Supermicro 8 port SATA card installed. I have > had no problem creating a mirrored boot disk using the oft-repeated > scheme: > > prtvtoc /dev/rdsk/c4t0d0s2 | fmthard -s – /dev/rdsk/c4t1d0s2 > zpool attach rpool c4t0

Re: [zfs-discuss] ZFS mirrored boot disks

2010-02-19 Thread Fajar A. Nugraha
On Fri, Feb 19, 2010 at 7:42 PM, Terry Hull wrote: > Interestingly, with the machine running, I can pull the first drive in the > mirror, replace it with an unformatted one, format it, mirror rpool over to > it, install the boot loader, and at that point the machine will boot with no > problems

Re: [zfs-discuss] ZFS mirrored boot disks

2010-02-19 Thread Terry Hull
Interestingly, with the machine running, I can pull the first drive in the mirror, replace it with an unformatted one, format it, mirror rpool over to it, install the boot loader, and at that point the machine will boot with no problems. It s just when the first disk is missing that I have a p

[zfs-discuss] ZFS mirrored boot disks

2010-02-18 Thread Terry Hull
I have a machine with the Supermicro 8 port SATA card installed. I have had no problem creating a mirrored boot disk using the oft-repeated scheme: prtvtoc /dev/rdsk/c4t0d0s2 | fmthard -s – /dev/rdsk/c4t1d0s2 zpool attach rpool c4t0d0s0 c4t1d0s0 wait for sync installgrub -m /boot/grub/stage1 /bo