cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrading to 9.1r11.4?

dpilg
New Contributor

Upgrading to 9.1r11.4?

Has anyone had success with clients connecting and upgrading after going to this new version on their PCS? 

4 REPLIES 4
bartley
Occasional Contributor

Re: Upgrading to 9.1r11.4?

It's working fine for US.

trobertson
New Contributor

Re: Upgrading to 9.1r11.4?

For what it is worth, I was trying to go from 5.3 client to 9.11r4 client. I have been having quite a few issues with this.  I spoke with support who gave me instructions to perform a deep clean. Needless to say, the process required some manual steps or at least I could not fully automate the process.

 

I decided to just start uninstalling one of the Pulse applications at a time to see if I could perform the upgrade in place as we have done in the past.  

 

What I found was that the Pulse Setup Client application was the issue.

 

Using my RMM tool, I created a script

 

 

taskkill /IM Pulse* /f  <-this needs to be run under admin rights. I have this run under one part of the script

 

rmdir /s /q "%appdata%\Pulse Secure\Setup Client"  <- this needs to be run under the user context. 

 

The script is not perfect by any means as it does require a user to be logged into their machine however for the majority of my users, they do not log out of their machine when they are done for the day.

 

Once the script is run, the user will launch/connect to Pulse again and the upgrade moves forward properly.

 

Hope this helps your situation. 

PossiblyHuman
New Contributor

Re: Upgrading to 9.1r11.4?

Clients are connecting without issue.


The client will not, however, automatically update to 9.1.11.8575.

r@yElr3y
Moderator

Re: Upgrading to 9.1r11.4?