Closed jhevenor closed 5 years ago
@jhevenor
Looks like the software was only installed, not licensed or configured. I recommend passing -Mode InstallLicenseConfigure
option in the Configure-ArcGIS
PowerShell DSC cmdlet. Below are all the options:
Configure-ArcGIS -ConfigurationParametersFile [[Path to Configuration JSON File]] -Mode [Install | InstallLicense | InstallLicenseConfigure | Uninstall | Upgrade] -Credential [Config RunAs - Optional]
-Mode Install
will only run the setups
-Mode InstallLicense
will run the setups and authorize Portal/Server
-Mode InstallLicenseConfigure
will run the setups, authorize, and configure (create portal/server sites register Data Store, configure WA, federate, etc)
Thanks, that looks like the obvious solution to my problem. Are these options new at 10.7?
Thanks, that looks like the obvious solution to my problem. Are these options new at 10.7?
Yes, I believe InstallLicense
and InstallLicenseConfigure
were introduced in v2.0.0. Previously there were only 3 options: -Mode [Install | Uninstall | Upgrade]
.
I'm updating my 10.6 templates to 10.7 using the new ArcGIS 2.0 powershell module. My template follows the 3 machine example.
The install appears to complete successfully, but I don't get URLs listed at completion like the examples show. When I load localhost:6443/ArcGIS on the portal machine I see that the portal isn't created. When I load localhost 7443/ArcGIS on the server machine I see that the server site isn't created. I'll include some pics and a log.
My templates are mostly just my 10.6 templates with version and install media paths updated. What am I missing?
Log ArcGISInstall-5-27-2019-12-28-43-PM-Verbose.txt: