2009年5月14日星期四

lookup_mount: exports lookup failed for stawj12 create_udp_client: hostname lookup failed: Operation not permitted 问题处理

从/var/log/message中看到大量的类似
May 13 22:05:54 oracle01 automount[4032]: lookup_mount: exports lookup failed for stawj12
May 13 22:05:54 oracle01 automount[4032]: create_udp_client: hostname lookup failed: Operation not permitted
May 13 22:05:54 oracle01 automount[4032]: create_tcp_client: hostname lookup failed: Operation not permitted
May 13 22:05:54 oracle01 automount[4032]: lookup_mount: exports lookup failed for stawj12
May 13 22:05:54 oracle01 automount[4032]: create_udp_client: hostname lookup failed: Operation not permitted
May 13 22:05:54 oracle01 automount[4032]: create_tcp_client: hostname lookup failed: Operation not permitted
May 13 22:05:54 oracle01 automount[4032]: lookup_mount: exports lookup failed for stawj12
May 13 22:05:54 oracle01 automount[4032]: create_udp_client: hostname lookup failed: Operation not permitted
May 13 22:05:54 oracle01 automount[4032]: create_tcp_client: hostname lookup failed: Operation not permitted
May 13 22:05:54 oracle01 automount[4032]: lookup_mount: exports lookup failed for stawj12
May 13 22:05:54 oracle01 automount[4032]: create_udp_client: hostname lookup failed: Operation not permitted
May 13 22:05:54 oracle01 automount[4032]: create_tcp_client: hostname lookup failed: Operation not permitted

这样的信息,网上search了一下,算是一个oracle 的bug
ref:
http://forums.oracle.com/forums/thread.jspa?threadID=579670&tstart=29



处理如下:


[oracle@oracle01 init.d]$ ps -ef |grep automount
root 4031 1 0 May13 ? 00:00:00 automount
oracle 30197 21163 0 15:11 pts/2 00:00:00 grep automount


[root@oracle01 init.d]# chkconfig autofs off
[root@oracle01 init.d]# chkconfig --list autofs
autofs 0:off 1:off 2:off 3:off 4:off 5:off 6:off
[root@oracle01 init.d]#



[root@oracle01 init.d]# ./autofs stop
Stopping automount: [ OK ]
[root@oracle01 init.d]#



[root@oracle02 init.d]# ./autofs stop
Stopping automount: [ OK ]
[root@oracle02 init.d]#
[root@oracle02 init.d]# chkconfig --list autofs
autofs 0:off 1:off 2:off 3:on 4:on 5:on 6:off
[root@oracle02 init.d]# chkconfig autofs off
[root@oracle02 init.d]# chkconfig --list autofs
autofs 0:off 1:off 2:off 3:off 4:off 5:off 6:off
[root@oracle02 init.d]#


记录之,恢复使用

没有评论:

发表评论