<?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: Update TA via Deployment Server in Deployment Architecture</title>
    <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-update-TA-via-Deployment-Server/m-p/589527#M25431</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231409"&gt;@daisy&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Mar 2022 13:59:47 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2022-03-17T13:59:47Z</dc:date>
    <item>
      <title>How to update TA via Deployment Server?</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-update-TA-via-Deployment-Server/m-p/589498#M25424</link>
      <description>&lt;P&gt;Hi all, from the available documentation, I am not getting how to practically update TA via Deplyoment server (i.e. distribute a newer version to the UFs via DS). If it matters, it is about the Add-On for Linux and Unix. I would imagine that it looks like this:&lt;/P&gt;
&lt;P&gt;1) get the TA on the Deployment Server via GUI - go to&amp;nbsp; "install app from file" -&amp;gt; upload the downloaded .tgz file from splunkbase -&amp;gt; restart Splunk&lt;/P&gt;
&lt;P&gt;2) Backup the used TA (older version)&lt;/P&gt;
&lt;P&gt;3) Copy the TA (newer version) from the App folder into the deployment-apps folder (via cp -R)&lt;/P&gt;
&lt;P&gt;4) Redeploy Deployment Server via&amp;nbsp; splunk reload deploy-server&lt;/P&gt;
&lt;P&gt;5) Check if data is still being obnoarded properly&lt;/P&gt;
&lt;P&gt;Am I missing anything? Is this approach valid?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 15:29:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-update-TA-via-Deployment-Server/m-p/589498#M25424</guid>
      <dc:creator>daisy</dc:creator>
      <dc:date>2022-03-17T15:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Update TA via Deployment Server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-update-TA-via-Deployment-Server/m-p/589501#M25425</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231409"&gt;@daisy&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;No, you process isn't correct: if you load a TA from GUI, you install it on the Deployment Server, you cannot deploy it.&lt;/P&gt;&lt;P&gt;As you can read at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.5/Updating/Aboutdeploymentserver" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.5/Updating/Aboutdeploymentserver&lt;/A&gt;&amp;nbsp;the steps are:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;copy (via SSH) the TA on the DS,&lt;/LI&gt;&lt;LI&gt;move (via SSH) the TA at $SPLUNK_HOME/etc/deployment-apps&lt;/LI&gt;&lt;LI&gt;untar (via SSH) the TA twice, to have the uncompressed folver,&lt;/LI&gt;&lt;LI&gt;remove (via SSH) the compressed files,&lt;/LI&gt;&lt;LI&gt;if you need to customize some conf file (e.g. to enable some disabled input), copy the conf file to modify from default to local folder&amp;nbsp;and modify it by CLI,&lt;/LI&gt;&lt;LI&gt;Create or modify a ServerClass via GUI,&lt;/LI&gt;&lt;LI&gt;force the deploy via CLI using the command "splunk reaload deploy-server" or wait for the normal update.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Please avoid comments because I agree that's a very complicated way to manage deployment, I asked (in Splunk Ideas) to manage this process via GUI, but no answers, I continue to hope!&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 12:04:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-update-TA-via-Deployment-Server/m-p/589501#M25425</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-03-17T12:04:39Z</dc:date>
    </item>
    <item>
      <title>Re: Update TA via Deployment Server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-update-TA-via-Deployment-Server/m-p/589518#M25427</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;thanks for the quick reply. I have some additional questions:&lt;/P&gt;&lt;P&gt;1) How do you get the TA on DS - do you download it on your laptop and then move via SSH?&lt;/P&gt;&lt;P&gt;2) Why do you need to untar the TA twice? via tar- xvzf should be sufficient to use the tar command once. Or do you mean to get from .tar.tgz the fully uncompressed folder?&lt;/P&gt;&lt;P&gt;3) Why do I need to modify the ServerClass via GUI? The TA name would stay the same so it should already be available. Or am I missing somethign here?&lt;/P&gt;&lt;P&gt;4) When untarring the TA, the local folder should be left untouched, right? As there should be custom configurations and I am afraid to lose these. Thus, I wrote that I would take backup before untarring, is this needed at all?&lt;/P&gt;&lt;P&gt;Thank you very much!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 13:27:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-update-TA-via-Deployment-Server/m-p/589518#M25427</guid>
      <dc:creator>daisy</dc:creator>
      <dc:date>2022-03-17T13:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: Update TA via Deployment Server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-update-TA-via-Deployment-Server/m-p/589523#M25428</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231409"&gt;@daisy&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;1) yes, to do this I use MobaXTerm, but you can also use WinSCP, as you like.&lt;/P&gt;&lt;P&gt;2) yes correct, I usually use two times the tar command but it's the same.&lt;/P&gt;&lt;P&gt;3) if you are deploying a new TA, you have to associate the new TA to a ServerClass, if instead you are modifying an already present TA, you don't need to update ServerClass.&lt;/P&gt;&lt;P&gt;4) if you take a TA from Splunk baseline, usually local folder isn't present, but you can check if there's something in the local folder of the new TA version.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 13:41:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-update-TA-via-Deployment-Server/m-p/589523#M25428</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-03-17T13:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Update TA via Deployment Server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-update-TA-via-Deployment-Server/m-p/589524#M25429</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;- thank you very much. I have indeed used WinScp as well as MobaXTerm. But I am lacking the practical experience of updating TAs so I was wondering what the best way would be. Thank you, very much - you answered all my questions.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 13:46:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-update-TA-via-Deployment-Server/m-p/589524#M25429</guid>
      <dc:creator>daisy</dc:creator>
      <dc:date>2022-03-17T13:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Update TA via Deployment Server</title>
      <link>https://community.splunk.com/t5/Deployment-Architecture/How-to-update-TA-via-Deployment-Server/m-p/589527#M25431</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231409"&gt;@daisy&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 13:59:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Deployment-Architecture/How-to-update-TA-via-Deployment-Server/m-p/589527#M25431</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-03-17T13:59:47Z</dc:date>
    </item>
  </channel>
</rss>

