+ -
当前位置:首页 → 问答吧 → 不断重复mount不存在的nfs路径,如何让其停止。

不断重复mount不存在的nfs路径,如何让其停止。

时间:2011-01-06

来源:互联网

本帖最后由 faceDragon 于 2011-01-06 11:40 编辑

nfs服务端10.10.10.7原来是个linux系统,后来删了装了windows。当时可能在AIX的客户端没有做umount或者umount后有问题,导致现在AIX不断重复去mount。
每隔两个小时出现一对进程,并有父子关系。症结到底在哪里?


QUOTE:
# ps -ef | grep "10.10.10.7" | grep -v grep | sort -k5 -k8
    root  254796 1852242   0 00:00:00      -  0:00 /sbin/helpers/nfsmnthelp M 0 10.10.10.7 /u02/dbback/ebsdb /mnt/dbback
    root 1852242  627410   0 00:00:00      -  0:00 mount 10.10.10.7 /mnt/dbback
    root 1954450  516236   0 02:00:00      -  0:00 /sbin/helpers/nfsmnthelp M 0 10.10.10.7 /u02/dbback/ebsdb /mnt/dbback
    root  516236 1348310   0 02:00:00      -  0:00 mount 10.10.10.7 /mnt/dbback
    root 1540996 1577966   0 04:00:00      -  0:00 /sbin/helpers/nfsmnthelp M 0 10.10.10.7 /u02/dbback/ebsdb /mnt/dbback
    root 1577966 1086176   0 04:00:00      -  0:00 mount 10.10.10.7 /mnt/dbback
    root 1196902 1777712   0 06:00:00      -  0:00 /sbin/helpers/nfsmnthelp M 0 10.10.10.7 /u02/dbback/ebsdb /mnt/dbback
    root 1777712 1692336   0 06:00:00      -  0:00 mount 10.10.10.7 /mnt/dbback
    root 1634730 1651364   0 08:00:00      -  0:00 /sbin/helpers/nfsmnthelp M 0 10.10.10.7 /u02/dbback/ebsdb /mnt/dbback
    root 1651364 2212158   0 08:00:00      -  0:00 mount 10.10.10.7 /mnt/dbback
    root 1815128 1672094   0 18:00:00      -  0:00 /sbin/helpers/nfsmnthelp M 0 10.10.10.7 /u02/dbback/ebsdb /mnt/dbback
    root 1672094 2040694   0 18:00:00      -  0:00 mount 10.10.10.7 /mnt/dbback
    root  610342 1807278   0 20:00:00      -  0:00 /sbin/helpers/nfsmnthelp M 0 10.10.10.7 /u02/dbback/ebsdb /mnt/dbback
    root 1807278  508422   0 20:00:00      -  0:00 mount 10.10.10.7 /mnt/dbback
    root 1372986  541594   0 22:00:00      -  0:00 /sbin/helpers/nfsmnthelp M 0 10.10.10.7 /u02/dbback/ebsdb /mnt/dbback
    root  541594 1512130   0 22:00:00      -  0:00 mount 10.10.10.7 /mnt/dbback

作者: faceDragon   发布时间: 2011-01-06

回复 faceDragon


    是否设置过自动挂载 auto ?

作者: taojie2000   发布时间: 2011-01-06



QUOTE:
回复  faceDragon


    是否设置过自动挂载 auto ?
taojie2000 发表于 2011-01-06 12:24




没设过,都是需要的时候手动挂载的

作者: faceDragon   发布时间: 2011-01-06

這幾個地方需要看看。
nfs的配置文件

crontab

/etc/fstab

/etc/mtab

作者: L_kernel   发布时间: 2011-01-06

还有你可以到/etc/rc.local看是否在启动是挂载了nfs

作者: topsharezhang   发布时间: 2011-01-06