<?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: AppDynamics Platform Installation on AWS EC2 Instance in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-Platform-Installation-on-AWS-EC2-Instance/m-p/737302#M10333</link>
    <description>&lt;P&gt;Hi Christian&lt;/P&gt;

&lt;P&gt;Please follow these steps&lt;/P&gt;
&lt;P&gt;1) Stop the Enterprise console:&lt;BR /&gt;&amp;lt;platform-home&amp;gt;/platform-admin/bin/platform-admin.sh stop-platform-admin&lt;BR /&gt;2) Navigate conf directory:&lt;BR /&gt;&amp;lt;platform-home&amp;gt;/platform-admin/bin/conf&lt;BR /&gt;and take a backup of the PlatformAdminApplication.yml file before making the changes&lt;BR /&gt;3) Update the PlatformAdminApplication.yml file to change the value of port 9191​ to whichever new port you wish.&lt;BR /&gt;NOTE: There would be two occurrences for the parameter port​.&lt;/P&gt;
&lt;P&gt;Change it in 2 two places in the file&lt;BR /&gt;&lt;BR /&gt;server:&lt;BR /&gt;type: simple&lt;BR /&gt;connector:&lt;BR /&gt;type: http&lt;BR /&gt;port: &lt;STRONG&gt;9191&lt;/STRONG&gt;&amp;nbsp;&lt;BR /&gt;...&lt;BR /&gt;paClient:&lt;BR /&gt;timeout: 30m&lt;BR /&gt;connectionTimeout: 30s&lt;BR /&gt;serverHost: servername&lt;BR /&gt;port: &lt;STRONG&gt;9191&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;4) Start the Enterprise Console service&lt;BR /&gt;&amp;lt;platform-home&amp;gt;/platform-admin/bin/platform-admin.sh start-platform-admin&lt;/P&gt;

&lt;P&gt;Ciao&lt;/P&gt;</description>
    <pubDate>Tue, 30 Mar 2021 05:46:22 GMT</pubDate>
    <dc:creator>Morelz</dc:creator>
    <dc:date>2021-03-30T05:46:22Z</dc:date>
    <item>
      <title>AppDynamics Platform Installation on AWS EC2 Instance</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-Platform-Installation-on-AWS-EC2-Instance/m-p/737296#M10327</link>
      <description>&lt;P&gt;I want to set up an on-prem AppD Platform according to this tutorial:&amp;nbsp;&lt;A href="https://github.com/sherifadel90/AppDynamicsPoVReadyLab" target="_blank" rel="noopener nofollow noreferrer"&gt;https://github.com/sherifadel90/AppDynamicsPoVReadyLab&lt;/A&gt;&amp;nbsp;(see Steps 1-3)&lt;/P&gt;&lt;P&gt;After unzipping and installing the&amp;nbsp;&lt;SPAN&gt;Enterprise Console - 64-bit Linux(sh) on my AWS instance&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;sudo su
 ./platform-setup-x64-linux-20.x.x.x.sh&lt;/PRE&gt;&lt;P&gt;with inputing the below&lt;/P&gt;&lt;PRE&gt;I accept the agreement: 1
Where should AppDynamics Enterprise Console be installed?: /usr/local/appdynamics/platform
Database Root User Password: AppD123
Database Port: 3377 (default)
Enterprise Console Database Password: AppD123
Enable Https Connection: n
Enterprise Console Host Name: In case of AWS, Enter the public DNS name of the lab EC2 instance
Enterprise Console Port: 9191 (default)
Enterprise Console Root User Name: admin (default)
Enterprise Console Root User Password: AppD123&lt;/PRE&gt;&lt;P&gt;I get the message that the installation succeeded.&lt;/P&gt;&lt;PRE&gt;Setup has finished installing AppDynamics Enterprise Console on your computer.
To install and manage your AppDynamics Platform, use the Enterprise Console
CLI from /usr/local/appdynamics/platform/platform-admin/bin directory.
Finishing installation ...&lt;/PRE&gt;&lt;P&gt;When calling my Enterprise Console through my web browser via&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;ec2-52-59-205-162.eu-central-1.compute.amazonaws.com:9191&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;I get no response, although my service is running on port 9191&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2021-03-23 at 13.15.29.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/35340i2E78C0060054E373/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Does anyone have any idea how to get the Enterprise Controller properly started?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;All inbound ports on my AWS instance are open. So that's not an issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you so much!&lt;/P&gt;&lt;P&gt;I am running a&amp;nbsp;&lt;SPAN&gt;m5.xlarge instace with 4 CPUs, 16 GB RAM and 100 GB storage. Os: Ubuntu 18.04. Openjdk version: 1.8.0_282&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 12:20:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-Platform-Installation-on-AWS-EC2-Instance/m-p/737296#M10327</guid>
      <dc:creator>Christian_Brzes</dc:creator>
      <dc:date>2021-03-23T12:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: AppDynamics Platform Installation on AWS EC2 Instance</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-Platform-Installation-on-AWS-EC2-Instance/m-p/737297#M10328</link>
      <description>&lt;P&gt;Hi Christian&lt;/P&gt;

&lt;P&gt;I am assuming you can access it now? I just used that link and the EC opens up in my browser?&lt;/P&gt;

