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.
user@hostrestart component
component
<gracefully | immediately | soft>For example, to restart the SAE gracefully:
user@hostrestart component
sae gracefully