What can I help you with?
NVIDIA NVOS User Manual for InfiniBand Switches v25.02.3000

Security

To wipe the SED SSD (encrypted with a user-defined or default password), retrieve the PSID and perform a disk wipe.

Get SSD PSID

The Physical Security ID (PSID) is required to unlock and wipe the SSD. The SSD PSID can be retrieved by running the following command:

Copy
Copied!
            

sudo cat /var/run/hw-management/eeprom/vpd_data | grep PSID


Perform Disk Wipe

Once you have the PSID, proceed to wipe the SSD.

Run the following Linux command to initiate the wipe process:

Copy
Copied!
            

sudo sedutil-cli --yesIreallywanttoERASEALLmydatausingthePSID <psid> /dev/nvme0

The psid value needs to be taken from the earlier step in "Get SSD PSID".

Note

In order to execute these commands, the user must have sudo capabilities.

Warning

This action is destructive and irreversible. Proceeding will completely erase all data on the switch's disk.


Prerequisites

Before starting the recovery process, ensure the following requirements are met:

  • PXE Server Setup

    • A PXE (Preboot Execution Environment) server must be installed and running in the lab network

    • The PXE server should be configured to point to the NVIDIA ONIE image

  • Required Resources

    • NVIDIA ONIE image

    • NVOS image

    • Provisioning package

Note

Performing an SSD wipe will erase the previous NVOS configuration, and it will not be recoverable. Ensure that any required configurations or data are backed up before proceeding.


Recovery Steps

  1. Connect to serial console.

  2. On serial console, once switch is powered on, wait untill PXE boot appears.

  3. The switch will automatically connect to the PXE server and will provide selection of ONIE versions to install.

    Copy
    Copied!
                

    GNU GRUB  version 0.97  (640K lower / 29376K upper memory)    +-------------------------------------------------------------------------+ | ONIE_r5.3.0013-115200                                            | ^ |                                                                         | |                                                                         | |                                                                         | |                                                                         | |                                                                         | |                                                                         | |                                                                         | |                                                                         | |                                                                         | |                                                                         | |                                                                         | v  +-------------------------------------------------------------------------+       Use the ^ and v keys to select which entry is highlighted.       Press enter to boot the selected OS, 'e' to edit the       commands before booting, 'a' to modify the kernel arguments       before booting, or 'c' for a command-line.

  4. Select ONIE version and install (note: select ONIE_r5.3.0013-115200 version or later).

  5. Boot from desired ONIE and select ONIE Rescue.

  6. Copy provisioning package (e.g., sed_provisioning_83.03.0001.tgz) to /tmp.

  7. Extract provisioning script and run it.

    Copy
    Copied!
                

    cd /tmp tar –xzf sed_provisioning_83.03.0001.tgz ./sedutil_init.sh

  8. Wait for the script to finish (which can take up to 2 minutes). The device will perform power-cycle.

  9. Perform a new NVOS image install following the guideliens in the Installing a New NVOS Image section.

© Copyright 2025, NVIDIA. Last updated on Mar 19, 2025.