blob: a3b1e141361b45b37265e1cbff14afcea00f0ee0 [file] [log] [blame]
Zack Williams9026f532020-11-30 11:34:32 -07001..
2 SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
3 SPDX-License-Identifier: Apache-2.0
4
5Operations
6==========
7
8Edge shutdown procedure
9-----------------------
10
11To gracefully shutdown an Aether Edge Pod, follow the following steps:
12
131. Shutdown the fabric switches using ``shutdown -h now``
14
152. Shutdown the compute servers using ``shutdown -h now``
16
173. Shutdown the management server using ``shutdown -h now``
18
194. The management switch and eNB aren't capable of a graceful shutdown, so no
20 steps need to be taken for that hardware.
21
225. Remove power from the pod.
23
24.. note::
25
26 The shutdown steps can be automated with an :doc:`ad-hoc ansible command
27 <ansible:user_guide/intro_adhoc>` and you have an ansible inventory of all
28 the systems::
29
30 ansible -i inventory/sitename.ini -b -m shutdown -a "delay=60" all
31
32 The ``delay=60`` arg is to allow hosts behind the management server to be
33 reached before the management server shuts down.
34
35Edge power up procedure
36-----------------------
37
381. Restore power to the pod equipment. The fabric and management switches will
39 power on automatically.
40
412. Turn on the management server using the front panel power button
42
433. Turn on the compute servers using the front panel power buttons