Operating System - HP-UX
1832973 Members
2531 Online
110048 Solutions
New Discussion

Update from 11.11 to 11.23 Error

 
SOLVED
Go to solution
Kuang Chen
Frequent Advisor

Update from 11.11 to 11.23 Error

My filesystem match the space requirement, but I keep received error:

ERROR: Error parsing update-ux.cfg. Not enough minimum free space disk space
requirements specified for HPUX11i-OE-Ent

Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 2097152 159656 1922424 8% /
/dev/vg00/lvol1 511672 64968 395536 14% /stand
/dev/vg00/lvol8 9216000 1278376 7875704 14% /var
/dev/vg00/lvol7 8192000 1482312 6657320 18% /usr
/dev/vg00/lvol4 1048576 77592 963456 7% /tmp
/dev/vg00/lvol6 7168000 3445632 3693288 48% /opt
/dev/vg00/lvol5 1048576 9920 1030576 1% /home
/dev/dsk/c2t2d0 3152288 3152288 0 100% /dvdrom

Is any one know what am I wrong?

Thanks
-KC
7 REPLIES 7
Pete Randall
Outstanding Contributor

Re: Update from 11.11 to 11.23 Error

>Is any one know what am I wrong?

Yes, you're updating rather than cold installing. Standard practice amongst Forum participants is to cold install for precisely this sort of reason: the update process is unreliable at best.


Pete

Pete
Kuang Chen
Frequent Advisor

Re: Update from 11.11 to 11.23 Error

Pete,

Do you have ideal how big should I give to /var /usr /opt?

Thanks
-KC
James R. Ferguson
Acclaimed Contributor
Solution

Re: Update from 11.11 to 11.23 Error

HI;

See :

http://docs.hp.com/en/5992-1978/ch02s02.html#babjiabd

Your disk space requirements for '/stand' are not met.

Regards!

...JRF...
Pete Randall
Outstanding Contributor

Re: Update from 11.11 to 11.23 Error

Since I like to keep my root volume group free of user data and disk sizes are quite large nowdays, I make them BIG. My most recent install (11.23):

# bdfmegs -l
File System Mbytes Used Avail %Used Mounted on
/dev/vg00/lvol3 1024 320 699 31% /
/dev/vg00/lvol1 2400 292 2091 12% /stand
/dev/vg01/lvol1 139904 59102 75752 44% /work
/dev/vg00/lvol8 36000 1614 34118 5% /var
/dev/vg00/lvol7 20000 2575 17289 13% /usr
/dev/vg00/lvol6 512 18 491 4% /tmp
/dev/vg00/lvol5 20000 12300 7640 62% /opt
/dev/vg00/lvol4 20000 2616 17248 13% /home


Pete

Pete
Pete Randall
Outstanding Contributor

Re: Update from 11.11 to 11.23 Error

I guess that wasn't a very good example with that /work volume in there, but you get the idea. Sorry for the multiple postings, I didn't notice.


Pete

Pete
Kuang Chen
Frequent Advisor

Re: Update from 11.11 to 11.23 Error

Thanks guy,

My document too old.

-KC
Kuang Chen
Frequent Advisor

Re: Update from 11.11 to 11.23 Error

-