lsyncd ½Ç½Ã°£ µ¿±âÈ­

   Á¶È¸ 5738   Ãßõ 0    

https://www.ehostidc.co.kr/cscenter/technical.php?ptype=view&idx=271&¡¦ (363)
https://www.ehostidc.co.kr/cscenter/consulting.php (317)


Lsycnd server: x.x.x.107

Lsyncd client: x.x.x.108 

 

1) Client rsync 설치 

yum install -y rsync xinetd

 

2) Client rsync 설정 



vi /etc/rsyncd.conf

[SYNC] 

comment = web_02 (hostname) 

path=/var/www/html (path)

hosts allow = x.x.x.107 (lsyncd server IP) 

uid = 0 

gid = 0

use chroot = yes 

read only = no

 

3) Client iptables 설정 및 적용 

vi /etc/sysconfig/iptables

-A INPUT -m state --state NEW -m udp -p udp --dport 873 -j ACCEPT 

-A INPUT -m state --state NEW -m tcp -p tcp --dport 873 -j ACCEPT 

wq!

service iptables restart

 

4) Client rsyncd 설정 및 확인 

service xinetd restart

chkconfig xinetd on

 

5) Server lsyncd 설치 

Yum install –y lsyncd

 

6) Server ssh 인증키 생성 및 이동

Ssh-keygen

cp /root/.ssh/id_rsa.pub /root/

 

7) ssh 접속 테스트 

8) Server lsync 설정 

vi /etc/lsyncd.conf

settings { 

        logfile = "/var/log/lsyncd/lsyncd.log",

        statusFile = "/var/log/lsyncd/lsyncd-status.log", 

        statusInterval = 20

     } 

sync { 

    default.rsync,

    source="/var/www/html", 

    target="x.x.x.108:/var/www/html",

    delay = 1, 

    rsync = {

         compress = true, 

         acls = true,

         verbose = true, 

         rsh = "/usr/bin/ssh -p 22 -o StrictHostKeyChecking=no" }

 }

 

9) Server iptables 설정 및 적용 

vi /etc/sysconfig/iptables

-A INPUT -m state --state NEW -m udp -p udp --dport 873 -j ACCEPT 

-A INPUT -m state --state NEW -m tcp -p tcp --dport 873 -j ACCEPT

wq! 

service iptables restart

 

10) Server lsyncd 설정 및 확인 

Service lsyncd start

Chkconfig lsyncd on

 

11) TEST






























https://www.aiocp.co.kr/ ( 딥러닝,머신러닝 서버 판매 ,컨설팅) https://bigbangcloud.co.kr/ ( GPU 클라우드 서비스) ::: AI 서버의 모든것 ::: 인공지능의 시작~ (주)이호스트ICT
ªÀº±Û Àϼö·Ï ½ÅÁßÇÏ°Ô.


PDS
Á¦¸ñPage 5/76
2014-05   4478729   Á¤ÀºÁØ1
2015-12   1030858   ¹é¸Þ°¡
2022-12   17709   °£Àå°ÔÀå
2022-12   21395   ¹Â³ë
2022-12   16015   ¾ÆÀ×½´ÆÛ¸Ç
2022-11   28689   ½ºÄµl¹ÎÇö±â
2022-11   38861   ¹Ú¹®Çü
2022-10   43832   ½º¿þÀÎ
2022-10   40909   ¼öÆÛ½ÎÀ̾ð
2022-10   32289   Çã¾î
2022-10   33711   È︶
2022-10   21542   sbg2005
2022-09   14079   sbg2005
2022-09   8629   sbg2005
2022-09   10786   ¹Î°æ¿­
2022-09   14907   ²Ü¹úlÃÖÀÎÇõ
2022-09   14877   ±è´ö¿µ
2022-09   14567   sbg2005
2022-09   11075   sbg2005
2022-09   11097   sbg2005
2022-09   10594   sbg2005
2022-08   6277   ¾Æ½º¶õ