ArcGIS Monitor 2023.3 (Windows) #126

Open
opened 3 years ago by rbsetiawan · 0 comments
Owner

Note

image

ArcGIS Monitor 10.8.1 is fully capable of monitoring ArcGIS 10.4 through 10.9.1 environments.

ArcGIS Monitor System

  • OS

    Supported operating system Latest update or service pack tested
    Windows Server 2022 Standard and Datacenter Feb 2023 update
    Windows Server 2019 Standard and Datacenter Feb 2023 update
    Windows Server 2016 Standard and Datacenter Feb 2023 update
  • Hardware requirements

    • For ArcGIS Monitor Server, a minimum of 2 CPU cores and 2 GB of RAM are required.
    • For ArcGIS Monitor Agent, a minimum of 1 CPU core and 1 GB of RAM are required.

Database support

  • Privilage:
    LOGIN, NOSUPERUSER, INHERIT, NOCREATEDB, NOCREATEROLE, NOREPLICATION
Supported database software Latest version tested
PostgreSQL (64 bit) 16.0
PostgreSQL (64 bit) 15.4
PostgreSQL (64 bit) 14.9
PostgreSQL (64 bit) 13.12
  • Database command set
    • Create user -> DB -> set db owner
    CREATE USER agm WITH PASSWORD '<password>'
      LOGIN 
      NOSUPERUSER 
      INHERIT 
      NOCREATEDB 
      NOCREATEROLE 
      NOREPLICATION; 
    
    CREATE DATABASE agm WITH OWNER=agm;
    
    GRANT ALL ON DATABASE agm TO agm;
    
    ALTER DATABASE agm SET search_path FROM CURRENT;
    
    
    • Create SCHEMA
    CREATE SCHEMA agm AUTHORIZATION agm
    
    

Error

  • PgSQL SSL Connection
    image

    • Enable PgSQL SSL Connection
      • Edit postgresql.conf
        ssl = on
        ssl_ca_file = 'root.crt'
        ssl_cert_file = 'server.crt'
        ssl_crl_file = ''
        ssl_key_file = 'server.key'
        ssl_ciphers = 'HIGH:MEDIUM:+3DES:!aNULL' # allowed SSL ciphers
        ssl_prefer_server_ciphers = on
        
      • restart PgSQL
  • Error register host
    image

Refrensi

# Note ![image](/attachments/8edb8168-bec6-4efa-82d7-2c87242c9dbb) ``` ArcGIS Monitor 10.8.1 is fully capable of monitoring ArcGIS 10.4 through 10.9.1 environments. ``` # ArcGIS Monitor System - OS |Supported operating system |Latest update or service pack tested | |--- |--- | |Windows Server 2022 Standard and Datacenter |Feb 2023 update | |Windows Server 2019 Standard and Datacenter |Feb 2023 update | |Windows Server 2016 Standard and Datacenter |Feb 2023 update | | | | - Hardware requirements - For ArcGIS Monitor Server, a minimum of 2 CPU cores and 2 GB of RAM are required. - For ArcGIS Monitor Agent, a minimum of 1 CPU core and 1 GB of RAM are required. # Database support - Privilage: LOGIN, NOSUPERUSER, INHERIT, NOCREATEDB, NOCREATEROLE, NOREPLICATION |Supported database software |Latest version tested | |--- |--- | |PostgreSQL (64 bit) |16.0 | |PostgreSQL (64 bit) |15.4 | |PostgreSQL (64 bit) |14.9 | |PostgreSQL (64 bit) |13.12 | | | | - <details> <summary>Database command set</summary> - Create user -> DB -> set db owner ``` CREATE USER agm WITH PASSWORD '<password>' LOGIN NOSUPERUSER INHERIT NOCREATEDB NOCREATEROLE NOREPLICATION; CREATE DATABASE agm WITH OWNER=agm; GRANT ALL ON DATABASE agm TO agm; ALTER DATABASE agm SET search_path FROM CURRENT; ``` - Create SCHEMA ``` CREATE SCHEMA agm AUTHORIZATION agm ``` </details> # Error - PgSQL SSL Connection ![image](/attachments/015fe47e-3ea5-4786-b8bd-8e709a1e5afd) - Enable PgSQL SSL Connection - Edit postgresql.conf ``` ssl = on ssl_ca_file = 'root.crt' ssl_cert_file = 'server.crt' ssl_crl_file = '' ssl_key_file = 'server.key' ssl_ciphers = 'HIGH:MEDIUM:+3DES:!aNULL' # allowed SSL ciphers ssl_prefer_server_ciphers = on ``` - restart PgSQL - Error register host ![image](/attachments/59e6acaa-d08f-4b38-90b8-780306050678) # Refrensi - [arcgis](https://doc.arcgis.com/en/monitor/latest/install/windows/arcgis-monitor-system-requirements.htm) : ArcGIS Monitor system requirements - [enterprise.arcgis.com](https://enterprise.arcgis.com/en/monitor/10.8/get-started/what-is-arcgis-monitor.htm) : What is ArcGIS Monitor - [community.esri.com](https://community.esri.com/t5/arcgis-monitor-documents/faq-arcgis-monitor-installation-configuration/ta-p/916730) : FAQ - ArcGIS Monitor Installation & Configuration - [youtube](https://www.youtube.com/watch?v=7FQCukapLOc&list=PLGZUzt4E4O2JgHoAKcDuTsxTlGzSl7XAn&index=2) : ArcGIS Monitor: Adding a Windows System - [community.esri.com](https://community.esri.com/t5/arcgis-monitor-questions/monitor-agent/td-p/1308900) : Monitor Agent - [community.esri.com](https://community.esri.com/t5/arcgis-monitor-blog/connecting-to-arcgis-monitor-2023-through-iis/ba-p/1261164) : Connecting to ArcGIS Monitor 2023 through IIS - [cherryservers](https://www.cherryservers.com/blog/how-to-configure-ssl-on-postgresql) : How to Configure SSL on PostgreSQL - [urlisolation.com](https://urlisolation.com/browser?clickId=0DA242E6-C4F2-42FF-97BD-B6045656D04B&traceToken=1705032189%3Bmarathon_hosted%3Bhttps%3A%2Fdoc.arcgis.com%2Fen%2Fmonitor&url=https%3A%2F%2Fdoc.arcgis.com%2Fen%2Fmonitor%2Flatest%2Fget-started%2Fwindows%2Fregister-windows-hosts.htm) : Register Windows host - [urlisolation](https://urlisolation.com/browser?clickId=FA39099E-0B2A-49D9-A940-8824CF4848E2&traceToken=1705032317%3Bmarathon_hosted%3Bhttps%3A%2Fdoc.arcgis.com%2Fen%2Fmonitor&url=https%3A%2F%2Fdoc.arcgis.com%2Fen%2Fmonitor%2Flatest%2Fget-started%2Fwindows%2Fenable-permissions-for-wmi-cimv2.htm) : Enable permissions for WMI cimv2 - [community.esri.com](https://community.esri.com/t5/arcgis-monitor-questions/new-cimsession-winrm-cannot-process-the-request/m-p/1308081#M1113) : New-CimSession : WinRM cannot process the request. The following error with errorcode 0x80090311 occurred while using - []() : - []() :
rbsetiawan changed title from ArcGIS Monitor System to ArcGIS Monitor 2023.3 (Windows) 3 years ago
rbsetiawan added the
RND
ArcGIS Monitor
labels 3 years ago
rbsetiawan self-assigned this 3 years ago
rbsetiawan added this to the ArcGIS Monitor project 2 years ago
Sign in to join this conversation.
Loading…
There is no content yet.