1. 데몬확인
# lssrc -g nfs |
데몬이 없다면
# startsrc -s <프로세스> |
2. NFS 시작
# smitty nfs Network File System (NFS) -> Configure NFS on This System -> Start NFS |
3. 호스트를 공유시킬 디렉토리 지정
/home/nfstest라는 디렉토리로 test
# smitty nfs Network File System (NFS) -> Add a Directory to Exports List Pathname of directory to export에 [디렉토리] 지정 |
/etc/exports파일을 확인해보면 nfs로 지정된 셋팅을 확인가능
4. 모든 호스트들에게 export된 파일시스템을 알림
# /usr/sbin/exportfs -a
|
5. 클라이언트에서 마운트
# mkdir nfsmt # mount xxx.xxx.xxx.xxx:/home/nfstest /nfsmt |
'AIX' 카테고리의 다른 글
[AIX] 주요 용어들 (0) | 2014.10.20 |
---|---|
[AIX] CDE접속 (0) | 2014.10.07 |
[AIX] RAMDISK Create (0) | 2014.07.18 |
[AIX] SAN switch 시리얼 접속 (0) | 2014.06.11 |
[AIX] 미러디스크 교체 (0) | 2014.05.28 |