UFM System Dump Tab

You can export and save UFM database information, configuration and log files in a predefined location allowing you to create full system dump before upgrading, or for NVIDIA Enterprise Support.

By default, the system dump includes UFM database, UFM configuration, machine configuration and log files. You can also save troubleshooting information to send the required information for debugging with NVIDIA Enterprise Support. The additional troubleshooting information includes system snapshot files, system configurations and UFM reports.

To create a system dump, click the “Create System dump” button.

To extend the troubleshooting information for debugging purposes, check the "Include Troubleshooting" Information checkbox.

image2023-1-25_14-15-21-version-1-modificationdate-1707037562467-api-v2.png

UFM will create the system dump and save the data to the predefined location. By default, the system dump files are stored under /opt/ufm/backup directory. You can change the location of the system dump files in the gv.cfg configuration file in the backup folder location section.

For example:

Copy
Copied!
            

#backup folder location backup_folder=/opt/ufm/backup

In addition, if you did not switch from the tab, once the system dump creation process is complete, a download link will be available for downloading the system dump file directly to the user's machine, as shown in the below example:

image2023-1-30_16-44-53-version-1-modificationdate-1707037562803-api-v2.png

The ufm_sysdump script can be employed to extract UFM system information. The script is located in diverse locations depending on the UFM installation method.

The ufm_sysdump can be run without any arguments. The default location of the script output depends on the installation method. To change the default location of the script output, add the -o argument and specify the desired script location (e.g. ufm_sysdump -o <output location>).

Additionally, the UFM script gathers the Cyber-AI and HA modules system dump output and stores it in the same tar file.

Location of the ufm_sysdump script is as follow:

  • On baremetal/HA master or standby Modes: /usr/bin/ufm_sysdump.sh

  • Standalone Mode: it is located in /opt/ufm/files/scripts/ufm_sysdump.sh

The default script output location:

  • Barematal Mode: backup folder /opt/ufm/backup

  • Standalone Mode: backup folder inside the docker. Additionally, the working directory has been established for easier copying of the results

  • HA master and standby Modes: /tmp folder

© Copyright 2023, NVIDIA. Last updated on Mar 12, 2024.