Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- rm -rf
- cadre
- 디스크
- 칭찬교육
- Hack
- windows
- rm
- Bash
- http
- rsync
- DNS
- goaccess
- ext3
- Performance
- ext4
- Python
- PORT
- 리눅스
- PERL
- apachetop
- Linux
- Kernel
- CPU
- 쇼펜의상속자 #킨텍스메가쇼 #섬유향수탈취제
- Cache
- 좌절교육
- Disk
- iptables
- 솔라리스
- pid
Archives
- Today
- Total
목록NFS Replication (1)
Ben's
솔라리스 NFS
[server] zfs set sharenfs='anon=0,rw=192.168.1.150,rw=192.168.1.151' FILE02pool(솔라리스 NFS server) [client] mount_nfs -o noatime,rw,tcp,soft -t 50 -x 3 192.168.1.153:/FILE02/pds /mnt/home2(FreeBSD) mount -t nfs -o noatime,rw,tcp,soft,timeo=50,retrans=3 192.168.1.153:/FILE02/pds /mnt/home2(리눅스) * 때때로 cachefs 를 활용하면 io 성능을 향상 시킬수 있음. http://blog.naver.com/leejaku?Redirect=Log&logNo=20003112278 * NFS..
Other OS/솔라리스
2013. 1. 16. 16:30