Category Archives: network

solr index replication

solr version : 1.3.0 1.4.0 에서는 requestHandler 를 이용한 replication 이 가능하다…고 한다. (SolrReplication - solr wiki참조) 1.3.0 에서는 rsync 를 이용한 replication 이다. 우선 wiki 의 문서들을 잘 읽어봐야 한다. CollectionDistribution SolrCollectionDistributionScripts SolrCollectionDistributionOperationsOutline 는 어떤 흐름으로 동작하는지 읽어야 한다. 정리를 하면.. 목적은 master 와 slave 로 나뉘어 동작하는 solr 의 index 파일들을 master 에서 slave 로 동일하게 유지하는 것. (부하분산의 목적으로 많이 쓰이는듯..) 동작단계(SolrCollectionDistributionOperationsOutline [...]
Also posted in search engine | Tagged , | Leave a comment

SPF 통과(pass)

DNS와 Mail-server 와의 관계가 이렇게 밀접한지는 몰랐었다. 메일서버를 설정후 내 gmail 계정으로 메일을 보냈더니 받은메일의 헤더에 SPF 관련 메시지가 포함되어 있다. Received-SPF: neutral (google.com: 192.168.0.1 is neither permitted nor denied by best guess record for domain of hello@zmail.com) client-ip=192.168.0.1; Authentication-Results: mx.google.com; spf=neutral (google.com: 192.168.0.1 is neither permitted nor denied by best guess record for domain of hello@zmail.com) smtp.mail=hello@zmail.com 해결을 [...]
Also posted in dns, mail | Tagged , , , | Leave a comment

Network-Attached Storage With FreeNAS

FreeNAS 설치하기 - HowToForge 참고: FreeNAS, NAS
Also posted in filesystem, security, storage | Tagged , | Leave a comment