Fres Install ArcGIS Noteboot server #149

Open
opened 2 years ago by rbsetiawan · 3 comments
Owner

base url : https://10.100.1.56:11443/arcgis/configure/

You have successfully installed Notebook Server.
Before continuing with the Create Site process, you must complete the following steps:

Download the Docker images provided by Esri and save them to a location that is accessible by the system.
Run the post installation utility located at <ArcGIS Notebook Server installation directory>\tools\PostInstallUtility. Additional information can be found here.
Once finished, come back here to start the Create Site process.
  • arcgis notebook : Configure ArcGIS Notebook Server after installation (Windows containers)

image

base url : https://10.100.1.56:11443/arcgis/configure/ ``` You have successfully installed Notebook Server. Before continuing with the Create Site process, you must complete the following steps: Download the Docker images provided by Esri and save them to a location that is accessible by the system. Run the post installation utility located at <ArcGIS Notebook Server installation directory>\tools\PostInstallUtility. Additional information can be found here. Once finished, come back here to start the Create Site process. ``` - [arcgis notebook](https://10.100.1.56:11443/arcgis/nbhelp/admin/en/notebook/11.2/install/windows/configure-arcgis-notebook-server-after-installation-windows-containers-.htm) : Configure ArcGIS Notebook Server after installation (Windows containers) ![image](/attachments/4cd00c31-bba1-4adc-880b-23938eaef4b5)
rbsetiawan added this to the ArcGIS Notebook server project 2 years ago
rbsetiawan added the
ArcGIS Notebook Server
label 2 years ago
Poster
Owner

1 Install Mirantis Container Runtime for ArcGIS Notebook Server (Windows containers) : https://enterprise.arcgis.com/en/notebook/latest/install/windows/install-mirantis-container-runtime-for-arcgis-notebook-server.htm

image

image

image

image

image

2 Install ArcGIS Notebook Server : https://enterprise.arcgis.com/en/notebook/latest/install/windows/install-arcgis-notebook-server.htm

3 Configure ArcGIS Notebook Server after installation (Linux containers) : https://enterprise.arcgis.com/en/notebook/latest/install/windows/configure-arcgis-notebook-server-after-installation.htm

image

image

image
Error free space of disk > 100GB
image

  • fixed free space of disk > 100GB
    image

image
image

## 1 Install Mirantis Container Runtime for ArcGIS Notebook Server (Windows containers) : https://enterprise.arcgis.com/en/notebook/latest/install/windows/install-mirantis-container-runtime-for-arcgis-notebook-server.htm ![image](/attachments/23f63121-cc66-403c-9323-999aa7cf3912) ![image](/attachments/dafcf9df-1d76-4721-b82b-5b333a158cbd) ![image](/attachments/d381cadc-5d2b-4aa1-b8b0-82cc194ac8eb) ![image](/attachments/2f3daa05-f612-4ea8-bf84-a5dba6ee4ee2) ![image](/attachments/6b9d3b4a-f6af-4b4c-9be0-ffb89aa6b22c) ## 2 Install ArcGIS Notebook Server : https://enterprise.arcgis.com/en/notebook/latest/install/windows/install-arcgis-notebook-server.htm ## 3 Configure ArcGIS Notebook Server after installation (Linux containers) : https://enterprise.arcgis.com/en/notebook/latest/install/windows/configure-arcgis-notebook-server-after-installation.htm ![image](/attachments/7f33d4e2-ab82-437a-b209-9ad01a26e021) ![image](/attachments/035dab9d-cccc-4b74-a54c-68d538d4210e) ![image](/attachments/97fa1b67-e4e2-45a1-bb2b-3b9d4c743828) Error free space of disk > 100GB ![image](/attachments/8ed7a92c-52f8-46b2-bdfb-5494b41ae8b8) - fixed free space of disk > 100GB ![image](/attachments/e9c0350b-83a2-45b9-8842-d6710999ed1f) ![image](/attachments/5a0a76ea-b164-4438-8310-5bc3cce56dee) ![image](/attachments/485a0cbc-bb69-4b4a-b088-d9e939d334ed)
Poster
Owner
## arcgis notebook server with docker desktop : https://enterprise.arcgis.com/en/notebook/11.2/install/windows/docker-and-arcgis-notebook-server.htm https://medium.com/@mudasirhaji/a-step-by-step-guide-to-installing-docker-on-windows-server-2022-on-aws-ec2-d5e9191dc55e
Poster
Owner

