Ok, cleanup.

Attached the howto and the two additionally used files (please check CAREFULLY if they fit to your needs).

Maybe some one should double check it and post it next to the build instructions (maybe the opensolaris.sh for nightly is a bit hacked)

florian
create stripes
create zfs mirror
install
update


add extra repo (https://pkg.sun.com/register/help)
update to dev (add and prefer pkg.opensolaris.org/dev, then update-all)
pkg install SUNWmercurial SUNWgmake SUNWbcc SUNWgnome-common-devel 
SUNWxorg-headers SUNWlibtool SUNWgnu-automake-110 SUNWaconf SUNWgit

pkg install developer/opensolaris/osnet
pkg install SUNWtss SUNWnet-snmp-utils SUNWiscsitgt

see http://opensolaris.org/os/project/indiana/building_on/

?? stands for version to use currently 12
get SunStudio?? tarball look at 
http://opensolaris.org/os/community/tools/sun_studio_tools/sun_studio_12_tools/

mkdir /opt/SunStudio??
cd /opt/SunStudio??
unpack the tarball 'gtar -xzvpf /path/to/tar.gz'
cd /opt
ln -s SunStudio?? SUNWspro
(done back to home and normal user (here tkadmin))

copy files (xvmbuildBash.sh)

zfs create rpool/export/home/tkadmin/xvm-3.4
chown -R tkadmin: /export/home/tkadmin/xvm-3.4

hg clone ssh://[email protected]//hg/xen-gate/xvm-3.4+sunos.hg sunos.hg
./xvmbuildBash.sh
./sunos.hg/bin/update-gate
./sunos.hg/bin/build-all nondebug &> build.log &
/usr/gnu/bin/tail -f logs/*  #(strg + c to quit)

hg clone ssh://[email protected]/hg/xen-gate/onnv-3.4
cd onnv-3.4

(check 'hg log | less' for last sync with main and get the build e.g. b122)

(check the build in url MUST fit)
wget http://dlc.sun.com/osol/on/downloads/b122/on-closed-bins.i386.tar.bz2
wget http://dlc.sun.com/osol/on/downloads/b122/on-closed-bins-nd.i386.tar.bz2

gtar -xvjpf on-closed-bins.i386.tar.bz2
gtar -xvjpf on-closed-bins-nd.i386.tar.bz2

copy opensolaris.sh

nightly opensolaris.sh (bg it and you could have a look at log use tail -f 
log/nightly.log)

Attachment: opensolaris.sh
Description: Bourne shell script

Attachment: xvmbuildBash.sh
Description: Bourne shell script

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
xen-discuss mailing list
[email protected]

Reply via email to