> From: opensolaris-help-boun...@opensolaris.org [mailto:opensolaris- > help-boun...@opensolaris.org] On Behalf Of Stephan Ferraro > > I have to recreate my rpool so I added a new hard-disk in my system and > I created a "backup" pool on the new harddisk. > > Then I did this: > zfs send -R rp...@backup3 | zfs receive -dFv backup > > Then I would do this: > zpool destroy rpool > zpool create rpool mirror device1 device2 > zfs send -R bac...@backup3 | zfs receive -dFv rpool > > Did I forgot something? Like re-executing grub-install for the new > rpool?
Check out the ZFS Troubleshooting Guide: http://www.solarisinternals.com/wiki/index.php/ZFS_Troubleshooting_Guide#ZFS _Root_Pool_Recovery In particular: * Depending on your version of solaris, -R might not preserve filesystem properties. You might want to capture that separately. * Depending on your version of solaris, recursion might not work right. You might want to send each filesystem manually and separatey. * See the "installgrub" command * See also the "bootfs" property And that should be all you need. _______________________________________________ opensolaris-help mailing list opensolaris-help@opensolaris.org