查看是否有进程引用passwd文件
如果发现有进程在占用,占用的pid是3894
oracle 3894 oracle 22u REG 8,3 34358697984 3808524 /data1/xcrtdb/temp01.dbf (deleted)
用ps命令查看
oracle 3894 1 10 07:35 ? 00:19:38 ora_j000_xcrtdb
root 18974 16849 0 10:49 pts/3 00:00:00 grep 3894
解决办法:
1、kill掉进程
2、重启服务器
inode没有用完
-
df -i
-
Filesystem Inodes IUsed IFree IUse% Mounted on
-
/dev/xvda1 1310720 257266 1053454 20% /
-
tmpfs 127325 2 127323 1% /dev/shm
-
阅读(2237) | 评论(0) | 转发(0) |