<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Add a new cluster node | Dynatrace help</title>
    <description></description>
    <link>https://www.dynatrace.com/support/help/</link>
    <atom:link href="https://www.dynatrace.com/support/help/setup-and-configuration/dynatrace-managed/installation/add-a-new-cluster-node/feed.xml" rel="self" type="application/rss+xml"/>
    <lastBuildDate>Fri, 18 Oct 2019 07:17:18 +0200</lastBuildDate>
    <pubDate>Mon, 08 Apr 2019 13:05:46 +0200</pubDate>
    <generator>Metalsmith v2.3.0</generator>
    <item>
      <title>Add a new cluster node updated on Mon, 08 Apr 2019 13:05:46 +0200</title>
      <description>&lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt;: Following removal of an existing cluster node, you must wait 72 hours before installing a new node on a host that shares the same IP (i.e., when re-installing on the same host).&lt;/p&gt;
&lt;p&gt;To add a new node to your Dynatrace Managed cluster:&lt;/p&gt;
&lt;div class=&quot;step&quot;&gt;
&lt;p&gt;Log into your Dynatrace Managed Cluster Management Console.&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;step&quot;&gt;
&lt;p&gt;From the navigation menu, select &lt;strong&gt;Home&lt;/strong&gt; to go to the &lt;strong&gt;Dynatrace Managed deployment status&lt;/strong&gt; page.&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;step&quot;&gt;
&lt;p&gt;Click &lt;strong&gt;Add new cluster node&lt;/strong&gt;.&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;step&quot;&gt;
&lt;p&gt;Copy the &lt;code&gt;wget&lt;/code&gt; command line from the &lt;strong&gt;Run this command on the target host&lt;/strong&gt; text box.&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;step&quot;&gt;
&lt;p&gt;Paste the &lt;code&gt;wget&lt;/code&gt; command line into your terminal window.&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;step&quot;&gt;
&lt;p&gt;Run the installer. You need root rights to install Dynatrace Managed. You can use &lt;code&gt;su&lt;/code&gt;  or &lt;code&gt;sudo&lt;/code&gt;  to run the installation script. To do this, type one of the following commands into the directory where you downloaded the installation script.&lt;/p&gt;
&lt;section class=&quot;expandable expandable--separated&quot; id=&quot;expand-141if-youre-on-an-ubuntu-server&quot;&gt;
&lt;a class=&quot;expandable__trigger&quot; href=&quot;#expand-141if-youre-on-an-ubuntu-server&quot;&gt;If you&amp;apos;re on an Ubuntu Server&lt;/a&gt;
&lt;article class=&quot;expandable__content&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-text&quot;&gt;sudo /bin/sh dynatrace-managed-installer.sh
&lt;/code&gt;&lt;/pre&gt;
&lt;/article&gt;
&lt;/section&gt;
&lt;section class=&quot;expandable expandable--separated&quot; id=&quot;expand-142if-youre-using-red-hat-enterprise-linux&quot;&gt;
&lt;a class=&quot;expandable__trigger&quot; href=&quot;#expand-142if-youre-using-red-hat-enterprise-linux&quot;&gt;If you&amp;apos;re using Red Hat Enterprise Linux&lt;/a&gt;
&lt;article class=&quot;expandable__content&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-text&quot;&gt;su -c &amp;apos;/bin/sh dynatrace-managed-installer.sh&amp;apos;
&lt;/code&gt;&lt;/pre&gt;
&lt;/article&gt;
&lt;/section&gt;
&lt;section class=&quot;expandable expandable--separated&quot; id=&quot;expand-143if-you-start-a-root-session&quot;&gt;
&lt;a class=&quot;expandable__trigger&quot; href=&quot;#expand-143if-you-start-a-root-session&quot;&gt;If you start a root session:&lt;/a&gt;
&lt;article class=&quot;expandable__content&quot;&gt;&lt;pre&gt;&lt;code class=&quot;language-text&quot;&gt;/bin/sh dynatrace-managed-installer.sh
&lt;/code&gt;&lt;/pre&gt;
&lt;/article&gt;
&lt;/section&gt;
&lt;section class=&quot;expandable expandable--separated&quot; id=&quot;expand-144what-if-my-company-uses-a-privilege-management-system-other-than-sudo&quot;&gt;
&lt;a class=&quot;expandable__trigger&quot; href=&quot;#expand-144what-if-my-company-uses-a-privilege-management-system-other-than-sudo&quot;&gt;What if my company uses a privilege management system other than sudo?&lt;/a&gt;
&lt;article class=&quot;expandable__content&quot;&gt;&lt;p&gt;Following these steps you can install Dynatrace Managed by specifying the user and the command that replaces &lt;code&gt;sudo&lt;/code&gt;. For example:&lt;/p&gt;
&lt;pre&gt;&lt;code class=&quot;language-text&quot;&gt;/bin/sh dynatrace-managed-installer.sh --system-user dynatrace:dynatrace --sudo-cmd  &amp;quot;/usr/bin/pbrun \$CMD&amp;quot;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Additionally, for maintenance purposes, please consider adding scripts from the locations below:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;/opt/dynatrace-managed/uninstall-dynatrace.sh&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;/opt/dynatrace-managed/launcher/*&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;/opt/dynatrace-managed/utils/*&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You might, for example, want to stop all Dynatrace Managed processes running on a node.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;pbrun /opt/dynatrace-managed/launcher/dynatrace.sh stop&lt;/code&gt;&lt;/p&gt;
&lt;/article&gt;
&lt;/section&gt;

&lt;/div&gt;
&lt;div class=&quot;step&quot;&gt;
&lt;p&gt;Type &lt;strong&gt;Accept&lt;/strong&gt; if you agree to the Dynatrace Managed &lt;a href=&quot;https://www.dynatrace.com/eula/managed/&quot;&gt;Terms of use&lt;/a&gt;. Installation won&amp;apos;t continue until you complete this step. To quit installation, press &lt;code&gt;Ctrl+C&lt;/code&gt;.&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;step&quot;&gt;
&lt;p&gt;The Dynatrace Managed installer works in interactive mode. It displays prompts for values like the installation path and user account. You can accept the default values by pressing &lt;code&gt;Enter&lt;/code&gt;. To override the settings, type your choices in the terminal and press &lt;code&gt;Enter&lt;/code&gt;.&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;step&quot;&gt;
&lt;p&gt;Once installation on the node is complete, click &lt;strong&gt;Back&lt;/strong&gt; to return to your Cluster Management Console home page. After some time, you&amp;apos;ll see that the new node is connected.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; The newly added node is only visible when full sync is completed. This can take a couple of hours.&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;callout&quot;&gt;
&lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt;:&lt;br&gt;
You can add a new node by following the same procedure as explained for &lt;a href=&quot;https://www.dynatrace.com/support/help/setup-and-configuration/dynatrace-managed/installation/set-up-a-cluster/&quot;&gt;installation of the first node&lt;/a&gt; in your cluster. The only difference is that when you copy the &lt;code&gt;wget&lt;/code&gt; command from the email, the installer asks you during installation whether or not you want to add the node to an existing cluster (if so, you have to enter the IP address of an existing cluster node) or if you intend to set up a new cluster. You can alternatively use the &lt;code&gt;--seed-auth&lt;/code&gt; parameter to skip this step. In this way, the newly created node will be automatically added to the existing cluster.&lt;/p&gt;

&lt;/div&gt;

</description>
      <pubDate>Mon, 08 Apr 2019 13:05:46 +0200</pubDate>
      <link>https://www.dynatrace.com/support/help/setup-and-configuration/dynatrace-managed/installation/add-a-new-cluster-node/?updated=mon-08-apr-2019-13-05-46-0200</link>
      <guid isPermaLink="true">https://www.dynatrace.com/support/help/setup-and-configuration/dynatrace-managed/installation/add-a-new-cluster-node/</guid>
    </item>
  </channel>
</rss>