** nfs server 시작 **
service enable network/nfs/server
** nfs server 중단 **
service disable network/nfs/server
** nfs 자동마운트 설정 **
svcadm enable system/filesystem/autofs
** nfs 자동마운트 중지 **
svcadm disable system/filesystem/autofs
** 서버에서 다른 NFS 버전 선택 방법 **
< 참고 : solaris 10 은 nfs 4 버전 >
sharectl set -p server_versmax=3 nfs
sharectl set -p server_versmin=3 nfs
** 클라이언트에서 다른 NFS 버전 선택 방법 **
sharectl set -p client_versmax=3 nfs
sharectl set -p client_versmin=3 nfs
** NFS Server 에서 동작하는 daemon **
mountd / nfsd
** NFS Client 에서 동작하는 daemon **
sttd / lockd
** NFS 영구 설정 **
1. server
vi /etc/dfstab
share -F nfs -o rw /share_dir
shareall
2. client
vi /etc/vfstab
hostname:/share_dir - /cli_dir nfs - yes rw
mountall
'Work > Solaris' 카테고리의 다른 글
solaris IPMP 설정 ( 네트워크 bonding or Teaming ) (0) | 2015.01.07 |
---|---|
zfs 파일 시스템 (0) | 2014.12.30 |
solaris 10 zfs 상태 보기, 미러 걸기 (0) | 2014.12.28 |
솔라리스 패스워드 정책 (1) | 2014.12.16 |
Solaris 스토리지 볼륨 인식 관련 (0) | 2014.12.16 |