<?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 Clean up unreachable zookeeper server in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Clean-up-unreachable-zookeeper-server/m-p/206420#M68849</link>
    <description>&lt;P&gt;Hi all!&lt;BR /&gt;We had an HDF cluster with 6 servers. We accedentally removed  servers for OS reinstallation where we had zookeeper servers installed. Now the zookeeper is broken and we cannot use nifi either. &lt;/P&gt;&lt;P&gt;Can you please help us remove the remainings of old servers from zookeeper's configurations and move it to remaining 3 servers.&lt;/P&gt;&lt;P&gt;thanks in advance!&lt;/P&gt;</description>
    <pubDate>Tue, 03 Oct 2017 11:09:23 GMT</pubDate>
    <dc:creator>a_gulshani</dc:creator>
    <dc:date>2017-10-03T11:09:23Z</dc:date>
    <item>
      <title>Clean up unreachable zookeeper server</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Clean-up-unreachable-zookeeper-server/m-p/206420#M68849</link>
      <description>&lt;P&gt;Hi all!&lt;BR /&gt;We had an HDF cluster with 6 servers. We accedentally removed  servers for OS reinstallation where we had zookeeper servers installed. Now the zookeeper is broken and we cannot use nifi either. &lt;/P&gt;&lt;P&gt;Can you please help us remove the remainings of old servers from zookeeper's configurations and move it to remaining 3 servers.&lt;/P&gt;&lt;P&gt;thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 11:09:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Clean-up-unreachable-zookeeper-server/m-p/206420#M68849</guid>
      <dc:creator>a_gulshani</dc:creator>
      <dc:date>2017-10-03T11:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Clean up unreachable zookeeper server</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Clean-up-unreachable-zookeeper-server/m-p/206421#M68850</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/31160/agulshani.html" nodeid="31160"&gt;@Gulshan Agivetova&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;To remove the zookeeper service from the cluster, the simple method is to use the REST API and have the zookeeper service restarted.&lt;/P&gt;&lt;P&gt;Command to remove the service: &lt;/P&gt;&lt;PRE&gt;curl -i -u admin:admin -H "X-Requested-By: ambari" -X DELETE &lt;A href="http://&amp;lt;ambari-Server&amp;gt;:&amp;lt;ambari-port&amp;gt;/api/v1/clusters/&amp;lt;cluster-name&amp;gt;/hosts/&amp;lt;fully_qualified_host_name(to_be_removed)&amp;gt;/host_components/ZOOKEEPER_SERVER" target="_blank"&gt;http://&amp;lt;ambari-Server&amp;gt;:&amp;lt;ambari-port&amp;gt;/api/v1/clusters/&amp;lt;cluster-name&amp;gt;/hosts/&amp;lt;fully_qualified_host_name(to_be_removed)&amp;gt;/host_components/ZOOKEEPER_SERVER&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;I presume, at least other hosts are alive in zookeeper quorum(to retain the data).&lt;/P&gt;&lt;P&gt;On the other Note, it is always good to have odd number of zookeeper nodes in cluster, hence you can add a new zookeeper server by doing&lt;/P&gt;&lt;PRE&gt;Go to Hosts in Ambari -&amp;gt; select the new node to be installed with zookeeper Server -&amp;gt; click on Components Add+ -&amp;gt; select Zookeeper Server and install.(same for ZOOKEEPER_CLIENT)&lt;/PRE&gt;&lt;P&gt;Hope this helps! &lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 12:55:25 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Clean-up-unreachable-zookeeper-server/m-p/206421#M68850</guid>
      <dc:creator>bkosaraju</dc:creator>
      <dc:date>2017-10-03T12:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Clean up unreachable zookeeper server</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Clean-up-unreachable-zookeeper-server/m-p/206422#M68851</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/31160/agulshani.html" nodeid="31160"&gt;@Gulshan Agivetova&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;To remove the zookeeper service from the cluster, the simple method is to use the REST API and have the zookeeper service restarted.&lt;/P&gt;&lt;P&gt;Command to remove the service: &lt;/P&gt;&lt;PRE&gt;curl -i -u admin:admin -H "X-Requested-By: ambari" -X DELETE &lt;A href="http://&amp;lt;ambari-Server&amp;gt;:&amp;lt;ambari-port&amp;gt;/api/v1/clusters/&amp;lt;cluster-name&amp;gt;/hosts/&amp;lt;fully_qualified_host_name(to_be_removed)&amp;gt;/host_components/ZOOKEEPER_SERVER" target="_blank"&gt;http://&amp;lt;ambari-Server&amp;gt;:&amp;lt;ambari-port&amp;gt;/api/v1/clusters/&amp;lt;cluster-name&amp;gt;/hosts/&amp;lt;fully_qualified_host_name(to_be_removed)&amp;gt;/host_components/ZOOKEEPER_SERVER&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;I presume, at least other hosts are alive in zookeeper quorum(to retain the data).&lt;/P&gt;&lt;P&gt;On the other Note, it is always good to have odd number of zookeeper nodes in cluster, hence you can add a new zookeeper server by doing&lt;/P&gt;&lt;PRE&gt;Go to Hosts in Ambari -&amp;gt; select the new node to be installed with zookeeper Server -&amp;gt; click on Components Add+ -&amp;gt; select Zookeeper Server and install.(same for ZOOKEEPER_CLIENT)&lt;/PRE&gt;&lt;P&gt;Hope this helps! &lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 12:55:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Clean-up-unreachable-zookeeper-server/m-p/206422#M68851</guid>
      <dc:creator>bkosaraju</dc:creator>
      <dc:date>2017-10-03T12:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Clean up unreachable zookeeper server</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Clean-up-unreachable-zookeeper-server/m-p/206423#M68852</link>
      <description>&lt;P&gt;Hi, @&lt;A href="https://community.hortonworks.com/users/15193/bkosaraju.html"&gt;bkosaraju&lt;/A&gt;!! &lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;&lt;P&gt;It helped! &lt;/P&gt;&lt;P&gt;We managed to remove zookeeper server from unreachable server! &lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help and quick reply!! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; You made our day! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2017 13:51:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Clean-up-unreachable-zookeeper-server/m-p/206423#M68852</guid>
      <dc:creator>a_gulshani</dc:creator>
      <dc:date>2017-10-03T13:51:56Z</dc:date>
    </item>
  </channel>
</rss>

