> Sorry, for asking same question second time.
> How to bfu SNV87 installed on bare metal (with
> 30KB/sec ADSL Internet) to SNV91 ?

1.  download and install the "ON Specific Build Tools" package (for the x86 
platform)
   (~ a 1 Mbyte download)

   # cd /usr/tmp
   # /usr/sfw/bin/wget 
http://dlc.sun.com/osol/on/downloads/b91/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)
   (~ a 110 MByte download)

   # /usr/sfw/bin/wget 
http://dlc.sun.com/osol/on/downloads/b91/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":
   (I'm assuming you're using the bourne or bash shell)

   First we need some evironment variables:

   # 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


   Now upgrade the system and install the new onnv bits unpacked in step 2.

   # bfu /usr/tmp/archives-nightly-osol-nd/i386

   Run the "acr" command (this automatically merges your local
   configuration file changes with the new bits that have just been installed)

   # acr

   Reboot the upgraded system:

   # reboot


System should now boot using a snv_91 kernel.
 
 
This message posted from opensolaris.org
_______________________________________________
xen-discuss mailing list
[email protected]

Reply via email to