Using as a standalone install #594
-
I'm new to DSC, and I'm wondering what happens when I execute one of these scripts. If I upgrade ArcGIS Server to 10.9.1 by executing a PowerShell script with a configuration, does it get added to the LCM for DSC to periodically check the software after that? If I want to upgrade to 11.3 after that and I run it myself rather than through a DSC script, will DSC try to reset it to 10.9.1? If so, how do I remove it from LCM? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @mrjanto, It is recommended to set the Location Configuration Manager (LCM) ConfigurationMode to https://github.com/Esri/arcgis-powershell-dsc/wiki/Getting-Started#system-pre-requisites The ArcGIS module always deletes the MOFs. You can also use Encrypted MOFs: Thanks, |
Beta Was this translation helpful? Give feedback.
Hi @mrjanto,
It is recommended to set the Location Configuration Manager (LCM) ConfigurationMode to
ApplyOnly
:https://github.com/Esri/arcgis-powershell-dsc/wiki/Getting-Started#system-pre-requisites
The ArcGIS module always deletes the MOFs. You can also use Encrypted MOFs:
https://github.com/Esri/arcgis-powershell-dsc/wiki/Password-Files-and-Encrypted-Deployments#create-encrypted-mof-files
Thanks,
Cameron K.