<?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 ActiveGate hostname: how is it decided, and can it be configured? in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-hostname-how-is-it-decided-and-can-it-be-configured/m-p/272920#M36028</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;We are deploying ActiveGates in AWS, and they get the less meaningful ip-1123-123-123-123- names. Is it possible to somehow control their naming, or where do they get their name from?&lt;/P&gt;
&lt;P&gt;I tried altering the server's hostname before installing it, but it still picks the private DNS name.&lt;/P&gt;
&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
    <pubDate>Fri, 21 Mar 2025 13:25:17 GMT</pubDate>
    <dc:creator>tarjei_utnes1</dc:creator>
    <dc:date>2025-03-21T13:25:17Z</dc:date>
    <item>
      <title>ActiveGate hostname: how is it decided, and can it be configured?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-hostname-how-is-it-decided-and-can-it-be-configured/m-p/272920#M36028</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;We are deploying ActiveGates in AWS, and they get the less meaningful ip-1123-123-123-123- names. Is it possible to somehow control their naming, or where do they get their name from?&lt;/P&gt;
&lt;P&gt;I tried altering the server's hostname before installing it, but it still picks the private DNS name.&lt;/P&gt;
&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Mar 2025 13:25:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-hostname-how-is-it-decided-and-can-it-be-configured/m-p/272920#M36028</guid>
      <dc:creator>tarjei_utnes1</dc:creator>
      <dc:date>2025-03-21T13:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: ActiveGate hostname how is it decided, and can it be configured?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-hostname-how-is-it-decided-and-can-it-be-configured/m-p/272972#M36032</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/23907"&gt;@tarjei_utnes1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please check this post?&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.dynatrace.com/t5/Container-platforms/Rename-dynakube-activegate-0/m-p/237489" target="_blank"&gt;Solved: Rename dynakube-activegate-0 - Dynatrace Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;János&lt;/P&gt;</description>
      <pubDate>Wed, 19 Mar 2025 16:10:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-hostname-how-is-it-decided-and-can-it-be-configured/m-p/272972#M36032</guid>
      <dc:creator>Mizső</dc:creator>
      <dc:date>2025-03-19T16:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: ActiveGate hostname how is it decided, and can it be configured?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-hostname-how-is-it-decided-and-can-it-be-configured/m-p/273385#M36105</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;This is not kubernetes deployments but deployments on VMs. But thank you for the suggestion!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Mar 2025 08:23:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-hostname-how-is-it-decided-and-can-it-be-configured/m-p/273385#M36105</guid>
      <dc:creator>tarjei_utnes1</dc:creator>
      <dc:date>2025-03-25T08:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: ActiveGate hostname: how is it decided, and can it be configured?</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-hostname-how-is-it-decided-and-can-it-be-configured/m-p/298399#M38963</link>
      <description>&lt;P&gt;When the ActiveGate starts it determines its name by doing a reverse lookup on the primary IP.&amp;nbsp; To change the name the ActiveGate sees, update /etc/hosts locally or if you have a route53 domain configured, add an A record for the host.&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;PRE&gt;ubuntu@ip-10-0-4-119:~$ getent hosts 10.0.4.119&lt;BR /&gt;10.0.4.119 ip-10-0-4-119.ec2.internal&lt;BR /&gt;&lt;BR /&gt;ubuntu@ip-10-0-4-119:~$ echo "10.0.4.119 dynatrace-ag" | sudo tee -a /etc/hosts&lt;BR /&gt;10.0.4.119 dynatrace-ag&lt;BR /&gt;&lt;BR /&gt;ubuntu@ip-10-0-4-119:~$ getent hosts 10.0.4.119&lt;BR /&gt;10.0.4.119 dynatrace-ag&lt;/PRE&gt;&lt;P&gt;This results in the correct name after AG restart.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ljonsson_0-1777227223073.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32874i3AF536D80C17C659/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ljonsson_0-1777227223073.png" alt="ljonsson_0-1777227223073.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/Lars J.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Apr 2026 18:35:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/ActiveGate-hostname-how-is-it-decided-and-can-it-be-configured/m-p/298399#M38963</guid>
      <dc:creator>ljonsson</dc:creator>
      <dc:date>2026-04-26T18:35:22Z</dc:date>
    </item>
  </channel>
</rss>

