• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

trying to do an update, but look?!

C

cyrus1u1

Guest
I'm trying to install the updates for plesk, but i'm always getting the following error:

ERROR: Not enough space for product installation: In directory /opt the are 300 Mb is required but available only 208 Mb.

What can I do then?

mount
Code:
/dev/md1 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
tmpfs on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/md5 on /usr type xfs (rw)
/dev/md6 on /var type xfs (rw,usrquota)
/dev/md7 on /home type xfs (rw,usrquota)
none on /tmp type tmpfs (rw)

df
Code:
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/md1                490040    251064    213680  55% /
tmpfs                  1028584         0   1028584   0% /dev/shm
/dev/md5               4881408   1159316   3722092  24% /usr
/dev/md6               4881408    568232   4313176  12% /var
/dev/md7             104917324  13125680  91791644  13% /home
none                   1028584      7900   1020684   1% /tmp

Any ideas how to make /opt bigger?

PS: it's a default suse-image with plesk 7.5.4 from 1and1.
 
edit the properties of the updater, you can choose a different path

server -> updater -> preferences -> Temporary download directory
 
it's not the download, its the installation. (product installation)

can i change other paths, or.. just put more space to /opt, because there is really enough space in other discs.
 
Back
Top