<?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>topic Re: IP number change in Dynatrace Managed Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/IP-number-change/m-p/27246#M575</link>
    <description>&lt;P&gt;It is worked with me as well. &lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 09 Apr 2019 10:32:34 GMT</pubDate>
    <dc:creator>amr_fahmy</dc:creator>
    <dc:date>2019-04-09T10:32:34Z</dc:date>
    <item>
      <title>IP number change</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/IP-number-change/m-p/27241#M570</link>
      <description>&lt;P&gt;What happens if a node changes IP number? He has to be installed again&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 10:48:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/IP-number-change/m-p/27241#M570</guid>
      <dc:creator>henk_stobbe</dc:creator>
      <dc:date>2017-06-01T10:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: IP number change</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/IP-number-change/m-p/27242#M571</link>
      <description>&lt;P&gt;Unfortunately, we do not support that currently. In case that happens, you need to reinstall a node so the new network configuration is applied across all cluster nodes. &lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 08:32:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/IP-number-change/m-p/27242#M571</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2017-06-02T08:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: IP number change</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/IP-number-change/m-p/27243#M572</link>
      <description>&lt;P&gt;Here are the instructions to 'fix' a node that lives on a box with a change in IP:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Change directory to the directory containing the Dynatrace Managed install (i.e., /opt/dynatrace-managed)&lt;BR /&gt;&lt;STRONG&gt;cd /opt/dynatrace-managed/&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Run this command to find all files with the 'old' IP address (replace &amp;lt;OLD_IP_ADDRESS&amp;gt; with the old IP address, like 192.168.137.150)&lt;BR /&gt;&lt;STRONG&gt;find . -type f -exec grep -H &amp;lt;OLD_IP_ADDRESS&amp;gt; {} \;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;You should see an output.&lt;/LI&gt;