Install Fress win serv 2019

  • Install hyper-v and container

  • install MCR

  • install docker desktop 4.20.0

    • Set Docker desktop contex

      General : image
      Resources -> Advanced (minimum, more better) : image
      Resources -> File Sharing : image
      Docker Engine : image

    • Cek linux container run

    docker run --rm busybox echo hello_world
    

    image

    Windows Server 2022 or Windows Server 2019, you can use Docker Desktop (version 4.4.4 or later)

    Install-Module DockerProvider
    
    Install-Package Docker -ProviderName DockerProvider -RequiredVersion preview
    
  • Install Notebook Server

    • activate

    • install sample data

    • config site

    • push linux image container

      • open cmd run as administrator - > cd to tools
      cd C:\Program Files\ArcGIS\NotebookServer\tools\postInstallUtility
      
      • command push
      PostInstallUtility.bat -l <path of .tar.gz Docker image>
      
      • Advance
      • Standard
        image
    • cek ArcGIS Notebook Server linnux image container
      image

    • run ArcGIS Notebook Server linnux image container
      image

    • cek logs
      image

    • Config Web Adaptor

    • Federeted

    • use ArcGIS Notebook Server

      • Set Group allow access Advance Notebook
        image
      • Login Portal for ArcGIS -> Notebook
        image
## Install Fress win serv 2019 - Install hyper-v and container - install MCR - install docker desktop 4.20.0 - <details> <summary>Set Docker desktop</summary> contex General : ![image](/attachments/496c2c2b-03ee-4d84-a56c-bc6b5f4e2a7c) Resources -> Advanced (minimum, more better) : ![image](/attachments/ba309d3e-58ea-4346-8c2c-770a5e416e7a) Resources -> File Sharing : ![image](/attachments/a7b51023-a5db-4782-bfae-20d8903a4fb4) Docker Engine : ![image](/attachments/245c9890-8c89-4eac-8252-9b1fa93e4f58) </details> - Cek linux container run ``` docker run --rm busybox echo hello_world ``` ![image](/attachments/672a4c97-897f-4bfa-a3cd-1751bb357d04) ` Windows Server 2022 or Windows Server 2019, you can use Docker Desktop (version 4.4.4 or later)` ``` Install-Module DockerProvider ``` ``` Install-Package Docker -ProviderName DockerProvider -RequiredVersion preview ``` - enable docker linux container 👎 not compatible https://bcthomas.com/2019/02/getting-started-with-linux-containers-on-windows-server-2019/ `docker: image operating system "linux" cannot be used on this platform: operating system is not supported.` - Install Notebook Server - activate - install sample data - config site - push linux image container - open cmd run as administrator - > cd to tools ``` cd C:\Program Files\ArcGIS\NotebookServer\tools\postInstallUtility ``` - command push ``` PostInstallUtility.bat -l <path of .tar.gz Docker image> ``` - Advance - Standard ![image](/attachments/2b117b25-de99-4068-8004-4046980eff01) - cek ArcGIS Notebook Server linnux image container ![image](/attachments/56412d11-3737-47e2-891f-ed04fc8ac2bd) - run ArcGIS Notebook Server linnux image container ![image](/attachments/2e968e7d-2620-4b92-9d69-3eb9706836b8) - cek logs ![image](/attachments/cda49125-512a-45ae-b214-3ae78c83314f) - Config Web Adaptor - Federeted - use ArcGIS Notebook Server - Set Group allow access Advance Notebook ![image](/attachments/0304a7e0-bdcc-4b07-8f01-5e816a5ef384) - Login Portal for ArcGIS -> Notebook ![image](/attachments/8df1fe40-c427-49a6-a0e3-71549adbbea6)
Sign in to join this conversation.
Loading…
There is no content yet.