|
POST
|
I get it now. If I go into portal admin and view the index status I see the high group and item counts. Then when when I view the sharing directory from the Portal content directory I can then see all of the items and groups that are owned by esri_en, arcgis, etc etc. that come with portal. It just threw me that the counts as reported by Monitor 2023.3.1 were so much lower....
... View more
02-04-2025
12:43 PM
|
1
|
1
|
1849
|
|
POST
|
yeah I can't figure it out. I'm here: https://doc.arcgis.com/en/monitor/latest/install/windows/upgrade-arcgis-monitor-from-2023-3-1-or-earlier.htm and then at Step 9: ******************** Run the command below, editing the command line parameters to include the root URL to Monitor Server, your username and password, and the Monitor Agent ID. <Monitor Agent installation location>\bin\arcgis-monitor-agent.exe admin:system:register --server-url <https://monitorserver.domain.com:30443/arcgis > --username <user> --password <password> --agent-id <agent ID> You must provide the ID of the Monitor Server machine's integrated Monitor Agent using the --agent-id parameter. The following is an example: "C:\Program Files\ArcGIS\Monitor\Agent\bin\arcgis-monitor-agent.exe" admin:system:register --server-url https://monitorserver.domain.com:30443/arcgis --username jdoe --password "my password" --agent-id 1 A confirmation message appears, indicating that Monitor Agent is registered with Monitor Server. ******************* Confirmation appeared, agent is registered with agent ID 1, yet still no metric other than memory use. Nothing else will count.
... View more
02-04-2025
12:13 PM
|
0
|
0
|
1545
|
|
POST
|
Hello - after registering 11.4 Portal with 2024.1 Monitor, my portal item counts are now showing 10,000 instead of 665. My group count is showing 500, it should be 42.
... View more
02-04-2025
11:22 AM
|
0
|
6
|
1874
|
|
POST
|
Yes - I am seeing the same behavior with an upgraded 11.3 > 11.4 upgraded relational datastore: I am also seeing a different mal behavior when trying to register a new Object Store type data store. This data store server previously contained a tile cache store, but I completely uninstalled data store and then re-installed data store as an Object Store at 11.4:
... View more
02-04-2025
10:56 AM
|
0
|
0
|
3022
|
|
POST
|
Yeah same here - my upgrade is from 2023.3.1 to 2024.1
... View more
02-04-2025
09:50 AM
|
0
|
0
|
1738
|
|
POST
|
Yes- same for registering discovered component for ArcGIS Server - have to use an ArcGIS Serve admin account
... View more
02-04-2025
09:48 AM
|
0
|
0
|
744
|
|
POST
|
The domain account I am utilizing - made no difference if included in the Performance Monitor Group - still no metrics other than memory on the ArcGIS Monitor Server. All other 12 windows hosts show metrics
... View more
02-04-2025
08:49 AM
|
0
|
0
|
1557
|
|
POST
|
Hello - upgrading Monitor from 2023.3.1 to 2024.1 on the Monitor Server machine. Installing new agents on distributed deployment machines (as Agent not required at 2023.x) I have successfully registered on Agent on the Monitor Server machine and so far on a second windows host (my ArcGIS Server configuration server). The windows host for the ArcGIS Server configuration machine is returning all metrics (storage, cpu, memory, network). The windows host for the Monitor Server machine is returning a metric for memory use only (no cpu, storage, network). Could be related to this: https://community.esri.com/t5/arcgis-monitor-questions/arcgis-monitor-2024-0-1-2-of-4-hosts-not/m-p/1549126#M2265 but I don't know. Any help? Thanks-
... View more
02-04-2025
06:54 AM
|
0
|
3
|
1571
|
|
POST
|
Yes, I've been doing this for about 5 years now: gis = GIS("https://yourorg.maps.arcgis.com/", "username", "pw")
try:
pubGroups = gis.groups.search(query='title:Some Group Title', max_groups=1000)
for pubGroup in pubGroups:
#print (pubGroup.title)
if (pubGroup.title == 'Some Group Title Layers Group'):
print (pubGroup.title)
items = pubGroup.content()
#print (items)
for item in items:
#print(item.name)
item.content_status = 'authoritative'
item.protect(enable=False)
#print(item.content_status)
message = message + "\n" + (pubGroup.title) + " Itens Sucessfully Reauthorized"
except Exception:
# If an error occurred, print line number and error message
import traceback, sys
tb = sys.exc_info()[2]
e = sys.exc_info()[1]
print(e.args[0])
print ("Line %i" % tb.tb_lineno)
message = message + "\n" + "Line %i" % tb.tb_lineno
message = message + "\n" + str(e In this way, you can just loop through your groups and the items in each group and set its content status and its protect status. I do this because each week as my collaborated layers sync by reference from portal to arcgis online, I need to re-authorize the layers. More importantly though, for the layers in the workspace collaborations to sync without fail I need to remove the delete protect status....
... View more
01-31-2025
12:36 PM
|
1
|
1
|
1854
|
|
POST
|
I don't recognize your screen grabs. Where are are you generating these usage reports from?
... View more
01-31-2025
05:47 AM
|
0
|
1
|
2890
|
|
POST
|
yeah i was kinda rethinking that as well about an hour later. I am definitely looking forward to the other enhancements, particularly the web adaptor as I'll be able to now get at monitor from outside the firewall.
... View more
01-31-2025
05:35 AM
|
0
|
0
|
3271
|
|
POST
|
Hmmm, ok. think I'm going to hold off on my upgrade from 2023.3.1 until this is resolved....
... View more
01-30-2025
09:45 AM
|
0
|
2
|
3348
|
|
POST
|
I guess I had it backwards then with my reply. But other than a fresh install of a datastore at any release, how could any datastore not be upgraded?
... View more
01-30-2025
09:00 AM
|
0
|
0
|
3354
|
|
POST
|
I'm going to guess that datastore has to be at 11.4 to be a monitored component
... View more
01-30-2025
07:28 AM
|
0
|
0
|
3386
|
| Title | Kudos | Posted |
|---|---|---|
| 6 | 8 hours ago | |
| 1 | a week ago | |
| 1 | 2 weeks ago | |
| 1 | 3 weeks ago | |
| 2 | 05-22-2026 01:02 PM |
| Online Status |
Online
|
| Date Last Visited |
yesterday
|