Paul Gress wrote: > Sundar Yamunachari wrote: >> Paul Gress wrote: >>> I've been running SXCE now for a couple of years. On the most part, >>> I've always been able to upgrade install. I am currently at snv 114. >>> When I try to do an upgrade install, the install process recognizes >>> that it can upgrade and proceeds along properly. The trouble starts >>> after it caculates the size of the packages then states (something >>> similar, as I had to copy it on paper) >>> >>> Disk c1t2d0s0 / Existing 185524 (MB) Required 195147 (MB) >>> >>> Now I have 30 gig of hard drive space free on the root file system. >>> Why is it now required to have almost 200 gig of space. I believe >>> there must be some sort of calculation error. But a google search >>> didn't reveal anything, nor did searching on bugster. Can anybody >>> shed any light? >>> >>> Also, since around snv105 the installs broke to use a graphical gui. >>> When is this bug going to be worked out? >>> _______________________________________________ >>> install-discuss mailing list >>> install-discuss at opensolaris.org >>> http://mail.opensolaris.org/mailman/listinfo/install-discuss >> Solaris upgrade replaces the packages that are part of Solaris >> Operating Environment (What is on the media). All the additional >> packages you have installed , user files, log files and the >> configuration files are preserved. Further more, the upgrade checks >> the size of the packages to be installed and adds an overhead. Still >> requiring 200 gb to do an upgrade doesn't sound right. Check your >> root slice to see whether the log files or any other user files are >> too big? > > > As you can below, it shows 25 gig free. I can delete some files to > gain approx 10 gig to bring it to 35 gig available. This is now > happening with 115 and 116. Is there any was to tell it to ignore > package sizes? This is not exactly package size. Each release comes with a file that says how much space is needed for the file systems. The upgrade code reads from a file and adds a overhead. It will then include the size of the files those will be preserved during the upgrade. So there is no control during the upgrade. You can delete or move some of the files to create more space for upgrade. Can you try upgrade with 35 gb free space and see whether the upgrade is successful.
- Sundar > > I've always wondered, if I'm doing a full install, why does it have to > calculate so meticulously and not just do a if greater then space > available and not add up packages. > > > So how do I do an upgrade from here? > > > > $ df -k > Filesystem kbytes used avail capacity Mounted on > /dev/dsk/c1t2d0s0 187100276 159734811 25494463 87% / > /devices 0 0 0 0% /devices > /dev 0 0 0 0% /dev > ctfs 0 0 0 0% /system/contract > proc 0 0 0 0% /proc > mnttab 0 0 0 0% /etc/mnttab > swap 6442648 1308 6441340 1% /etc/svc/volatile > objfs 0 0 0 0% /system/object > sharefs 0 0 0 0% /etc/dfs/sharetab > /usr/lib/libc/libc_hwcap1.so.1 > 187100276 159734811 25494463 87% /lib/libc.so.1 > fd 0 0 0 0% /dev/fd > swap 6441412 72 6441340 1% /tmp > swap 6441396 56 6441340 1% /var/run > /dev/dsk/c0t0d0s2 3577844 3577844 0 100% /media/SOL_11_X86 > $ > > _______________________________________________ > install-discuss mailing list > install-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/install-discuss