> 4) If you are using a build prior to 93, it is recommended one apply
> the update directly to an alternate boot environment.  First, display
> the list of the existing BEs on the system
> 
>       $ beadm list
>       BE            Active Active on Mountpoint     Space
>       Name                 reboot                   Used
>       ----          ------ --------- ----------     -----
>       opensolaris   no     no        -              33.92M
>       opensolaris-1 yes    yes       -              17.06M
> 
> Next, choose the name of a new BE - if the most recent created BE is of
> the form "opensolaris-<N>" where <N> is an integer, then a suitable
> choice for the new BE is "opensolaris-<N+1>".  In the above example,
> the new BE would be "opensolaris-2".
> 
> Then, execute the following sequence to create, mount, update and
> activate the new BE
> 
>       $ pfexec beadm create opensolaris-<N+1>
>       $ pfexec beadm mount opensolaris-<N+1> /mnt
>       $ pfexec pkg -R /mnt image-update

There is a missing step here:
        $ pfexec beadm unmount opensolaris-<N+1>

>       $ pfexec beadm activate opensolaris-<N+1>
> 

Make sure to unmount the BE before rebooting or the mountpoints for the
BE may not be correct on reboot.

Thanks,
-evan
_______________________________________________
indiana-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/indiana-discuss

Reply via email to