How to tell if Oracle is running on a Voyager server
- Product: Voyager
- Relevant for Installation Type: Multi-Tenant Direct, Dedicated-Direct, Local, TotalCare
Question
How to tell if Oracle is running on a Voyager server?
Answer
SSH to the Voyager server as the voyager user.
Run this command:
ps -fu oracle
A large number of background processes (lines) should be returned, including lines that look like the following:
oracle 2438 1 0 01:02 ? 00:00:01 /exlibris/oracle/app/oracle/product/19c/bin/tnslsnr LISTENER -inherit
oracleVGER (DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))
ora_pmon_VGER (and numerous other/similar e.g., "smon", "lgwr", "ckpt", etc.)
Additional Information:
See:
How to Properly Restart Voyager, Apache and Tomcat
How to tell if the Oracle Listener is running on a Voyager server
- Article last edited: 04-Sept-2020