I just finished the upgrade from OpenSolaris build 98 to build 100.
My first trial went wrong as the pkg image-update get stuck during the update. These two command lines went wrong:
# pfexec pkg refresh
# pfexec pkg image-update
Second trial was OK, but i had to issue the following set of command:
# pfexec pkg refresh
# BUILD=`uname -v | sed s/snv_//`
# pfexec pkg install SUNWipkg-AT-0.5-DOT-11-0.${BUILD}
# pfexec pkg install entire-AT-0.5-DOT-11-0.${BUILD}
# pfexec pkg image-update
It runs OK without any error. I got the procedure from Jerome blog.
I also removed my old yukonx0 driver with a more stable one, the skge0. See here for the upgrade
