Solved! Go to Solution.
Jeff,
How can I find the associated PID for a ArcGIS Server service...? Do I have to scour the logs, or is there an easier way?
Thanks!
Matthew,
Assuming you are using Server v10.1 or later, the command line column in the Windows Task Manager or Process Explorer are the easiest ways. If you are using an earlier version, you will have to scour the logs and manually match them.
Jeff,
Ahhhh...I guess it would help if I turned on the command line column in the task manager, huh?...Since it's not on by default, that was throwing me off.
Many thanks!
From windows task manager on Server.
Enable the command line column, It shows the service name.
or
Through command prompt
CMD> wmic process where name="ArcSOC.exe" get name,processid,creationdate,Commandline
Environment: ArcGIS Enterprise 11.3
Credit: https://gis.stackexchange.com/users/170060/mogambo2000