Guest User

Untitled

a guest
Nov 22nd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. Solr and Zookeeper Installation:
  2. 1) Zookeeper Service
  3. Service: /etc/init.d/zookeeper [start/status/stop/restart]
  4. Port : 2181
  5.  
  6. 2) Solr 5.4.1 Service in cloud mode with java 8
  7. Service : /etc/init.d/solr [start/status/stop/restart]
  8. Port : 8983
  9.  
  10. 3) Different Drives for Zookeeper and SOLR if they are installed on same server
  11. Zookeeper : /opt/zookeeper
  12. Solr Instance : /opt/sitecore-solr
  13.  
  14. Setting up required configurations:
  15.  
  16. 4) DEV & TEST Env : 1 Replica , 1 Shard ( as we have only 1 node)
  17. CERT & PROD : 3 Replica, 1 Shard ( as we have 3 nodes ) ( according to our conversation making them to 1 shard )
  18.  
  19. 5) 70 Collections (which are there in Dev/TEST Env ):
  20. Solr Home/Collections: /opt/sitecore-search
  21.  
  22. 6) There is no schema file or configuration on Solr Cloud.
  23. Everything has to be boostrapped to zookeeper.
Add Comment
Please, Sign In to add comment