Check if PASOE instance for OpenEdge Explorer/OpenEdge Management is running.
1. Check if AdminServer is running:
proenv>(root) proadsv -queryOpenEdge Release 12.2.2 as of Mon Sep 14 19:00:37 EDT 2020
WARNING: The ORACLE_HOME environment variable is not set
AdminServer is alive. (8545)
2. Check if Fathom is running:
proenv>(root) fathom -queryOpenEdge Release 12.2.2 as of Mon Sep 14 19:00:37 EDT 2020
Fathom is stopping (19250)
3. Go to PASOE instance directory for Fathom, /dlc/oemgmt/bin:
proenv>(root) ./tcman.sh plist
<Any agent PID number> 15467222 proenv>(root) kill -9 15467222
proenv>(root) ./tcman.sh startUsing CATALINA_BASE: dlc/oemgmt
Using CATALINA_HOME: dlc/oemgmt
Using CATALINA_TMPDIR: dlc/oemgmt/temp
Using JRE_HOME: /any_directory/JAVA/jdk-11.0.8+10/
Using CLASSPATH: dlc/oemgmt/bin/bootstrap.jar:dlc/oemgmt/bin/tomcat-juli.jar
Using CATALINA_PID: dlc/oemgmt/temp/catalina-oemgmt.pid
Existing PID file found during start.
Removing/clearing stale PID file.
Tomcat started.
proenv>(root) fathom -queryOpenEdge Release 12.2.2 as of Mon Sep 14 19:00:37 EDT 2020
Fathom is initializing (19249)
proenv>(root) fathom -queryOpenEdge Release 12.2.2 as of Mon Sep 14 19:00:37 EDT 2020
Fathom is initializing (19249)
proenv>(root) fathom -queryOpenEdge Release 12.2.2 as of Mon Sep 14 19:00:37 EDT 2020
Fathom is initializing (19249)
proenv>(root) fathom -queryOpenEdge Release 12.2.2 as of Mon Sep 14 19:00:37 EDT 2020
Fathom is running. (19178)