<?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: Citrix VAD configuration in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Citrix-VAD-configuration/m-p/725509#M4764</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/162742"&gt;@Andrej.Wolkow&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for the update!&lt;/P&gt;</description>
    <pubDate>Tue, 09 May 2023 14:41:45 GMT</pubDate>
    <dc:creator>iamryan</dc:creator>
    <dc:date>2023-05-09T14:41:45Z</dc:date>
    <item>
      <title>Citrix VAD configuration</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Citrix-VAD-configuration/m-p/725504#M4759</link>
      <description>&lt;P&gt;Is the software compatible with large Citrix VAD environments, MCS provisioned Windows Servers, 1 Image (Frontend Servers)? For example 9000 concurrent users and 9000 Java processes?&amp;nbsp;&lt;BR /&gt;How do you use environment variables in the config files? agent.properties of the java agent, analytics-agent.properties of the analytics agent ?&lt;BR /&gt;Setting environment variables as APPDYNAMICS_AGENT_UNIQUE_HOST_ID via GPO is not possible since the hostname is changing for each machine. Machines can be dynamically removed and new ones added. If I add the COMPUTERNAME&amp;nbsp; systemvariable to the&amp;nbsp;APPDYNAMICS_AGENT_UNIQUE_HOST_ID&amp;nbsp; the service won't be able to see it after reboot, because it is not visible to the process, due to windows changing the variable while the service is running. It can be a timing issue. Restarting the service is no usefull workaround.&lt;BR /&gt;I need the configs to use environment variables. No configuration is done per Server. All needs to be done globally.&lt;/P&gt;&lt;P&gt;Setting&amp;nbsp;APPDYNAMICS_AGENT_NODE_NAME,&amp;nbsp;APPDYNAMICS_AGENT_UNIQUE_HOST_ID,&amp;nbsp;ad.agent.name needs to be dynamic&lt;BR /&gt;Setting&amp;nbsp;APPDYNAMICS_AGENT_BASE_DIR,&amp;nbsp;ad.dw.log.path for log paths&amp;nbsp;needs to be dynamic&lt;BR /&gt;Setting those globally but with dynamic values&lt;/P&gt;&lt;P&gt;Using scripts to modify startups is no usefull way. Javawebstart is used for the application, so JAVA_TOOL_OPTIONS is set, since this is the only working way to start the java agent with JNLP.&lt;BR /&gt;&lt;A href="https://community.appdynamics.com/t5/Knowledge-Base/Instrumenting-Java-Web-Start-Applications/ta-p/14745" target="_blank"&gt;Instrumenting Java Web Start Applications - AppDynamics Community&lt;/A&gt;&lt;BR /&gt;Note: javaws doens't know the -J-javaagent parameter (tested with Oracle Java and OpenWebstart)&lt;/P&gt;&lt;P&gt;Note: A service can only access UNC paths&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/windows/win32/services/services-and-redirected-drives" target="_blank" rel="noopener nofollow noreferrer"&gt;Services and Redirected Drives - Win32 apps | Microsoft Learn&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2023 10:42:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Citrix-VAD-configuration/m-p/725504#M4759</guid>
      <dc:creator>Andrej_Wolkow</dc:creator>
      <dc:date>2023-03-17T10:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: Citrix VAD configuration</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Citrix-VAD-configuration/m-p/725505#M4760</link>
      <description>&lt;P&gt;&amp;nbsp;For the machine agent I have found this MachineAgentService.vmoptions which can use those settings&lt;BR /&gt;-Dappdynamics.agent.uniqueHostId=${COMPUTERNAME}&lt;/P&gt;&lt;P&gt;The analytics Agent has also a&amp;nbsp;analytics-agent.vmoptions but settings like&amp;nbsp;ad.agent.name or&amp;nbsp;ad.dw.log.path cannont be passed.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Mar 2023 14:52:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Citrix-VAD-configuration/m-p/725505#M4760</guid>
      <dc:creator>Andrej_Wolkow</dc:creator>
      <dc:date>2023-03-20T14:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Citrix VAD configuration</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Citrix-VAD-configuration/m-p/725506#M4761</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/162742"&gt;@Andrej.Wolkow&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;I see you created a Support ticket. Can you please share the learnings and outcomes once the ticket has been completed.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2023 15:45:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Citrix-VAD-configuration/m-p/725506#M4761</guid>
      <dc:creator>iamryan</dc:creator>
      <dc:date>2023-03-24T15:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Citrix VAD configuration</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Citrix-VAD-configuration/m-p/725507#M4762</link>
      <description>&lt;P&gt;A workaround was reached by&amp;nbsp;adding the node name to MachineAgentService.vmoptions&lt;/P&gt;
&lt;P&gt;-Dappdynamics.agent.nodeName=${COMPUTERNAME}&lt;BR /&gt;&lt;BR /&gt;^ edited to mention this is not a definitive solution, but a work around.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2023 10:40:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Citrix-VAD-configuration/m-p/725507#M4762</guid>
      <dc:creator>iamryan</dc:creator>
      <dc:date>2023-05-03T10:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Citrix VAD configuration</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Citrix-VAD-configuration/m-p/725508#M4763</link>
      <description>&lt;P&gt;This is not the solution. It only is one workaround to be able to run the machine agent. I currently don't have the time to describe all. Since the agents have dependend settings for each other, you can block yourself out. Also it leads to having endless logs and nodes. You also have to manually delete machines since they are dynamic. The application name can't be connected to multiple enviroments, since you can have multiple backends but only one frontend. But there is only one environment variable, so you don't have a link to the backend. Only if the software itself could figure it out. We currently don't use it in production.&lt;BR /&gt;So far I can not say, that the software is compatible with Citrix or Terminal Server (multi user environments)&amp;nbsp;due to the high impacts and consenquenses. It's rather for middleware or backend services with static servers.&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 12:09:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Citrix-VAD-configuration/m-p/725508#M4763</guid>
      <dc:creator>Andrej_Wolkow</dc:creator>
      <dc:date>2023-05-09T12:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Citrix VAD configuration</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Citrix-VAD-configuration/m-p/725509#M4764</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/162742"&gt;@Andrej.Wolkow&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for the update!&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 14:41:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Citrix-VAD-configuration/m-p/725509#M4764</guid>
      <dc:creator>iamryan</dc:creator>
      <dc:date>2023-05-09T14:41:45Z</dc:date>
    </item>
  </channel>
</rss>

