Closed nate-muller closed 1 year ago
Hi @nate-muller,
You may need to pass in the -Credential
flag with the Invoke-ArcGISConfiguration
command when NodeName is using IP addresses instead of hostnames.
A couple of other observations (unlikely not related to the issue you describe but these will cause failures/issues later down the line).
"FileShareName": "y"
"Path": "\\\\FILE_SERVER\\y\\Installers\\ArcGIS_Web_Adaptor_Java_Linux_1091_180206.tar.gz"
"ExternalLoadBalancer": "lbAlias.domain.com"
Thanks, Cameron K.
Thanks for getting back to me during UC Cameron. I am trying your Credential suggestion now!
Cameron,
Your hints/suggestions worked great! The following ended up being my issues:
-Credential
parameter. I ended up passing the fully qualified username of the domain admin (e.g. AGISE\admin
) as the the value of the parameter, and then entered the password when prompted.Thanks so much, I will close the ticket!
Community Note
Module Version
Affected Resource(s)
Configuration Files
Expected Behavior
Howdy ESRI!
We are trying to run a multi-machine install for AGISE 10.9.1 in our AWS environment (running AGISE on EC2s) and we keep getting pretty well stonewalled. I expect that the DSC should run and install/license/configure the AGISE products specified in the JSON file above, but nothing happens and no ArcGIS products are installed on any machine, even after a restart.
We have done test run DSC runs with similar configurations in this environment before. We did a base deployment on a single machine (server/portal/webadapter) and that succeeded. We then uninstalled that using the
-Mode Uninstall
flag, and did a base deployment on two machines (server/portal/webadapter on the same machine as before, file store on another machine) and that succeeded.Before we tried running the multi-machine script above, we have blown away and re-created all the EC2s that we did the prior DSC installs on.
Actual Behavior
Every time we run the DSC, we get absolutely nothing. All I've seen (for like weeks now, I'm starting to go a bit crazy) every time I try to run DSC is the following:
That's it! As you can see, I've even taken to adding my own
Write-Information
statements toArcGIS.psm1
to try and get more information, but those aren't doing me much good. It appears a DSC job isn't even starting, as theWrite-Information
statement I added above is (ArcGIS.psm1
, added this statement after line 259):I have taken the following prerequisite steps:
ApplyOnly
on the orchestrating nodeSet-ExecutionPolicy RemoteSigned
andwinrm quickconfig
commands on all nodeswinrm s winrm/config/client '@{TrustedHosts="<IP address goes here>"}'
command on the orchestrating node, with all the IPs listed above in the trusted hosts list.ActionAfterReboot
toStopConfiguration
on the orchestrating node.DebugMode
toForceModuleImport
,All
, and$true
at various points in time on the orchestrating node.Please help me ESRI, you're my only hope! Before I drive myself and our ESRI technical team crazy!
Important Factoids
AGISE
\\FILESHARE\y
AGISE\arcgis
account has r/w permissions on\\FILESHARE\y
References
None