Unsolved
1 Rookie
•
4 Posts
0
334
Upgrade Issue Resolved | SCG version 5.20 --> 5.22
I saw one other post here that described the issue exactly as I was experiencing it. The upgrade to SCG5.22 from SCG5.20 downloads via the GUI but, it fails as soon as you click on "Install now". I tried to reboot the appliance, but that didnt help either.
Finally, I remembered that one of they key changes between the two versions is that TLS1/1.1 is no longer supported starting 5.22.
So, I went to the settings, and disabled TLS 1/1.1 there
- Settings/Environment Configuration -> Gateway configuration/Client TLS Settings
After the required gateway restart to remove this setting, tried the upgrade once more, and it went through just fine. it took almost 45 minutes to come back online.
p.s. Dell should do a better job of letting us know if there are tweaks required to make their upgrades work. I stumbled on to the solution, the alternative would've been at least a couple hours on Zoom sessions with Support that are entirely avoidable. This is the second consecutive upgrade that has an undocumented fix.
ysherza
1 Rookie
1 Rookie
•
4 Posts
0
March 27th, 2024 15:02
My next instance has the same issue, and this "fix" didnt work. So, not sure what the actual issue is. Raised an SR to troubleshoot.
bomtrady
1 Rookie
1 Rookie
•
20 Posts
0
March 28th, 2024 06:51
@ysherza hey there! have you retried the download and/or install? there seems to be a lot of instances that report a failure the first time round, and retry seems to work for most of them.
Did I answer your query? Please click on ‘Mark as Accepted Answer’. ‘Thumbs up’ the posts you like!
DELL-Young E
Moderator
Moderator
•
4.1K Posts
0
March 28th, 2024 13:39
Hello, thanks for choosing Dell and welcome to our community.
Based on cases logged and issues reported we do upgrade out code as well as documentation, thank you for bringing this up.
Respectfully,
ysherza
1 Rookie
1 Rookie
•
4 Posts
1
April 4th, 2024 20:08
@bomtrady This is true. It almost never downloads fully the first time. What I've found helpful is to log on as root in a parallel session, and only start install after I see that the package download is successful
soul3579
1 Rookie
1 Rookie
•
1 Message
0
June 6th, 2024 05:07
@ysherza
I will appreciate if you could tell me the command you used to see the download progress after you log in as a root user.
(edited)
ingcarl
1 Rookie
1 Rookie
•
4 Posts
0
June 13th, 2024 09:44
@bomtrady I've tried for 2 days now, several of times. Also rebooted the server a couple of times, but no luck so far.
ra298
1 Rookie
1 Rookie
•
18 Posts
0
June 20th, 2024 17:35
When you did the upgrade did you just run ./SCG-5.22.00.18.bin --upgrade?
Thanks
DELL-Young E
Moderator
Moderator
•
4.1K Posts
0
June 21st, 2024 04:10
Hello, just attaching this older post because I find it similar for anyone who comes across this:
https://dell.to/3VQPz4U
ysherza
1 Rookie
1 Rookie
•
4 Posts
0
July 23rd, 2024 14:53
@soul3579 Sorry, I've been away. But I use the following commands to check if the download is complete.
docker exec -it esrsde-app bash
psql -U postgres -d vapp
select * from version_details;
I followed this process last week for upgrade to 5.24.00.14 and no issues