前提・実現したいこと
[環境]
AWS
[OS]
CentOS7
[同期元サーバー]
serverA
10.0.10.10
[同期先サーバー]
serverB
10.0.10.20
serverC
10.0.10.30
servserAのlsyncd.conf
settings{ logfile = "/var/log/lsyncd/lsyncd.log", pidfile = "/var/run/lsyncd.pid", statusFile = "/var/log/lsyncd/lsyncd-status.log", statusInterval = 1, nodaemon = false } sync_base = { default.rsync, exclude = "*.log", rsync = { archive = true, compress = true, update = true } } sync{sync_base, source = "/home/hoge", target = "10.0.10.20::test"} sync{sync_base, source = "/home/hoge", target = "10.0.10.30::test"}
serverBのrsyncd.conf
uid = root gid = root log file = /var/log/rsyncd.log pid file = /var/run/rsyncd.pid hosts allow = 10.0.10.0/24 hosts deny = * dont compress = *.gz *.tgz *.zip *.z *.Z *.rpm *.deb *.bz2 [test] comment = rsync server path = /home/hoge read only = false
発生している問題・エラーメッセージ
【結果】
同期が行われない。
lsyncd.log Mon Nov 1 03:35:37 2018 Normal: --- Startup --- Mon Nov 1 03:35:37 2018 Normal: recursive startup rsync: /home/hoge/ -> 10.0.10.20::test/ excluding *.log Mon Nov 1 03:35:37 2018 Normal: recursive startup rsync: /home/hoge/ -> 10.0.10.30::test/ excluding *.log Mon Nov 1 03:37:44 2018 Error: Temporary or permanent failure on startup of /home/hoge/ -> 10.0.10.20::test/. Terminating since "insist" is not set.
試したこと
- serverAでrsyncコマンドを実行した結果。
[home@ip-10-0-10-10 ~]$ rsync -avvvz /home/hoge/test.txt 10.0.10.20::test opening tcp connection to 10.0.10.20 port 873 rsync: failed to connect to 10.0.10.20 (10.0.10.20): Connection timed out (110) rsync error: error in socket IO (code 10) at clientserver.c(125) [sender=3.1.2] [sender] _exit_cleanup(code=10, file=clientserver.c, line=125): about to call exit(10)
- serverB、serverCのインバウンドは設定済み
何か分かる方が、いらっしゃいましたら宜しくお願いいたします。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/11/12 02:40
2018/11/12 02:50
2018/11/12 02:54
2018/11/12 03:17
2018/11/12 03:25
2018/11/12 05:32