&lt;P&gt;Ciao&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 15:13:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-Platform-Installation-on-AWS-EC2-Instance/m-p/737297#M10328</guid>
      <dc:creator>Morelz</dc:creator>
      <dc:date>2021-03-23T15:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: AppDynamics Platform Installation on AWS EC2 Instance</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-Platform-Installation-on-AWS-EC2-Instance/m-p/737298#M10329</link>
      <description>&lt;P&gt;Hey Mario,&lt;/P&gt;&lt;P&gt;there seems to be some policy issue from my company's network. I've tried to connect through my mobile data and it worked!&lt;/P&gt;&lt;P&gt;Thanks you.&lt;/P&gt;</description>
      <pubDate>Tue, 23 Mar 2021 15:50:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-Platform-Installation-on-AWS-EC2-Instance/m-p/737298#M10329</guid>
      <dc:creator>Christian_Brzes</dc:creator>
      <dc:date>2021-03-23T15:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: AppDynamics Platform Installation on AWS EC2 Instance</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-Platform-Installation-on-AWS-EC2-Instance/m-p/737299#M10330</link>
      <description>&lt;P&gt;Hey Mario,&lt;/P&gt;&lt;P&gt;since our outgoing port for 8090 is disabled and can't be enabled due to our companies policy, is there any workaround we can do? Is there some possibility to use a loadbalancer like HAProxy or Nginx to forward the traffic to the loadbalancer's endpoint by e.g. port 443 and then forward the traffic from there to the corresponding port 8090? Maybe you've got some experience with this.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Christian&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 06:39:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-Platform-Installation-on-AWS-EC2-Instance/m-p/737299#M10330</guid>
      <dc:creator>Christian_Brzes</dc:creator>
      <dc:date>2021-03-29T06:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: AppDynamics Platform Installation on AWS EC2 Instance</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-Platform-Installation-on-AWS-EC2-Instance/m-p/737300#M10331</link>
      <description>&lt;P&gt;Hi Christian&lt;/P&gt;

&lt;P&gt;If you want to setup something like a proxy/LB you would have to engage with your Security/Network team. They will advise what is allowed and what they can do.&lt;/P&gt;

&lt;P&gt;The simplest way would be to just update the port AppD runs on to one that is open on your network.&lt;/P&gt;

&lt;P&gt;You can update it using the admin console. Set it to something like port 80. When you installed AppD, did you enable SSL? That would have added a secure port, 8443 or 443 depending on what you selected during the install.&lt;/P&gt;

&lt;P&gt;Ciao&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 07:48:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-Platform-Installation-on-AWS-EC2-Instance/m-p/737300#M10331</guid>
      <dc:creator>Morelz</dc:creator>
      <dc:date>2021-03-29T07:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: AppDynamics Platform Installation on AWS EC2 Instance</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-Platform-Installation-on-AWS-EC2-Instance/m-p/737301#M10332</link>
      <description>&lt;P&gt;Great, thanks for the quick response!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it also possible to configure the port for the Enterprise Console (which is 9191 by default)?&lt;/P&gt;&lt;P&gt;This port can also not be accessed through our network.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Mar 2021 11:34:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-Platform-Installation-on-AWS-EC2-Instance/m-p/737301#M10332</guid>
      <dc:creator>Christian_Brzes</dc:creator>
      <dc:date>2021-03-29T11:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: AppDynamics Platform Installation on AWS EC2 Instance</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-Platform-Installation-on-AWS-EC2-Instance/m-p/737302#M10333</link>
      <description>&lt;P&gt;Hi Christian&lt;/P&gt;

&lt;P&gt;Please follow these steps&lt;/P&gt;
&lt;P&gt;1) Stop the Enterprise console:&lt;BR /&gt;&amp;lt;platform-home&amp;gt;/platform-admin/bin/platform-admin.sh stop-platform-admin&lt;BR /&gt;2) Navigate conf directory:&lt;BR /&gt;&amp;lt;platform-home&amp;gt;/platform-admin/bin/conf&lt;BR /&gt;and take a backup of the PlatformAdminApplication.yml file before making the changes&lt;BR /&gt;3) Update the PlatformAdminApplication.yml file to change the value of port 9191​ to whichever new port you wish.&lt;BR /&gt;NOTE: There would be two occurrences for the parameter port​.&lt;/P&gt;
&lt;P&gt;Change it in 2 two places in the file&lt;BR /&gt;&lt;BR /&gt;server:&lt;BR /&gt;type: simple&lt;BR /&gt;connector:&lt;BR /&gt;type: http&lt;BR /&gt;port: &lt;STRONG&gt;9191&lt;/STRONG&gt;&amp;nbsp;&lt;BR /&gt;...&lt;BR /&gt;paClient:&lt;BR /&gt;timeout: 30m&lt;BR /&gt;connectionTimeout: 30s&lt;BR /&gt;serverHost: servername&lt;BR /&gt;port: &lt;STRONG&gt;9191&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;4) Start the Enterprise Console service&lt;BR /&gt;&amp;lt;platform-home&amp;gt;/platform-admin/bin/platform-admin.sh start-platform-admin&lt;/P&gt;

&lt;P&gt;Ciao&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 05:46:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/AppDynamics-Platform-Installation-on-AWS-EC2-Instance/m-p/737302#M10333</guid>
      <dc:creator>Morelz</dc:creator>
      <dc:date>2021-03-30T05:46:22Z</dc:date>
    </item>
  </channel>
</rss>

