[서버]
bash-2.05# vi /etc/dfs/dfstab --추가
"/etc/dfs/dfstab" 14 lines, 422 characters
# Place share(1M) commands here for automatic execution
# on entering init state 3.
#
# Issue the command '/etc/init.d/nfs.server start' to run the NFS
# daemon processes and the share commands, after adding the very
# first entry to this file.
#
# share [-F fstype] [ -o options] [-d "<text>"] <pathname> [resource]
# .e.g,
# share -F nfs -o rw=engineering -d "home dirs" /export/home2
share -o rw /usr/share/test
~
"/etc/dfs/dfstab" 14 lines, 422 characters
"/etc/dfs/dfstab" 14 lines, 422 characters
# Place share(1M) commands here for automatic execution
# on entering init state 3.
#
# Issue the command '/etc/init.d/nfs.server start' to run the NFS
# daemon processes and the share commands, after adding the very
# first entry to this file.
#
# share [-F fstype] [ -o options] [-d "<text>"] <pathname> [resource]
# .e.g,
# share -F nfs -o rw=engineering -d "home dirs" /export/home2
share -o rw /usr/share/test
~
"/etc/dfs/dfstab" 14 lines, 422 characters
bash-2.05# /etc/init.d/nfs.server start
bash-2.05# share
- /usr/share/test rw ""
bash-2.05# share
- /usr/share/test rw ""
RESOURCE SERVER ACCESS TRANSPORT
server114:/usr/share/man server114 - -
bash-2.05# dfmounts --서버, 클라이언트 확인
RESOURCE SERVER PATHNAME CLIENTS
- server114 /usr/share/man server113,server115
[클라이언트]
bash-2.05# mv /usr/share/man /usr/share/men
bash-2.05# ls
aclocal gnome-panelrc javadoc sounds
admserv5.1 gnome-stonesrc lib src
applications gnome-stonesrc.ko locale test
audio gtk-2.0 men themes
doc gtk-doc omf xml
ds5 icons pixmaps
glib-2.0 idl scrollkeeper
gnome intltool sgml
bash-2.05# mkdir /usr/share/man
bash-2.05# ls
aclocal gnome-panelrc javadoc sounds
admserv5.1 gnome-stonesrc lib src
applications gnome-stonesrc.ko locale test
audio gtk-2.0 men themes
doc gtk-doc man omf xml
ds5 icons pixmaps
glib-2.0 idl scrollkeeper
gnome intltool sgml
aclocal gnome-panelrc javadoc sounds
admserv5.1 gnome-stonesrc lib src
applications gnome-stonesrc.ko locale test
audio gtk-2.0 men themes
doc gtk-doc man omf xml
ds5 icons pixmaps
glib-2.0 idl scrollkeeper
gnome intltool sgml
bash-2.05# man ls
**메뉴얼출력됨
bash-2.05# umount /usr/share/man --마운트해제
'os > Solaris' 카테고리의 다른 글
[실습] patch (package 설치) (0) | 2014.08.29 |
---|---|
[실습] NFS를 활용한 백업서버 구현 (0) | 2014.08.29 |
[실습] 파티션, 포맷, 마운트 (0) | 2014.08.29 |
22. NFS (Network File System) (0) | 2014.08.29 |
21. 가상파일시스템 (Pseudo) (0) | 2014.08.29 |
댓글