anupamprasad
16th March 2008, 07:48
While installing erp ln fp3 the import data dictionary is hanging. after checking the log, we find that the disk is getting full and we found that it has 'Run out of Inodes"

norwim
16th March 2008, 18:49
Hi there,

do a search for "kernel parameters" .... depending on your system you will have to change certain defaults ... one of them for sure is responsible for the number of inodes.

hth
Norbert

Han Brinkman
17th March 2008, 12:05
Inodes has nothing to do with kernel parameters. Filesystems reserve space for data blocks and inodes, inodes is a entity used for administrating the file. df -i shows you how much inodes you have free in your filesystem.
If you have another disk with available space move some directories to it and link it with a symbolic link from/to the original place.

Regards,
Han