<?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: GlobalProtect Agent Updates? in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-agent-updates/m-p/280003#M75809</link>
    <description>&lt;P&gt;Great feedback.&amp;nbsp; Many thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 30 Jul 2019 15:22:07 GMT</pubDate>
    <dc:creator>Sec101</dc:creator>
    <dc:date>2019-07-30T15:22:07Z</dc:date>
    <item>
      <title>GlobalProtect Agent Updates?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-agent-updates/m-p/278121#M75561</link>
      <description>&lt;P&gt;Most of the discussions I've heard, talk about managing your deployment with something other than the firewall (so thousands of users aren't hitting the firewall during an update).&amp;nbsp; I have questions in two areas:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1-How do you handle updates when getting pushed from a centralized manager to windows clients (assuming your clients are internal only during the update, and the firewall is NOT doing the agent update)?&amp;nbsp; Are you completely uninstalling the client and then updating with the new version?, or are you simply pushing out the update and installing over the old installation?&amp;nbsp; Anyone have issues/problems that have arisen from this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2-If transparently allowed to update from the firewall, how is the firewall natively handling the GP agent client update - is it just installing new files in specific directories that the overall agent is referring to, or is it completely uninstalling the old agent, and installing the new version?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jul 2019 13:55:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-agent-updates/m-p/278121#M75561</guid>
      <dc:creator>Sec101</dc:creator>
      <dc:date>2019-07-22T13:55:51Z</dc:date>
    </item>
    <item>
      <title>Re: GlobalProtect Agent Updates?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-agent-updates/m-p/279767#M75762</link>
      <description>&lt;P&gt;Bump.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 15:10:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-agent-updates/m-p/279767#M75762</guid>
      <dc:creator>Sec101</dc:creator>
      <dc:date>2019-07-29T15:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: GlobalProtect Agent Updates?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-agent-updates/m-p/279832#M75776</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/59122"&gt;@Sec101&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) Just run the update, there is no need to be completely uninstalling GP and re-installing the agent completely. In fact, by default the installer does a pretty bad job of cleaning up after itself when you do an uninstall.&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) It actually runs the following when you push an upgrade from the firewall.&lt;/P&gt;&lt;PRE&gt;echo off 
set /a _count=0
"C:\WINDOWS\system32\sc.exe" stop pangps &amp;gt; null
:loop
if %_count% GTR 300 goto exittimeout
"C:\WINDOWS\system32\timeout.exe" /t 3 /nobreak &amp;gt; null
set /a _count=_count + 3
"C:\WINDOWS\system32\sc.exe" query pangps | find "STOPPED"
if errorlevel 1 goto loop
cd C:\Program Files\Palo Alto Networks\GlobalProtect
"C:\WINDOWS\system32\msiexec.exe" /x "{1E447623-3102-407C-AF0F-ACF4C5141A68}" /qn /norestart KEEPREGISTRIES="YES" /l+* "C:\Program Files\Palo Alto Networks\GlobalProtect\PanGPMsi.log" 
"C:\WINDOWS\system32\msiexec.exe" /norestart /qn /i "C:\WINDOWS\TEMP\globalprotect.msi" TARGETDIR="C:\Program Files\Palo Alto Networks\GlobalProtect"  CERTIFICATESTORELOOKUP="user-and-machine" CACUNPLUGBEHAVE="yes" USEPROXY="yes" PORTAL="*" BENICE="yes" /l+* "C:\Program Files\Palo Alto Networks\GlobalProtect\PanGPMsi.log" 
goto normalexit
:exittimeout
echo %date% %time% - PanGPS service cannot be stopped. time out 300. &amp;gt;&amp;gt; "C:\Program Files\Palo Alto Networks\GlobalProtect\PanGPS.log"
exit 1
:normalexit&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 19:22:42 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-agent-updates/m-p/279832#M75776</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2019-07-29T19:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: GlobalProtect Agent Updates?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-agent-updates/m-p/279840#M75779</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/43480"&gt;@BPry&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I read your post right- the below&lt;/P&gt;&lt;PRE&gt;C:\WINDOWS\system32\msiexec.exe" /x "{1E447623-3102-407C-AF0F-ACF4C5141A68}" /qn /norestart KEEPREGISTRIES="YES" /l+* "C:\Program Files\Palo Alto Networks\GlobalProtect\PanGPMsi.log" &lt;/PRE&gt;&lt;P&gt;it looks like the firewall does actually run an uninstall - \x - before running a new installation?&amp;nbsp;&lt;/P&gt;&lt;P&gt;But your saying that even when using a third party management tool- it's recommended to just install over the top, as the installer does kind of a bad job cleaning up?&amp;nbsp; Shouldn't run into any issues with that?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the in-depth reply- that gives some insight that I have yet to read anywhere.&amp;nbsp; Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jul 2019 20:56:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-agent-updates/m-p/279840#M75779</guid>
      <dc:creator>Sec101</dc:creator>
      <dc:date>2019-07-29T20:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: GlobalProtect Agent Updates?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-agent-updates/m-p/279882#M75782</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/59122"&gt;@Sec101&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Either method does essentially the same thing. The above is what happens when pushed from the firewall, but when you manually load the MSI as an upgrade essentially the same exact process takes place when it does a simple check to see if it's an upgrade or a new install.&lt;/P&gt;&lt;P&gt;When you actually use the uninstall flag the MSI does a somewhat bad job of cleaning up all of the files it installs by default. This has lead to issues in the past with the agent performing its "upgrade" process and not it's true "install" process as it detects an existing install. I believe this has been addressed in the current releases, but it still does a pretty poor job with the whole file cleanup process.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 02:08:55 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-agent-updates/m-p/279882#M75782</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2019-07-30T02:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: GlobalProtect Agent Updates?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-agent-updates/m-p/280003#M75809</link>
      <description>&lt;P&gt;Great feedback.&amp;nbsp; Many thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jul 2019 15:22:07 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-agent-updates/m-p/280003#M75809</guid>
      <dc:creator>Sec101</dc:creator>
      <dc:date>2019-07-30T15:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: GlobalProtect Agent Updates?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-agent-updates/m-p/397246#M91468</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/43480"&gt;@BPry&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is an old topic but I was wondering if you could elaborate on how/where you found the .bat file running that upgrades the GlobalProtect clients.&amp;nbsp; As this post is over a year and a half old, I want to see if anything has changed, especially as we are running 10.0.5 now, so we can adapt this to our Kace deployment solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Matt&lt;/P&gt;</description>
      <pubDate>Mon, 12 Apr 2021 15:30:56 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/globalprotect-agent-updates/m-p/397246#M91468</guid>
      <dc:creator>mlinsemier</dc:creator>
      <dc:date>2021-04-12T15:30:56Z</dc:date>
    </item>
  </channel>
</rss>

