During the installation of Oracle Grid Infrastructure 19c, the following error appeared:
Error Message:
[INS-32020] Installer has detected that the available disk space on
the volume for the specified Oracle base location (/u01/app/grid) is
less than the recommended value.
[INS-30100] Insufficient disk space on the selected location
(/u01/app/grid/product/19/grid).
df -h
Observation: - / (root) had only 4.8G free out of 38G ---
insufficient for Oracle Grid Infrastructure.
lsblk
vgs
vgdisplay
/dev/sdb (10G).pvcreate /dev/sdb
vgextend ol /dev/sdb
ol volume group had 10G of free space.lvextend -L +10G /dev/mapper/ol-root
xfs_growfs /
df -h /
Output:
/dev/mapper/ol-root 48G 33G 15G 69% /
The disk space issue was resolved.
Oracle Grid Infrastructure installation continued successfully without
errors.