Patching questions #580
-
I have some questions on patching a fresh install via DSC and the patching parameters.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @wmedernach, Here is a resource that may help answer some of your questions: The ArcGIS Module will download/install in the order of the release date of each patch (earliest to latest). ArcGIS Server 10.9.1 is a bit unique in that it requires the Setup Program Patch to be installed first, however the Setup Program patch wasn't released first. I believe the Machine Rename patch was released first then the setup program patch. So if no install order is specified it will attempt to install the first released patch which will fail, then it will install the Setup Program patch which will then allow all the other patches to install successfully. To workaround this you can either just re-run DSC again and it will install the patch that didn't originally install or specify the patch install order. Thanks, |
Beta Was this translation helpful? Give feedback.
Hi @wmedernach,
Here is a resource that may help answer some of your questions:
https://github.com/Esri/arcgis-powershell-dsc/wiki/Download-and-Install-patches-for-ArcGIS-Enterprise#option-1-download-and-install-all-available-patches-for-the-specified-version
The ArcGIS Module will download/install in the order of the release date of each patch (earliest to latest). ArcGIS Server 10.9.1 is a bit unique in that it requires the Setup Program Patch to be installed first, however the Setup Program patch wasn't released first. I believe the Machine Rename patch was released first then the setup program patch. So if no install order is specified it will attempt to install the first released pat…