No, beadm doesn't take care of all the steps that I provided
previously and included below.

Cindy

You can use the OpenSolaris beadm command to migrate a ZFS BE over
to another root pool, but you will also need to perform some manual
migration steps, such as
- copy over your other rpool datasets
- recreate swap and dump devices
- install bootblocks
- update BIOS and GRUB entries to boot from new root pool

The BE recreation gets you part of the way and its fast, anyway.


!. Create the second root pool.

# zpool create rpool2 c5t1d0s0

2. Create the new BE in the second root pool.

# beadm create -p rpool2 osol2BE

3. Activate the new BE.

# beadm activate osol2BE

4. Install the boot blocks.

5. Test that the system boots from the second root pool.

6. Update BIOS and GRUB to boot from new pool.

On 05/04/10 11:04, Brandon High wrote:
On Tue, May 4, 2010 at 7:19 AM, Cindy Swearingen
<cindy.swearin...@oracle.com> wrote:
Using beadm to migrate your BEs to another root pool (and then
performing all the steps to get the system to boot) is different
than just outright renaming your existing root pool on import.

Does beadm take care of all the other steps that need to happen? I
imagine you'd have to keep rpool around otherwise ...

I ended up doing an offline copy to a new pool, which I renamed to
rpool at the end to avoid any problems

-B

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

Reply via email to