My steps one by one:- 1. download and install the "ON Specific Build Tools" package (for the x86 platform) # cd /usr/tmp # /usr/sfw/bin/wget http://dlc.sun.com/osol/on/downloads/b92/SUNWonbld.i386.tar.bz2 # bunzip2< SUNWonbld.i386.tar.bz2 | tar xf - # pkgadd -d onbld SUNWonbld
(answer 'y' to the question asking for permission to run scripts that will be run with super-user priviledges) 2. download an unpack the "ON BFU Archives (non-debug)" (for the x86 platform) # /usr/sfw/bin/wget http://dlc.sun.com/osol/on/downloads/b92/on-bfu-nightly-osol-nd.i386.tar.bz2 # bunzip2 < on-bfu-nightly-osol-nd.i386.tar.bz2 | tar xf - 3. upgrade the system using "bfu": PATH=/opt/onbld/bin:$PATH FASTFS=/opt/onbld/bin/`uname -p`/fastfs BFULD=/opt/onbld/bin/`uname -p`/bfuld GZIPBIN=/usr/bin/gzip ACR=/opt/onbld/bin/acr export PATH FASTFS BFULD GZIPBIN ACR # bfu /usr/tmp/archives-nightly-osol-nd/i386 # acr # reboot # vi $HOME/.hgrc [extensions] hgext.mq= [diff] git=True # /usr/sfw/bin/wget http://dlc.sun.com/osol/on/downloads/b92/xvm-src.tar.bz2 # bunzip2 < xvm-src.tar.bz2 | tar xf - # [EMAIL PROTECTED] # XVM_WS=`pwd` # SOLARIS_BUILD_TOOLS=/opt # LD_OPTIONS=-L/lib # export EMAIL XVM_WS SOLARIS_BUILD_TOOLS LD_OPTIONS # sunos.hg/bin/build-all nondebug 10 packages have been compiled successfully # svcadm disable xvm/domains xvm/console xvm/xend xvm/store # pkgrm SUNWvirtinst SUNWurlgrabber SUNWlibvirt SUNWxvmh \ SUNWxvmhvm SUNWxvmu SUNWxvmr SUNWxvmdomu \ SUNWxvmdomr 9 packages removed # pkgadd -d packages-nondebug SUNWxvmdomr SUNWxvmdomu \ SUNWxvmr SUNWxvmu SUNWxvmhvm SUNWxvmh SUNWlibvirt \ SUNWlibvirtr SUNWurlgrabber SUNWvirtinst 10 packages installed # svcadm enable xvm/store xvm/xend xvm/console xvm/domains # reboot I've noticed that 10 packages were created (not 9 as for b91) I believe SUNWlibvirtr was the new one. The first time i bfu'ed 87 to 91 following instructions above and everything went well. My experience is not much. I new nothing about new user "xvm" and conflict resolution Please, point me to my mistakes Thanks.
_______________________________________________ xen-discuss mailing list [email protected]
