Posts

Showing posts with the label disable

How to Manage Linux Services: Start, Stop, and Restart (Daemon Hunting?) with commands

Image
How to Manage Linux Services: Start, Stop, and Restart (Daemon Hunting?) with commands This section explains the procedures to manage Linux Services: Start, Stop, and Restart (Daemon Hunting?) with commands Topics: Starting and Stopping the Daemon Start and stop the daemon and force the daemon to stop a health check run. Configuring the Daemon for Automatic Restart By default, you must manually restart the daemon if you restart the server or node on which the daemon is running. Setting and Getting Options for the Daemon Set the daemon options before you start the daemon. Reset the daemon options anytime after starting the daemon. Querying the Status and Next Planned Daemon Run Query the status and next automatic run schedule of the running daemon.  2.4.1 Starting and Stopping the Daemon Start and stop the daemon and force the daemon to stop a health check run. To start and stop the daemon: 1. To start the daemon, use the –d start option as follows: command: $ ./orachk –d start $ ./...