Skip to content

Commit

Permalink
Merge branch 'pr/2624' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
cumulusAnia committed Nov 21, 2024
2 parents e688242 + 23c262e commit bad2773
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ author: NVIDIA
weight: 295
toc: 3
---
In certain situations, you might need to power off the switch instead of rebooting. To power off the switch, you can run the Linux `poweroff` command, which gracefully shuts down the switch (the switch LEDs stay on).
In certain situations, you might need to power off the switch instead of rebooting. To power off the switch, run the `cl-poweroff` command, which shuts down the switch.

```
cumulus@switch:~$ sudo poweroff
cumulus@switch:~$ sudo cl-poweroff
```

When you run the Linux `poweroff` command on certain switches, such as the NVIDIA SN2201, SN2010, SN2100, SN2100B, SN3420, SN3700, SN3700C, SN4410, SN4600C, SN4600, SN4700, SN5400, or SN5600, the switch reboots instead of powering off. To power off the switch, run the `cl-poweroff` command instead.
Alternatively, you can run the Linux `poweroff` command, which will gracefully shut down the switch (the switch LEDs stay on). On certain switches, such as the NVIDIA SN2201, SN2010, SN2100, SN2100B, SN3420, SN3700, SN3700C, SN4410, SN4600C, SN4600, SN4700, SN5400, or SN5600, the switch reboots instead of powering off

```
cumulus@switch:~$ sudo cl-poweroff
cumulus@switch:~$ sudo poweroff
```

0 comments on commit bad2773

Please sign in to comment.