O.S Start/Stop script integration since Red Hat/Oracle Linux 7
DMK provides a tiny script, which integrated to the boot procedure serves to start & stop all the oracle services smoothly, source code:
cat ${DMK_HOME}/templates/systemd/oracle.service
Below, all steps for the implementation & integration into the boot sequence:
Firstly, copy the script to the /usr/lib/systemd/system” source code repository and set the correct privileges
Deploy and adapt the configuration file service_start_stop.conf In $DMK_HOME/etc
Secondly, reload systemd and enabled the new service
All necessary systemd link and dependencies are automatically performed by the O.S
Finally, Verify the integration
Tail the systemd logfile
Last updated