EXEC sp_configure 로 조회해서...
config_value = 0 이라면..
권한작업으로 아래 내용을 실행.
EXEC sp_configure 'clr enabled', 1
RECONFIGURE
[root@ruo91 ~]# rpm -qa | grep portmap
portmap-4.0-65.2.2.1
[root@ruo91 ~]# /etc/init.d/portmap start
portmap (을)를 시작 중: [ OK ]
[root@ruo91 ~]# /etc/init.d/nfs start
NFS 서비스를 시작 중: [ OK ]
NFS 쿼터를 시작 중: [ OK ]
NFS 데몬을 시작 중: [ OK ]
NFS mountd를 시작 중: [ OK ]
[root@ruo91 ~]# rpcinfo -p
프로그램 버전 원형 포트
100000 2 tcp 111 portmapper
100000 2 udp 111 portmapper
100011 1 udp 625 rquotad
100011 2 udp 625 rquotad
100011 1 tcp 628 rquotad
100011 2 tcp 628 rquotad
100003 2 udp 2049 nfs
100003 3 udp 2049 nfs
100003 4 udp 2049 nfs
100021 1 udp 54868 nlockmgr
100021 3 udp 54868 nlockmgr
100021 4 udp 54868 nlockmgr
100003 2 tcp 2049 nfs
100003 3 tcp 2049 nfs
100003 4 tcp 2049 nfs
100021 1 tcp 36016 nlockmgr
100021 3 tcp 36016 nlockmgr
100021 4 tcp 36016 nlockmgr
100005 1 udp 654 mountd
100005 1 tcp 657 mountd
100005 2 udp 654 mountd
100005 2 tcp 657 mountd
100005 3 udp 654 mountd
100005 3 tcp 657 mountd
[root@ruo91 ~]# echo '/home/ruo91/public_html *(rw)' >> /etc/exports
[root@ruo91 ~]# /etc/init.d/nfs restart
NFS mountd를 종료 중: [ OK ]
NFS 데몬을 종료 중: [ OK ]
NFS quota를 종료 중: [ OK ]
NFS 서비스를 종료 중: [ OK ]
NFS 서비스를 시작 중: [ OK ]
NFS 쿼터를 시작 중: [ OK ]
NFS 데몬을 시작 중: [ OK ]
NFS mountd를 시작 중: [ OK ]
[root@ruo91 ~]# mkdir /home/nfs
[root@ruo91 ~]# ls -al /home/nfs
total 4
drwxr-xr-x 2 root wheel 512 10 15 13:40 .
drwxr-xr-x 4 root wheel 512 10 15 13:40 ..
[root@ruo91 ~]# mount -t nfs 서버아이피:NFS 설정 디렉토리 마운트 할 디렉토리
[root@ruo91 ~]# mount -t nfs 192.168.0.100:/home/ruo91/public_html /home/nfs
[root@ruo91 ~]# ls -al /home/nfs
total 38
drwxrwxrwx 7 ruo91 ruo91 4096 10 15 13:40 .
drwxr-xr-x 4 root wheel 512 10 15 13:40 ..
-rw-r--r-- 1 root wheel 309 10 15 13:40 backup-2009-10-16.tar.gz
-rw-r--r-- 1 root wheel 81 10 15 13:39 hello.c
drwxr-xr-x 2 root wheel 4096 10 15 13:38 메롱
drwxr-xr-x 2 root wheel 4096 10 15 13:38 방가
drwxr-xr-x 2 root wheel 4096 10 15 13:38 하이
drwxr-xr-x 2 root wheel 4096 10 15 13:38 헬로우
drwxr-xr-x 2 root wheel 4096 10 15 13:38 히히
[root@ruo91 ~]# showmount -e NFS 서버 아이피
[root@ruo91 ~]# showmount -e 192.168.0.100
Exports list on 192.168.0.100:
/home/ruo91/public_html *
[root@ruo91 ~]# rm -rf /home/nfs
rm: /home/nfs/: Device busy
| NFS 마운트 (0) | 2010/03/15 |
|---|---|
| MySQL 계정추가 (0) | 2010/01/27 |
| 우분투 NFS 설치 (0) | 2010/01/26 |
| 우분투 삼바 설치 & 설정 (0) | 2010/01/19 |
| 우분투 + Lighttpd + PHP5(FastCGI) + Mysql + Sqlite 설치 (0) | 2010/01/19 |
| 우분투 (0) | 2010/01/19 |