| Author |
Problem with installing db2 udb 8.1 version on RH 7.1
|
VIV sharma
Greenhorn
Joined: Jan 01, 2004
Posts: 18
|
|
i am getting this problem while installing db2 ./db2_install -p DB2.ESE Disk space needed = 549372 KB Available = 194702 KB DBI1080E Disk full. Minimum space required in /opt is 549372 KB, whereas only 194702 KB space is available. Explanation: There is not enough free space available in the file system or directory. User Response: Free more disk space and retry the command. db2_install program terminated prematurely. Filesystem Size Used Avail Use% Mounted on /dev/hda5 494M 279M 190M 60% / /dev/hda1 99M 17M 76M 19% /boot /dev/hda3 9.2G 3.6G 5.2G 41% /home none 187M 0 186M 0% /dev/shm /dev/hda2 25G 6.3G 17G 27% /usr /dev/hda7 1004M 146M 807M 16% /var /dev/cdrom 494M 495M 0 100% /mnt/cdrom waitting for reply for linux Experts Thanks Vivek
|
 |
Andrew Eccleston
Ranch Hand
Joined: Jul 07, 2004
Posts: 140
|
|
Hi, It looks like DB2 wants to install to /opt by default. According to your df output, /opt should be located on /dev/hda5, which does not have enough space (190MB where you need at least ~540, plus space for your data). I would recommend installing to /usr, as this is located on a different partition (which has 17 Gigs available). As I don't know DB2 specifically, you will need to check the documentation for how to change the install directory. Alternatively, you could try using symbolic links from /opt to /usr, but I think that will get a bit messier. Hope this helps!
|
The statement below is true.<br />-------------------------------<br />The statement above is false.
|
 |
 |
|
|
subject: Problem with installing db2 udb 8.1 version on RH 7.1
|
|
|