AIX下在运行命令时提示“ksh: There is not enough space in ...

OS: AIX7.1

运行ls,提示如下“ksh: There is not enough space in the file system.“

1. 查看可用PPs: lsvg rootvg   ->尚有free空间

AIX下在运行命令时提示“ksh: There is not enough space in ...

2. 查看ls 所在file system /usr空间是否用完 ->尚有空间

3. 查看所有file  system 使用空间情况: df -tm   ->发现/下空间为0

4. 扩大/ 的空间约250MB:chfs -a size=+512000 /    ->512000是块,每块为512Byte.

AIX下在运行命令时提示“ksh: There is not enough space in ...

5. 问题解决,再运行ls时,不再有空间不足的提示
AIX下在运行命令时提示“ksh: There is not enough space in ...

转载于:https://my.oschina.net/hcp/blog/149992