OS/HP UX
hp telnet telnetd[342]: I_LINK_DEV ioctl failed: Invalid argument오류 해결
우럭망둥이
2011. 3. 7. 14:56
인허넷에는 패치문제다 어쩐다 하는데
이렇게 한방에 해결 역시 코쟁이들은 코가커..
# /sbin/init.d/nfs.server stop
# /sbin/init.d/autofs stop
# /sbin/init.d/nfs.client stop
# /sbin/init.d/lockmgr stop
# /sbin/init.d/nfs.core stop
Then rebuild your /stand/ioconfig file by issuing the command:
# insf -e
Then see if you can get all the RPC daemons to start normally:
# /sbin/init.d/nfs.core start
# /sbin/init.d/lockmgr start
# /sbin/init.d/nfs.client start
# /sbin/init.d/autofs start
# /sbin/init.d/nfs.server start
Let me know if this works.
Regards,
출처 : http://h30499.www3.hp.com/t5/Itanium-Based/NFS-server-error-on-HPUX-v3/m-p/826251