Platform
RedHat Linux 9.5
ArcGIS Monitor 2024.1.1
Problem
ArcGIS Monitor 2024.1.1 - Failed to retrieve license information
Description
I can install monitor without any issue.
su - root
--install the software silently
cd /data/installers/monitor/Monitor_Server_rpm
./ArcGIS-Monitor-server-2024.1.1.704-rpm.bin -l yes --nox11
Then, I can authorize monitor. See the documentation for "Authorize Monitor Server silently".
https://doc.arcgis.com/en/monitor/latest/install/linux/authorize-arcgis-monitor-server.htm
su - root
# /usr/lib/arcgis/monitor/server/tools/authorizeSoftware
-f /data/installers/license/Monitor.ecp
I can check that the license is fine.
I can finish up the setup of monitor.
su - root
--create the initial administrator account
# /usr/lib/arcgis/monitor/server/bin/arcgis-monitor-server
admin:security:users:add --username agsmonadmin --password "*****"
--name-first AGSMON --name-last ADMIN --email alertmon@acme.com --role admin
--connect Monitor Server to the database repository
# /usr/lib/arcgis/monitor/server/bin/arcgis-monitor-server admin:database:register
--address mondbpg.acme.com:5432 --database agsmondb2
--username agmon --password "*******" --encrypt false
# systemctl status arcgis-monitor-server