Reset the SN2100 storage switch to factory defaults
To reset the SN2100 storage switch to factory defaults:
-
For Cumulus Linux 5.10 and earlier, you apply the Cumulus image.
-
For Cumulus Linux 5.11 and later, you use the
nv action reset system factory-default
command.
-
You must be connected to the switch using the serial console.
-
You must have the root password for sudo access to the commands.
|
For more information about installing Cumulus Linux, see Software install workflow for NVIDIA SN2100 switches. |
-
From the Cumulus console, download and queue the switch software installation with the command
onie-install -a -i
followed by the file path to the switch software, for example:cumulus@sw1:mgmt:~$ sudo onie-install -a -i http://<web-server>/<path>/cumulus-linux-5.10.0-mlx-amd64.bin
-
The installer starts the download. Type y when prompted to confirm the installation when the image is downloaded and verified.
-
Reboot the switch to install the new software.
sudo reboot
cumulus@sw1:mgmt:~$ sudo reboot
The switch reboots and enters the switch software installation which takes some time. When the installation is complete, the switch reboots and remains at the log-in
prompt.
-
To reset the switch to the factory defaults and remove all configuration, system files, and log files, run:
nv action reset system factory-default
For example:
cumulus@switch:~$ nv action reset system factory-default This operation will reset the system configuration, delete the log files and reboot the switch. Type [y] continue. Type [n] to abort. Do you want to continue? [y/n] y
See the NVIDIA Factory Reset documentation for further details.