Ignore:
Timestamp:
2016-10-30T15:49:35+13:00 (7 years ago)
Author:
davidb
Message:

Additional adjustments after test run on cluster

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/hathitrust/vagrant-solr-cluster/trunk/README.txt

    r30991 r30992  
    2626----
    2727
     28
    28291. Spin up cloud:
    2930
     
    3839     sudo su - htrc
    3940
    40 3. Use the 'start-solr-all.sh' script on 'zookeeper' to launch Solr daemons
     413. Start the zookeeper daemon:
     42     zkServer.sh start
     43
     444. Use the 'start-solr-all.sh' script on 'zookeeper' to launch Solr daemons
    4145   processes on each solr node in the cluster/cloud.
    4246
    43      solr-start-all.sh
     47     ./solr-start-all.sh
    4448
    4549   This runs a (password authenticated) ssh command on each node to start
    4650   its solr instance.
    4751
    48 4. If the first time the solr cloud has been spun up then create a solr
     525. If the first time the solr cloud has been spun up then create a solr
    4953   collection for the htrc extracted features to be ingested into (htrc-pd-ef)
    5054
     
    5458   chosen for convenience.
    5559
     60Now view the information in the Solr cloud through:
    5661 
     62  http://10.11.0.53:8983/solr
    5763
Note: See TracChangeset for help on using the changeset viewer.