Uwe,

Please see pages 55-80 of the ZFS Admin Guide, here:

http://opensolaris.org/os/community/zfs/docs/

Basically, the process is to upgrade from nv81 to nv90 by using the
standard upgrade feature. Then, use lucreate to migrate your UFS root
file system to a ZFS file system, like this:

1. Verify you have a current backup.
2. Read the known issues and requirements.
3. Upgrade to nv81 to nv90 using the standard upgrade feature.
4. Migrate your UFS root file system to a ZFS root file system,
like this:
# zpool create rpool mirror c0t1d0s0 c0t2d0s0
# lucreate -c c0t0d0s0 -n zfsBE -p rpool
5. Activate the ZFS BE, like this:
# luactivate zfsBE

Please see the doc for more examples of this process.

Cindy

Uwe Dippel wrote:
> Can someone in the know please provide a recipe to upgrade a nv81 (e.g.) to 
> ZFS-root, if possible?
> That would be, just listing the commands step by step for the uninitiated; 
> for me.
> 
> Uwe
>  
>  
> This message posted from opensolaris.org
> _______________________________________________
> zfs-discuss mailing list
> zfs-discuss@opensolaris.org
> http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to