<?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: How can we install Dynatrace Managed while bypassing connection to Mission Control in Dynatrace Managed Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-can-we-install-Dynatrace-Managed-while-bypassing-connection/m-p/66216#M894</link>
    <description>&lt;P&gt;Hello &lt;A rel="user" href="https://answers.dynatrace.com/users/22724/view.html" nodeid="22724"&gt;@Scott W.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am going through with the same situation to one of our cluster node. If I get any success then will share with you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Babar&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 28 Jan 2019 11:09:39 GMT</pubDate>
    <dc:creator>Babar_Qayyum</dc:creator>
    <dc:date>2019-01-28T11:09:39Z</dc:date>
    <item>
      <title>How can we install Dynatrace Managed while bypassing connection to Mission Control</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-can-we-install-Dynatrace-Managed-while-bypassing-connection/m-p/66209#M887</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;For DT Manage Installation on RHEL 7.4 , I need to bypass the connection to Mission control so that I can complete installation and provide the proxy details later in CMC for connection to Mission control.&lt;/P&gt;&lt;P&gt;Please confirm if it is possible or not to bypass Mission control connection during install&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Himanshu Mor&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 15:10:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-can-we-install-Dynatrace-Managed-while-bypassing-connection/m-p/66209#M887</guid>
      <dc:creator>hmor3</dc:creator>
      <dc:date>2018-04-26T15:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can we install Dynatrace Managed while bypassing connection to Mission Control</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-can-we-install-Dynatrace-Managed-while-bypassing-connection/m-p/66210#M888</link>
      <description>&lt;P&gt;You can't bypass the connection to mission control. But why not enter the proxy during installation?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 15:20:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-can-we-install-Dynatrace-Managed-while-bypassing-connection/m-p/66210#M888</guid>
      <dc:creator>pahofmann</dc:creator>
      <dc:date>2018-04-26T15:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can we install Dynatrace Managed while bypassing connection to Mission Control</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-can-we-install-Dynatrace-Managed-while-bypassing-connection/m-p/66211#M889</link>
      <description>&lt;P&gt;Hello Patrick,&lt;/P&gt;&lt;P&gt;Thanks for confirming that bypass connection to MC is not possible.&lt;/P&gt;&lt;P&gt;I am trying to download via below option as proxy has user/password authentication but it is not working on my RHEL 7 host&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wget -O dynatrace-managed.sh -e use_proxy=yes -e http_proxy=http://username:password@proxy_host:proxy_port&lt;/P&gt;&lt;P&gt;Let me know if you can help about wget via user/password authenticated proxy.&lt;/P&gt;&lt;P&gt;However same proxy is working on a windows machine in same subnet.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Himanshu Mor&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 07:21:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-can-we-install-Dynatrace-Managed-while-bypassing-connection/m-p/66211#M889</guid>
      <dc:creator>hmor3</dc:creator>
      <dc:date>2018-04-27T07:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: How can we install Dynatrace Managed while bypassing connection to Mission Control</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-can-we-install-Dynatrace-Managed-while-bypassing-connection/m-p/66212#M890</link>
      <description>&lt;P&gt;I've done this before by setting the proxy in /etc/wgetrc&lt;/P&gt;&lt;P&gt;https://stackoverflow.com/questions/11211705/setting-proxy-in-wget&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 07:51:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-can-we-install-Dynatrace-Managed-while-bypassing-connection/m-p/66212#M890</guid>
      <dc:creator>pahofmann</dc:creator>
      <dc:date>2018-04-27T07:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can we install Dynatrace Managed while bypassing connection to Mission Control</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-can-we-install-Dynatrace-Managed-while-bypassing-connection/m-p/66213#M891</link>
      <description>&lt;P&gt;Thanks Patrick for confirming that process followed by me is correct! I have tried the same by using wgetrc as well as via command line but its not working for me.&lt;/P&gt;&lt;P&gt;Then it appears to be some issue at the proxy side, I am troubleshooting the same with Security team  and I will update once resolved.&lt;/P&gt;&lt;P&gt;Thanks for your quick help on this!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 07:57:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-can-we-install-Dynatrace-Managed-while-bypassing-connection/m-p/66213#M891</guid>
      <dc:creator>hmor3</dc:creator>
      <dc:date>2018-04-27T07:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can we install Dynatrace Managed while bypassing connection to Mission Control</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-can-we-install-Dynatrace-Managed-while-bypassing-connection/m-p/66214#M892</link>
      <description>&lt;P&gt;I have a similar issue. I was able to install Dynatrace on the primary cluster seed node. But now, when I try to install a new cluster node using a proxy I get "Cannot connect to Cassandra and Elasticsearch ports on seed node". Console output:&lt;/P&gt;&lt;P&gt;/bin/sh managed-installer.sh --seed-auth XeQs-88ETTqGcWnWg1RHe --network-proxy https://10.178.8.131:3128&lt;/P&gt;&lt;P&gt;Starting Dynatrace 1.158.117.20190104-104301 installer ...              OK&lt;/P&gt;&lt;P&gt;Verifying system compatibility ...                                      OK&lt;/P&gt;&lt;P&gt;Verifying RAM size ...                                                  OK&lt;/P&gt;&lt;P&gt;Type the full path to your directory for Dynatrace binaries&lt;BR /&gt;[/opt/dynatrace-managed]?&lt;/P&gt;&lt;P&gt;Type the full path to your directory for Dynatrace data&lt;BR /&gt;[/var/opt/dynatrace-managed]?&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Verifying disk space ...                                                OK&lt;/P&gt;&lt;P&gt;Network proxy used for this installation: https://10.178.8.131:3128&lt;BR /&gt;Testing connection to Dynatrace Mission Control ...                     OK&lt;/P&gt;&lt;P&gt;Verifying system connectivity ...                                       OK&lt;/P&gt;&lt;P&gt;Testing connection to Dynatrace cluster ...                             OK&lt;/P&gt;&lt;P&gt;Preparing Dynatrace cluster for extension ...&lt;/P&gt;&lt;P&gt;Installation failed, with status: system verified after 53 seconds.&lt;BR /&gt;Exit code: 3&lt;/P&gt;&lt;P&gt;Errors:&lt;/P&gt;&lt;P&gt;Cannot connect to Cassandra ports on seed node: 7000, 9042&lt;/P&gt;&lt;P&gt;Cannot connect to Elasticsearch ports on seed node: 9200, 9300&lt;/P&gt;&lt;P&gt;More details in log file: "/var/log/dynatrace/install.log"&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 26 Jan 2019 20:01:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-can-we-install-Dynatrace-Managed-while-bypassing-connection/m-p/66214#M892</guid>
      <dc:creator>scott_williamso</dc:creator>
      <dc:date>2019-01-26T20:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can we install Dynatrace Managed while bypassing connection to Mission Control</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-can-we-install-Dynatrace-Managed-while-bypassing-connection/m-p/66215#M893</link>
      <description>&lt;P&gt;Not related to mission control, I would ask this as a new question.&lt;/P&gt;&lt;P&gt;Most likely problem is a firewall blocking traffic between the nodes on the mentioned ports.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jan 2019 10:49:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-can-we-install-Dynatrace-Managed-while-bypassing-connection/m-p/66215#M893</guid>
      <dc:creator>pahofmann</dc:creator>
      <dc:date>2019-01-28T10:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: How can we install Dynatrace Managed while bypassing connection to Mission Control</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-can-we-install-Dynatrace-Managed-while-bypassing-connection/m-p/66216#M894</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://answers.dynatrace.com/users/22724/view.html" nodeid="22724"&gt;@Scott W.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am going through with the same situation to one of our cluster node. If I get any success then will share with you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Babar&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jan 2019 11:09:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-can-we-install-Dynatrace-Managed-while-bypassing-connection/m-p/66216#M894</guid>
      <dc:creator>Babar_Qayyum</dc:creator>
      <dc:date>2019-01-28T11:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can we install Dynatrace Managed while bypassing connection to Mission Control</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-can-we-install-Dynatrace-Managed-while-bypassing-connection/m-p/66217#M895</link>
      <description>&lt;P&gt;So what was the verdict on this? Was something changed on the proxy end? I am facing a similar issue as well with this at my customer end&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;TK&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Oct 2019 16:15:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/How-can-we-install-Dynatrace-Managed-while-bypassing-connection/m-p/66217#M895</guid>
      <dc:creator>Thusanthan_Kann</dc:creator>
      <dc:date>2019-10-09T16:15:12Z</dc:date>
    </item>
  </channel>
</rss>

