I had just posted this, but man page I thought said to apply all the latest 
patches bot does not mention you need to run a liveupgrade20 from the 
tools/Installer dir on dvd or setup_install_server dir!
# man luupgrade |grep liveupgrade20
Reformatting page.  Please Wait... done

So, also you might want to look at luupgrade process and divvy up your HD with 
BE s0 being for Solaris 9 i.e 8g's and s3 for the second root AF.
"lu.sh" 9 lines, 165 characters
#!/bin/sh -x
BE=10u4
AF=snv_b81
# Where DVDLOC is /cdroim/cdrom0/Solaris_10/Tools/setup_install_server 
/export/install/dvd or 
mount -F hsfs -o ro `lofiadm -a /export/install/sol-snv-b81-x86-dvd.iso` 
/export/install/dvd
DVDLOC=/export/install/dvd
DISK=c0d0s3
/export/install/dvd/Solaris_10/Tools/Installers/liveupgrade20
# of running luupgrade from Prod version of Solaris, run smpatch update 
provided you had setup GUI update manager tools on Java desktop Gnome, of if no 
contract # you have 30 days to patch from a initial_install.
lucreate -c ${BE} -m /:${DISK}:ufs -n ${AF}
luupgrade -u -n ${AF} -s ${DVDLOC}
luactivate ${AF}
/usr/sbin/shutdown -y -g0 -i6
# umount /mnt ; lofiadm -d /dev/lofi/1
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to