Restart and safe shutdown: Difference between revisions

From wiki.comcert.com
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
== Introduction ==
== Introduction ==


In order to avoid file corruption and loss of data, services on AED must be terminated before shutting down the appliance.
To avoid file corruption and loss of data, services on AED must be terminated before shutting down the appliance.


 
 
Line 10: Line 10:
=== Stop/restart ===
=== Stop/restart ===


Login to the CLI
Login to the CLI.


Run the following commands
Run the following commands:
<pre>services stop aed
<pre># services stop aed
services start aed</pre>
# services start aed</pre>


&nbsp;
&nbsp;


=== Shutdown ===
=== Shutdown/reboot ===


<span style="background-color:#FFFF00;">Shutting down and rebooting the AED could take several minutes to complete.&nbsp; If the AED is situated in-line and has no bypass function, this will result in an interruption of the link for the same amount of time.</span>&nbsp;
<span style="background-color:#FFFF00;">Shutting down and rebooting the AED could take several minutes to complete.&nbsp; If the AED is situated in-line and has no bypass function, this will result in an interruption of the link for the same amount of time.</span>&nbsp;


Login to the CLI
Login to the CLI.


Run the following commands
Run the following commands:
<pre>services stop aed
<pre># services stop aed
shutdown</pre>
# shutdown</pre>


&nbsp;
Services will start automatically after (re-)boot.

Latest revision as of 07:18, 31 October 2022

Introduction

To avoid file corruption and loss of data, services on AED must be terminated before shutting down the appliance.

 

Solution

Stop/restart

Login to the CLI.

Run the following commands:

# services stop aed
# services start aed

 

Shutdown/reboot

Shutting down and rebooting the AED could take several minutes to complete.  If the AED is situated in-line and has no bypass function, this will result in an interruption of the link for the same amount of time. 

Login to the CLI.

Run the following commands:

# services stop aed
# shutdown

Services will start automatically after (re-)boot.