Jesus Cea wrote:
> Hi, everybody.
>
> I just trying to upgrade my Solaris 10 Update 6 from UFS to ZFS. But I
> want to keep different portions of the OS in different ZFS datasets,
> just like I was doing until now. For example, my script to upgrade from
> Update 5 to Update 6 was:
>
> """
> [EMAIL PROTECTED] /]# cat z-live_upgrade-Solaris10u6
> lucreate -n Solaris10u6 \
>                         -m /:/dev/md/dsk/d0:ufs \
>                         -m /usr/openwin:/dev/md/dsk/d3003:ufs \
>                         -m /usr/dt:/dev/md/dsk/d3004:ufs \
>                         -m /var/sadm:/dev/md/dsk/d3005:ufs \
>                         -m /usr/jdk:/dev/md/dsk/d3006:ufs \
>                         -m /opt/sfw:/dev/md/dsk/d3007:ufs \
>                         -m /opt/staroffice8:/dev/md/dsk/d3008:ufs \
>                         -m /usr/sfw:/dev/md/dsk/d3023:ufs
> """
>
> I would like to be able to place these filesystems in different datasets
> under ZFS root/boot, but option "-m" in "lucreate" is not supported when
> upgrading to ZFS.
>
> I would like to have something like:
>
> /pool/ROOT
> /pool/ROOT/Sol10u6ZFS
> /pool/ROOT/Sol10u6ZFS/usr/openwin  <- I want this!
> /pool/ROOT/Sol10u6ZFS/usr/dt       <- I want this!
> ...
> etc.
>
> Any advice?. Suggestions/alternative approaches welcomed.
One obvious question - why?

I think it beat to keep everything installed by the OS together in order
to maintain a consistent system across upgrades and additional software
(like sfw) in another pool, with appropriate mountpoints.

You can do the by simply moving the data to the alternative location
before migrating.

-- 
Ian.

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

Reply via email to