Migration from Standalone Solar to SolrCloud in AWSAccessing jetty server on aws via internal iphow to enable access to port from network in ubuntu?SolrCloud setup with tomcatNot Getting Desired Results From Solr Facetsgracefully stopping Apache Solr from command lineconfiguring jetty to accept connections from only certain IP addressesSolrCloud 4.8.0 - Snapshot directories take a lot of spaceShould the replica version match between replicas of the same shard in SolrCloudSolrcloud node is not comming upSolrcloud: Error 500 after restart
Having some issue with notation in a Hilbert space
The instant an accelerating object has zero speed, is it speeding up, slowing down, or neither?
What is the precise meaning of "подсел на мак"?
How do I gain the trust of other PCs?
Is there a term for someone whose preferred policies are a mix of Left and Right?
What kind of chart is this?
How to know whether to write accidentals as sharps or flats?
Basic power tool set for Home repair and simple projects
Why is Skinner so awkward in Hot Fuzz?
How can I maintain game balance while allowing my player to craft genuinely useful items?
What could be the physiological mechanism for a biological Geiger counter?
Why does my system use more RAM after an hour of usage?
Should I email my professor to clear up a (possibly very irrelevant) awkward misunderstanding?
High-end PC graphics circa 1990?
2 Managed Packages in 1 Dev Org
...and then she held the gun
Does knowing the surface area of all faces uniquely determine a tetrahedron?
Why is gun control associated with the socially liberal Democratic party?
How to prevent cables getting intertwined
How to sort human readable size
First occurrence in the Sixers sequence
Explicit direct #include vs. Non-contractual transitive #include
Is my research statement supposed to lead to papers in top journals?
Does anyone recognize these rockets, and their location?
Migration from Standalone Solar to SolrCloud in AWS
Accessing jetty server on aws via internal iphow to enable access to port from network in ubuntu?SolrCloud setup with tomcatNot Getting Desired Results From Solr Facetsgracefully stopping Apache Solr from command lineconfiguring jetty to accept connections from only certain IP addressesSolrCloud 4.8.0 - Snapshot directories take a lot of spaceShould the replica version match between replicas of the same shard in SolrCloudSolrcloud node is not comming upSolrcloud: Error 500 after restart
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
Our Developers is working in Local Standalone Solr Server and we have many cores in Local Solr. Now we are planning to migrate it to SolrCloud in AWS Infrastructure for replication purpose with numShards:3 and replicationFact:3. We don't need data to be migrated from Local Solr server to AWS SolrCloud. We only need to transfer Core from Local Solr to collection in SolrCloud. I am newbie in these can you please any help me in these.
1) In layman word we only need to transfer content in Conf folder of core to SolrCloud Collection and we don't need to transfer data(data folder).
solr
add a comment |
Our Developers is working in Local Standalone Solr Server and we have many cores in Local Solr. Now we are planning to migrate it to SolrCloud in AWS Infrastructure for replication purpose with numShards:3 and replicationFact:3. We don't need data to be migrated from Local Solr server to AWS SolrCloud. We only need to transfer Core from Local Solr to collection in SolrCloud. I am newbie in these can you please any help me in these.
1) In layman word we only need to transfer content in Conf folder of core to SolrCloud Collection and we don't need to transfer data(data folder).
solr
add a comment |
Our Developers is working in Local Standalone Solr Server and we have many cores in Local Solr. Now we are planning to migrate it to SolrCloud in AWS Infrastructure for replication purpose with numShards:3 and replicationFact:3. We don't need data to be migrated from Local Solr server to AWS SolrCloud. We only need to transfer Core from Local Solr to collection in SolrCloud. I am newbie in these can you please any help me in these.
1) In layman word we only need to transfer content in Conf folder of core to SolrCloud Collection and we don't need to transfer data(data folder).
solr
Our Developers is working in Local Standalone Solr Server and we have many cores in Local Solr. Now we are planning to migrate it to SolrCloud in AWS Infrastructure for replication purpose with numShards:3 and replicationFact:3. We don't need data to be migrated from Local Solr server to AWS SolrCloud. We only need to transfer Core from Local Solr to collection in SolrCloud. I am newbie in these can you please any help me in these.
1) In layman word we only need to transfer content in Conf folder of core to SolrCloud Collection and we don't need to transfer data(data folder).
solr
solr
asked Sep 2 '18 at 10:59
Sreeraju VSreeraju V
338
338
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Solution:
1) Create a new collection
in SolrCloud with config set
name same as of core.
2) Move the conf
folder of the core in Local Standalone Solr Server to SolrCloud 'Collection' Folder.
3) Run zookeeper's zkCli.sh commands from bash to upload the conf
file to all SolrCloud server.
cd /opt/solr/server/scripts/cloud-scripts/
bash zkcli.sh -cmd upconfig -confdir /opt/solr-7.4.0/server/solr/collectionname/conf/ -z IP1:2181,IP2:2181,IP3:2181 -confname confname
Reference : https://lucene.apache.org/solr/guide/6_6/using-zookeeper-to-manage-configuration-files.html#UsingZooKeepertoManageConfigurationFiles-UploadingConfigurationFilesusingbin_solrorSolrJ
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f929052%2fmigration-from-standalone-solar-to-solrcloud-in-aws%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Solution:
1) Create a new collection
in SolrCloud with config set
name same as of core.
2) Move the conf
folder of the core in Local Standalone Solr Server to SolrCloud 'Collection' Folder.
3) Run zookeeper's zkCli.sh commands from bash to upload the conf
file to all SolrCloud server.
cd /opt/solr/server/scripts/cloud-scripts/
bash zkcli.sh -cmd upconfig -confdir /opt/solr-7.4.0/server/solr/collectionname/conf/ -z IP1:2181,IP2:2181,IP3:2181 -confname confname
Reference : https://lucene.apache.org/solr/guide/6_6/using-zookeeper-to-manage-configuration-files.html#UsingZooKeepertoManageConfigurationFiles-UploadingConfigurationFilesusingbin_solrorSolrJ
add a comment |
Solution:
1) Create a new collection
in SolrCloud with config set
name same as of core.
2) Move the conf
folder of the core in Local Standalone Solr Server to SolrCloud 'Collection' Folder.
3) Run zookeeper's zkCli.sh commands from bash to upload the conf
file to all SolrCloud server.
cd /opt/solr/server/scripts/cloud-scripts/
bash zkcli.sh -cmd upconfig -confdir /opt/solr-7.4.0/server/solr/collectionname/conf/ -z IP1:2181,IP2:2181,IP3:2181 -confname confname
Reference : https://lucene.apache.org/solr/guide/6_6/using-zookeeper-to-manage-configuration-files.html#UsingZooKeepertoManageConfigurationFiles-UploadingConfigurationFilesusingbin_solrorSolrJ
add a comment |
Solution:
1) Create a new collection
in SolrCloud with config set
name same as of core.
2) Move the conf
folder of the core in Local Standalone Solr Server to SolrCloud 'Collection' Folder.
3) Run zookeeper's zkCli.sh commands from bash to upload the conf
file to all SolrCloud server.
cd /opt/solr/server/scripts/cloud-scripts/
bash zkcli.sh -cmd upconfig -confdir /opt/solr-7.4.0/server/solr/collectionname/conf/ -z IP1:2181,IP2:2181,IP3:2181 -confname confname
Reference : https://lucene.apache.org/solr/guide/6_6/using-zookeeper-to-manage-configuration-files.html#UsingZooKeepertoManageConfigurationFiles-UploadingConfigurationFilesusingbin_solrorSolrJ
Solution:
1) Create a new collection
in SolrCloud with config set
name same as of core.
2) Move the conf
folder of the core in Local Standalone Solr Server to SolrCloud 'Collection' Folder.
3) Run zookeeper's zkCli.sh commands from bash to upload the conf
file to all SolrCloud server.
cd /opt/solr/server/scripts/cloud-scripts/
bash zkcli.sh -cmd upconfig -confdir /opt/solr-7.4.0/server/solr/collectionname/conf/ -z IP1:2181,IP2:2181,IP3:2181 -confname confname
Reference : https://lucene.apache.org/solr/guide/6_6/using-zookeeper-to-manage-configuration-files.html#UsingZooKeepertoManageConfigurationFiles-UploadingConfigurationFilesusingbin_solrorSolrJ
edited May 31 at 12:29
answered May 31 at 6:13
Sreeraju VSreeraju V
338
338
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f929052%2fmigration-from-standalone-solar-to-solrcloud-in-aws%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown