Hello, I'm currently attempting to deploy ArcGIS Enterprise 10.9.1 using Chef. I have the Chef Server (RHEL7) and Chef Workstation (Server 2019) configured. Everything was going somewhat smoothly until today when I attempted to start the install of ArcGIS on one of my VMs and I received a "FATAL: No nodes returned from search" error.
I didn't have any issues bootstrapping the VM and when I run 'knife node list' or 'knife client list' the node shows up. However, in Chef Manage it only shows under Administration > Group > Clients, not under the main section for Nodes or Clients. Also, I've uploaded some roles using the knife upload roles command even though the command completes without error, the roles do not appear in Chef manage. I uploaded the cookbooks with the knife upload command, but they do appear in Chef Manage.
I've tried running bootstrap on the VM again, but that doesn't change the error. At one point the disk on my Chef Server was full (I've since cleared it) and I'm wondering if that caused something to get corrupted. I've run chef-server-ctl reconfigure as well as chef-server-ctl reindex -a with no luck on resolving the error.
The client.rb file on the bootstrapped VM has the correct information and I can ping from the chef server to the chef workstation and the client.
Any ideas on what I could be doing wrong or what steps I can take to help troubleshoot and fix this issue?
The software versions I'm using:
Chef-Workstation 11.679
Chef Client 17.8.25
Chef Manage 3.2.13
Chef Server Core 14.11.15
The command I'm running that's resulting in the error:
knife winrm 'role:arcgis-portal-primary' 'chef-client' --winrm-shell elevated -x 'username' -P 'password'
Before running the above command I ran the following command (no errors were given after I ran the command)
knife node run_list set portal-active 'role[arcgis-portal-primary]'