<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: atlas webui is not accessible in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/atlas-webui-is-not-accessible/m-p/325040#M229505</link>
    <description>&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Please follow the below mentioned steps whenever you face such issue:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Cloudera Manager provides Atlas action option to initialize Atlas, which creates all the required backend resources HBase table, Solr collection and Kafka topics.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL class="ol1"&gt;&lt;LI&gt;&lt;SPAN class="s1"&gt;Navigate to Atlas from the Cloudera Manager UI.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s1"&gt;Under actions, the&amp;nbsp;&lt;STRONG&gt;Initialize Atlas&lt;/STRONG&gt;&amp;nbsp;option appears. Initiate it; it will create the required resources.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s1"&gt;Once done, verify the Altas UI.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class="p3"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p4"&gt;&lt;SPAN class="s2"&gt;If the issue is still not resolved, perform the following steps:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3"&gt;&amp;nbsp;&lt;/P&gt;&lt;OL class="ol1"&gt;&lt;LI&gt;&lt;SPAN class="s1"&gt;Login to Solr host and kinit with Solr principal as follows:&lt;/SPAN&gt;&lt;/LI&gt;&lt;OL class="ol2"&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;# klist -kt /var/run/cloudera-scm-agent/process/XXX-solr-SOLR_SERVER/solr.keytab&lt;BR /&gt;# kinit -kt /var/run/cloudera-scm-agent/process/XXX-solr-SOLR_SERVER/solr.keytab solr/host_name.principal.com@COE.CLOUDERA.COM&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;LI&gt;&lt;SPAN class="s1"&gt;Delete the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;&lt;STRONG&gt;/solr&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;&lt;STRONG&gt;/solr-infra znodes&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;using Zookeeper client. Do the following:&lt;/SPAN&gt;&lt;/LI&gt;&lt;OL class="ol2"&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;#/opt/cloudera/parcels/CDH/bin/zookeeper-client&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;# ls /&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;[solr, solr-infra]&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;# deleteall /solr&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;# deleteall /solr-infra&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;# ls / (should not show any solr or solr-infra znodes)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;While&amp;nbsp;performing&amp;nbsp;the above steps, if you face error&amp;nbsp;as "&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;Authentication is not valid : /solr-infra/security&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;" or "&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;Node not empty&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&amp;nbsp;/solr-infra/security/zkdtsm/ZKDTSMRoot&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;", kindly perform the following steps, or else skip to Step 3.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s1"&gt;Temporarily disable ACL by setting '&lt;/SPAN&gt;&lt;SPAN class="s7"&gt;zookeeper.skipACL=yes&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;' in ZooKeeper's Java Advance configuration in Cloudera Manager&lt;/SPAN&gt;&lt;/LI&gt;&lt;OL class="ol3"&gt;&lt;LI&gt;&lt;SPAN class="s6"&gt;Navigate to&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&lt;STRONG&gt;Cloudera Manager&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&lt;STRONG&gt;Zookeeper Service&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s6"&gt;In Configuration, add '&lt;/SPAN&gt;&lt;SPAN class="s9"&gt;-Dzookeeper.skipACL=yes&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;' to&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&lt;STRONG&gt;Java Configuration Options for Zookeeper Server&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s6"&gt;Restart ZooKeeper with the new configuration. Run the following:&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;#export JAVA_HOME=/usr/java/jdk1.8.0&lt;BR /&gt;#/opt/cloudera/parcels/CDH-X.X.X/lib/solr/server/scripts/cloud-scripts/zkcli.sh -cmd clear -z "localhost:2181" /solr-infra&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;&amp;nbsp;Repeat Step a&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;LI&gt;&lt;SPAN class="s2"&gt;Stop Solr service&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s2"&gt;Execute&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s11"&gt;&lt;STRONG&gt;Initialize Solr&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&amp;nbsp;action from Solr service.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s2"&gt;Start Solr service&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s2"&gt;Stop the Atlas service&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s2"&gt;Execute&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s11"&gt;&lt;STRONG&gt;Initialize Atlas&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&amp;nbsp;action from Atlas service&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s2"&gt;On Solr host, check if the following command returns the atlas_configs&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s11"&gt;&lt;STRONG&gt;instancedir&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s12"&gt;#solrctl instancedir --list&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;#sample output&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;_default&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;atlas_configs&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;managedTemplate&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;If it returns&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s11"&gt;&lt;STRONG&gt;atlas_configs&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;, skip this&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s11"&gt;&lt;STRONG&gt;create&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;&amp;nbsp;command. If it does not return&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s11"&gt;&lt;STRONG&gt;atlas_configs&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;, execute the following&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s11"&gt;&lt;STRONG&gt;create&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;&amp;nbsp;command:&lt;/SPAN&gt;&lt;SPAN class="s13"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;#solrctl instancedir --create atlas_configs /opt/cloudera/parcels/CDH/etc/atlas/conf.dist/solr/&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s2"&gt;Check if the following command returns the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s11"&gt;&lt;STRONG&gt;edge_index&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s11"&gt;&lt;STRONG&gt;fulltext_index&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;, and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s11"&gt;&lt;STRONG&gt;vertex_index&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&amp;nbsp;collections:&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s12"&gt;#solrctl collection --list.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;#sample output&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;vertex_index (5)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;edge_index (5)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s12"&gt;fulltext_index (5)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;If it does return the 3 collections above, skip the create commands below. If it does not return the 3 collections above, execute the following commands:&lt;/SPAN&gt;&lt;SPAN class="s12"&gt;#solrctl collection --create edge_index -c atlas_configs -s 1 -r 1 -m 1&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;#solrctl collection --create fulltext_index -c atlas_configs -s 1 -r 1 -m 1&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;#solrctl collection --create vertex_index -c atlas_configs -s 1 -r 1 -m 1&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s1"&gt;Start the Atlas service and bring up the UI.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;For Reference:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&lt;A href="https://my.cloudera.com/knowledge/quotError-from-server-at-httpsolr-hostapacheorg8993solr-Can?id=300885" target="_blank" rel="noopener"&gt;https://my.cloudera.com/knowledge/quotError-from-server-at-httpsolr-hostapacheorg8993solr-Can?id=300885&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&lt;A href="https://community.cloudera.com/t5/Customer/ERROR-quot-Can-not-find-the-specified-config-set-vertex/ta-p/310611" target="_blank" rel="noopener"&gt;https://community.cloudera.com/t5/Customer/ERROR-quot-Can-not-find-the-specified-config-set-vertex/ta-p/310611&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 22 Sep 2021 06:59:23 GMT</pubDate>
    <dc:creator>pkr</dc:creator>
    <dc:date>2021-09-22T06:59:23Z</dc:date>
    <item>
      <title>atlas webui is not accessible</title>
      <link>https://community.cloudera.com/t5/Support-Questions/atlas-webui-is-not-accessible/m-p/324743#M229447</link>
      <description>&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;I am getting the below error on atlas role log, kindly support.&lt;/P&gt;&lt;P&gt;how to know if the &lt;FONT face="terminal,monaco,monospace"&gt;vertex_index&lt;/FONT&gt; exists?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE&gt;GraphBackedSearchIndexer.initialize() failed (GraphBackedSearchIndexer:376)
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://xxxxxxxxxxxxxx:8993/solr: Can not find the specified config set: vertex_index
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:668)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
	at &lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Sun, 19 Sep 2021 19:28:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/atlas-webui-is-not-accessible/m-p/324743#M229447</guid>
      <dc:creator>toninghaywi</dc:creator>
      <dc:date>2021-09-19T19:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: atlas webui is not accessible</title>
      <link>https://community.cloudera.com/t5/Support-Questions/atlas-webui-is-not-accessible/m-p/325040#M229505</link>
      <description>&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Please follow the below mentioned steps whenever you face such issue:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Cloudera Manager provides Atlas action option to initialize Atlas, which creates all the required backend resources HBase table, Solr collection and Kafka topics.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL class="ol1"&gt;&lt;LI&gt;&lt;SPAN class="s1"&gt;Navigate to Atlas from the Cloudera Manager UI.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s1"&gt;Under actions, the&amp;nbsp;&lt;STRONG&gt;Initialize Atlas&lt;/STRONG&gt;&amp;nbsp;option appears. Initiate it; it will create the required resources.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s1"&gt;Once done, verify the Altas UI.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P class="p3"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p4"&gt;&lt;SPAN class="s2"&gt;If the issue is still not resolved, perform the following steps:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p3"&gt;&amp;nbsp;&lt;/P&gt;&lt;OL class="ol1"&gt;&lt;LI&gt;&lt;SPAN class="s1"&gt;Login to Solr host and kinit with Solr principal as follows:&lt;/SPAN&gt;&lt;/LI&gt;&lt;OL class="ol2"&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;# klist -kt /var/run/cloudera-scm-agent/process/XXX-solr-SOLR_SERVER/solr.keytab&lt;BR /&gt;# kinit -kt /var/run/cloudera-scm-agent/process/XXX-solr-SOLR_SERVER/solr.keytab solr/host_name.principal.com@COE.CLOUDERA.COM&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;LI&gt;&lt;SPAN class="s1"&gt;Delete the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;&lt;STRONG&gt;/solr&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;&lt;STRONG&gt;/solr-infra znodes&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;using Zookeeper client. Do the following:&lt;/SPAN&gt;&lt;/LI&gt;&lt;OL class="ol2"&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;#/opt/cloudera/parcels/CDH/bin/zookeeper-client&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;# ls /&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;[solr, solr-infra]&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;# deleteall /solr&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;# deleteall /solr-infra&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;# ls / (should not show any solr or solr-infra znodes)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;While&amp;nbsp;performing&amp;nbsp;the above steps, if you face error&amp;nbsp;as "&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;Authentication is not valid : /solr-infra/security&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;" or "&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;Node not empty&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&amp;nbsp;/solr-infra/security/zkdtsm/ZKDTSMRoot&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;", kindly perform the following steps, or else skip to Step 3.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s1"&gt;Temporarily disable ACL by setting '&lt;/SPAN&gt;&lt;SPAN class="s7"&gt;zookeeper.skipACL=yes&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;' in ZooKeeper's Java Advance configuration in Cloudera Manager&lt;/SPAN&gt;&lt;/LI&gt;&lt;OL class="ol3"&gt;&lt;LI&gt;&lt;SPAN class="s6"&gt;Navigate to&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&lt;STRONG&gt;Cloudera Manager&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&lt;STRONG&gt;Zookeeper Service&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s6"&gt;In Configuration, add '&lt;/SPAN&gt;&lt;SPAN class="s9"&gt;-Dzookeeper.skipACL=yes&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;' to&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&lt;STRONG&gt;Java Configuration Options for Zookeeper Server&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s6"&gt;Restart ZooKeeper with the new configuration. Run the following:&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;#export JAVA_HOME=/usr/java/jdk1.8.0&lt;BR /&gt;#/opt/cloudera/parcels/CDH-X.X.X/lib/solr/server/scripts/cloud-scripts/zkcli.sh -cmd clear -z "localhost:2181" /solr-infra&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;&amp;nbsp;Repeat Step a&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/OL&gt;&lt;LI&gt;&lt;SPAN class="s2"&gt;Stop Solr service&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s2"&gt;Execute&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s11"&gt;&lt;STRONG&gt;Initialize Solr&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&amp;nbsp;action from Solr service.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s2"&gt;Start Solr service&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s2"&gt;Stop the Atlas service&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s2"&gt;Execute&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s11"&gt;&lt;STRONG&gt;Initialize Atlas&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&amp;nbsp;action from Atlas service&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s2"&gt;On Solr host, check if the following command returns the atlas_configs&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s11"&gt;&lt;STRONG&gt;instancedir&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s12"&gt;#solrctl instancedir --list&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;#sample output&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;_default&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;atlas_configs&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;managedTemplate&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;If it returns&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s11"&gt;&lt;STRONG&gt;atlas_configs&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;, skip this&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s11"&gt;&lt;STRONG&gt;create&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;&amp;nbsp;command. If it does not return&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s11"&gt;&lt;STRONG&gt;atlas_configs&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;, execute the following&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s11"&gt;&lt;STRONG&gt;create&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;&amp;nbsp;command:&lt;/SPAN&gt;&lt;SPAN class="s13"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;#solrctl instancedir --create atlas_configs /opt/cloudera/parcels/CDH/etc/atlas/conf.dist/solr/&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s2"&gt;Check if the following command returns the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s11"&gt;&lt;STRONG&gt;edge_index&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s11"&gt;&lt;STRONG&gt;fulltext_index&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;, and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s11"&gt;&lt;STRONG&gt;vertex_index&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;&amp;nbsp;collections:&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s12"&gt;#solrctl collection --list.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;#sample output&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;vertex_index (5)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;edge_index (5)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s12"&gt;fulltext_index (5)&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;If it does return the 3 collections above, skip the create commands below. If it does not return the 3 collections above, execute the following commands:&lt;/SPAN&gt;&lt;SPAN class="s12"&gt;#solrctl collection --create edge_index -c atlas_configs -s 1 -r 1 -m 1&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;#solrctl collection --create fulltext_index -c atlas_configs -s 1 -r 1 -m 1&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s4"&gt;#solrctl collection --create vertex_index -c atlas_configs -s 1 -r 1 -m 1&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class="s1"&gt;Start the Atlas service and bring up the UI.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;For Reference:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&lt;A href="https://my.cloudera.com/knowledge/quotError-from-server-at-httpsolr-hostapacheorg8993solr-Can?id=300885" target="_blank" rel="noopener"&gt;https://my.cloudera.com/knowledge/quotError-from-server-at-httpsolr-hostapacheorg8993solr-Can?id=300885&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&lt;A href="https://community.cloudera.com/t5/Customer/ERROR-quot-Can-not-find-the-specified-config-set-vertex/ta-p/310611" target="_blank" rel="noopener"&gt;https://community.cloudera.com/t5/Customer/ERROR-quot-Can-not-find-the-specified-config-set-vertex/ta-p/310611&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 06:59:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/atlas-webui-is-not-accessible/m-p/325040#M229505</guid>
      <dc:creator>pkr</dc:creator>
      <dc:date>2021-09-22T06:59:23Z</dc:date>
    </item>
  </channel>
</rss>

