Automatically Stopping and Starting Oracle e-Business Suite (EBS) on OEL8 at Shutdown and Startup
I need some advice on stopping and starting eBuiness Suite (EBS) on OEL8 and what the best / correct method is to implement it at shutdown and startup?
Short Version:
Is using the /etc/rc.d/rc?.d or /etc/rc?.d still valid or should we now be using systemd services / units?
If systemd should be used, as running adstrtal.sh results in multiple processes, which are in separate processes trees, how do you configure it to avoid the processes being killed as user processes?
Very Long Version:
Whilst I am aware that Oracle don’t support custom scripts to Start and Stop their application, a lot of us have to do it, particularly as we are using VMS where we may start and stop them as required or may need to do other steps around the generic adstrtal.sh & adstpall.sh scripts.