NVIDIA NVOS User Manual for InfiniBand Switches v25.02.5002

Security

The SSD wipe command below performs a Secure Erase and Crypto Erase.

  • Cryptographic Erase (CE) is a secure method for sanitizing entire drives and storage devices by deleting the encryption keys used to protect the data.

  • Secure erasure is the process of permanently and irreversibly removing data from a storage device, ensuring that the data cannot be recovered using any means, even with advanced data recovery tools.

Perform Disk Wipe

  1. To perform the SSD wipe action, run the following command:

    Copy
    Copied!
                

    admin@nvos:~$ nv action erase system disk

    More details can be found in the Resource Management Commands section.

    Note

    Note that once the action is completed, it will be impossible to recover the SSD data. Additionally, the user will be able to connect to the system until the next reboot, as the file system (only mandatory directories) is loaded into RAM. After a reboot, the user will not be able to see any SSD partitions.

  2. Reboot after the SSD wipe action finishes, use the following command:

    Copy
    Copied!
                

    /bin/reboot

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 and automatically boot from it without user interaction

  • 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. Wait for NVIDIA ONIE installation to finish (should take up to 3 minutes).

  2. Connect to ONIE via ssh. Please refer to UM for ONIE default credentials.

  3. Once connected to ONIE, stop onie install by running onie-stop.

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

  5. Extract provisioning script and run it.

    Copy
    Copied!
                

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

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

  7. Perform a new NVOS image install following the guidelines in the Installing a New NVOS Image section.

© Copyright 2025, NVIDIA. Last updated on Aug 13, 2025.