Hello all!
Enterprise Specs:
Windows Server 2022 (Disconnected - Local Intranet)
Enterprise 11.3 (Notebook 11.3)
Mirantis Container Runtime 23.0.15
We are trying to configure ArcGIS Notebooks and have been successful all up until the point of creating a notebook. I am unclear if there are any additional configurations that need to happen for Docker/Notebook server in order for a Notebook to be created. Port 2375 is open. Notebook Server has been federated with Portal. Dockerd.exe is configured to run with tcp://localhost:2375. No firewalls are configured on the system yet so we have unfettered access.
Things I have tried so far:
Symptoms
If this could please get pushed up to the Product Owners of ArcGIS Notebooks.... that would be a life saver.
Solved! Go to Solution.
Sounds about the same as I had when I was originally setting my organization's Notebook server up.
Have you tried temporarily disabling the firewall on the server since it's an intranet device? What leads me to think it's still a port issue is the api problems. Once disabled, I would check the status of the Notebook to see if it's able to run. I would also follow this chart and ensure all ports on your devices listed are opened:
Let me know if this doesn't end up helping and I can look further!
Cody
Sounds about the same as I had when I was originally setting my organization's Notebook server up.
Have you tried temporarily disabling the firewall on the server since it's an intranet device? What leads me to think it's still a port issue is the api problems. Once disabled, I would check the status of the Notebook to see if it's able to run. I would also follow this chart and ensure all ports on your devices listed are opened:
Let me know if this doesn't end up helping and I can look further!
Cody
So, I did find out that Windows Defender Firewall was turned on even though I changed that in the GPO. Apparently, a parent GPO overwrote my change and kept it enabled. Once I moved the machine into a No_GPO state, the application worked as intended. Thanks for the assist!
Thanks for the reply! I will need to get with the Firewall folks on Monday to test that theory.
I was able to use Test-Netconnection from my Portal VM and it succeeded.
We have also provided them a list of all the ports used by ArcGIS Enterprise according to that document you attached to be included in the Allow list. So that is what is leading me away from thinking it's a port issue.
Hi @BrandonCranfield ,
Can you please share the following details too?
1. Docker version & docker info
2. Heath check status of the NBS machine from its administrative api?
3. For starters, can we start with single site machine with directories & config-store defined locally in the same machine.
4. Please share the system properties from NBS administrative api and runtime memory values (in case any changes are made)
5. Please ensure all the steps in "Configure Mirantis Container Runtime" from https://enterprise.arcgis.com/en/notebook/latest/install/windows/install-mirantis-container-runtime-... are performed.
Thanks & Regards,
Shikhar Deep
Docker Version - 23.0.15
Health check status - Ready
This is a single site machine with default directory and config-store location
All system properties have remained default, no changes have been made.
All steps from that site you mentioned were followed to the 'T'
Hi Brandon,
Will need more detailed info.
1. Please share the screenshot of "docker info"
2. Please increase the websocket size (32MB) and in the runtimes try increasing the Max CPU (3) and Memory(8) too.
3. Set the log levels to Debug and create a new user with administrative privileges.
4. Login with this new user, and open the notebook. Now please share logs from administrative api and ALSO share container logs (admin->system->container-> logs)
5. Try using another browser.
6. What are systems specs?
Thanks & Regards,
Shikhar Deep