NFS 마운트 안될때
2010.05.11 10:45
원문 : http://www.ischo.net -- 조인상 // 시스템 엔지니어
Writer : http://www.ischo.net -- ischo // System Engineer in Replubic Of Korea
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
본문 : http://www.ischo.net -- 조인상 //시스템 엔지니어
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
AIX 에서
bash-2.04# mount 211.115.140.197:/home/backup /home/gapdol
mount: 1831-008 다음 이유 때문에 포기합니다:
211.xxx.xxx.xxx:/home/backup
vmount: 조작이 허용되지 않습니다.
bash-2.04#
===>
# /usr/sbin/nfso -o nfs_use_reserved_ports=1 로 설정을 해서 되었다는 내용이 있군요!
재부팅시 default로 값이 변경되기 때문에 /etc/rc.tcpip에 등록하시기 바랍니다.
출처 : http://www.systemadmin.pe.kr