&lt;LI&gt;Run this command to replace the old IP with the new (make sure this time it's STATIC) IP address:&lt;BR /&gt;&lt;STRONG&gt;find ./ -type f -exec sed -i 's/&amp;lt;OLD_IP_ADDRESS&amp;gt;/&amp;lt;NEW_IP_ADDRESS&amp;gt;/' {} \;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;For example, if the intentions is to change the node's IP from 192.168.137.150 to 192.168.1.127, the command would look like this:&lt;BR /&gt;&lt;STRONG&gt;find ./ -type f -exec sed -i s/192.168.137.150/192.168.1.127/' {} \;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Once the command is done executing, verify it was successful by using the original search command with the new IP:&lt;BR /&gt;&lt;STRONG&gt;find . -type f -exec -H &amp;lt;NEW_IP_ADDRESS&amp;gt; {} \;&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;Again, replacing &amp;lt;NEW_IP_ADDRESS&amp;gt; with your new IP, e.g., 192.168.1.127&lt;/LI&gt;
&lt;LI&gt;Start the node using the /opt/dynatrace-managed/launcher/dynatrace.sh script&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 11 Apr 2023 08:48:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/IP-number-change/m-p/27243#M572</guid>
      <dc:creator>kia_forooghi</dc:creator>
      <dc:date>2023-04-11T08:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: IP number change</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/IP-number-change/m-p/27244#M573</link>
      <description>&lt;P&gt;Have you verified it works? There might be also some database changes required.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2018 07:39:52 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/IP-number-change/m-p/27244#M573</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2018-02-14T07:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: IP number change</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/IP-number-change/m-p/27245#M574</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://answers.dynatrace.com/users/5499/view.html" nodeid="5499"&gt;@Radoslaw S.&lt;/A&gt; and &lt;A rel="user" href="https://answers.dynatrace.com/users/3246/view.html" nodeid="3246"&gt;@Kia F.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I've just did this, and it worked.&lt;/P&gt;&lt;P&gt;Do you think there could be any repercussion?&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Dec 2018 23:13:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/IP-number-change/m-p/27245#M574</guid>
      <dc:creator>ernesto_rueda</dc:creator>
      <dc:date>2018-12-19T23:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: IP number change</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/IP-number-change/m-p/27246#M575</link>
      <description>&lt;P&gt;It is worked with me as well. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Apr 2019 10:32:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/IP-number-change/m-p/27246#M575</guid>
      <dc:creator>amr_fahmy</dc:creator>
      <dc:date>2019-04-09T10:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: IP number change</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/IP-number-change/m-p/224702#M2815</link>
      <description>&lt;P&gt;Hey,&lt;BR /&gt;&lt;BR /&gt;I will share my experiences with following these steps in case there is somebody out there about to do these changes.&lt;BR /&gt;&lt;BR /&gt;While Dynatrace server was functional with the new IP address, I encountered issues with update and installer packages. It seems like the old IP address might be hard coded into the packages, which caused issues with Dynatrace updates.&lt;BR /&gt;&lt;BR /&gt;I got the following error after automatic Managed update attempts:&lt;BR /&gt;Cannot check Elasticsearch indices on Dynatrace cluster nodes. Error: Failed to send GET request to http://&amp;lt;Old IP address&amp;gt;:9200/_all/_settings/index.version.created&lt;BR /&gt;&lt;BR /&gt;I then decided to install another cluster node in the new network alongside the old one as an intended workaround to get the updates working. When running the Managed installer on the new node, I got another timeout caused by a request to the old IP address that was no longer in use, failing the installation.&lt;BR /&gt;&lt;BR /&gt;I did not want to go through checking and/or modifying the installer packages in case the IP was hard coded in them. I ended up running the script above again with IP addresses in reverse and moving the original node back to the old network, then opening the required ports between the two nodes that were now in different networks. This restored the functionality of Managed updates and installations.&lt;BR /&gt;&lt;BR /&gt;While Managed server itself was functional after the commands, I would still highly recommend doing the network switch the supported way.&lt;BR /&gt;&lt;BR /&gt;Br,&lt;BR /&gt;Lauri&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 05:18:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/IP-number-change/m-p/224702#M2815</guid>
      <dc:creator>Lauri-J</dc:creator>
      <dc:date>2023-10-06T05:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: IP number change</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/IP-number-change/m-p/224721#M2817</link>
      <description>&lt;P&gt;Hey,&lt;BR /&gt;&lt;BR /&gt;I will share my experiences with following these steps in case there is somebody out there about to do these changes.&lt;BR /&gt;&lt;BR /&gt;While Dynatrace server was functional with the new IP address, I encountered issues with update and installer packages. It seems like the old IP address might be hard coded into the packages, which caused issues with Dynatrace updates.&lt;BR /&gt;&lt;BR /&gt;I got the following error after automatic Managed update attempts:&lt;BR /&gt;Cannot check Elasticsearch indices on Dynatrace cluster nodes. Error: Failed to send GET request to http://&amp;lt;Old IP address&amp;gt;:9200/_all/_settings/index.version.created&lt;BR /&gt;&lt;BR /&gt;I then decided to install another cluster node in the new network alongside the old one as an intended workaround to get the updates working. When running the Managed installer on the new node, I got another timeout caused by a request to the old IP address that was no longer in use, failing the installation.&lt;BR /&gt;&lt;BR /&gt;I did not want to go through checking and/or modifying the installer packages in case the IP was hard coded in them. I ended up running the script above again with IP addresses in reverse and moving the original node back to the old network, then opening the required ports between the two nodes that were now in different networks. This restored the functionality of Managed updates and installations.&lt;BR /&gt;&lt;BR /&gt;While Managed server was functional after running the commands above, I would still highly recommend doing the network switch the supported way to get the latest updates and being able to install more cluster nodes.&lt;BR /&gt;&lt;BR /&gt;Br,&lt;BR /&gt;Lauri&lt;/P&gt;</description>
      <pubDate>Fri, 06 Oct 2023 09:01:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/IP-number-change/m-p/224721#M2817</guid>
      <dc:creator>Lauri-J</dc:creator>
      <dc:date>2023-10-06T09:01:31Z</dc:date>
    </item>
  </channel>
</rss>

