First, download the DVD ISO (or the separate CD images and cat them together). Then mount the ISO:
lofiadm -a /dev/lofi/1
mount -F hsfs -o ro /dev/lofi/1 /mnt
Install the new install packages (this is a separate step from the rest of the upgrade):
/mnt/Solaris_11/Tools/Installers/liveupgrade20 -noconsole -nodisplay
(runs in less than a minute)
If you have more than one existing slice (and you need to chuck it for space reasons):
ludelete -n
(runs in about 40 seconds)
Create a new slice by copying your original:
lucreate -c
(this takes about two hours on my crappy ThinkPad)
Now, upgrade the new slice:
luupgrade -u -n
(this takes about two and a half hours on my crappy ThinkPad)
Finally, make it the actrive slice for the OS:
luactive
(runs in less than a minute)
If you are using a windowing environment, log out and and log into a command line terminal. Then:
init 6
and (if you're on a crappy ThinkPad), reboot.
No comments:
Post a Comment