Restarting an SRC Component
If an SRC component is enabled, you can restart it if needed. You can use one of the following methods to restart a component:
gracefully—Shuts down the component, then starts it again. (Default)
immediately—Sends a signal kill (SIGKILL) signal to immediately stop the component, then starts it again.
soft—Sends a signal hangup (SIGHUP) signal to the process for the component, then starts it again.
To restart a module or component:
In operational mode, use the restart component command.
user@host restart component component <gracefully | immediately | soft>For example, to restart the SAE gracefully:
user@host restart component sae gracefully