PowerEdge: How to export a Tech Support Report (TSR) from Command Line
Summary: This article provides information about exporting the Tech Support Report (TSR) / SupportAssist Collection, including the Operating System, Application Data, and the RAID controller log. This is done using the integrated Dell Remote Access Controller (iDRAC) command-line interface (CLI) of Dell PowerEdge servers generations 12, 13, and 14. ...
Instructions
Table of Contents:
- Advantages
- Exporting a SupportAssist Collection from CLI on iDRAC9
- Exporting a SupportAssist Collection from CLI on iDRAC7 and iDRAC8
- Easier and faster than the graphical interface (iDRAC9)
- iDRAC Credentials are not required.
- Cabling or configuring the iDRAC's Network settings is not required.
- A web browser is not required.
- The collection can be generated even if the iDRAC user interface is not working
Some examples where the TSR using the command-line can be useful:
- The user interface is not accessible or not working properly.
- The iDRAC is cabled and configured, but the customer does not know the credentials.
- The iDRAC is not configured, not cabled and the customer is accessing the server remotely.
Scenarios like this can be circumvented by performing a TSR/SupportAssist Collection by Command-Line.
Exporting a SupportAssist Collection from CLI on iDRAC9
Pre-requisites:
iDRAC Service Modules (iSM) must be installed and running. Below are the links to the manuals with instructions on how to install the iSM:
- Initial installation of iDRAC Service Module through iDRAC Enterprise or Datacenter or iDRAC Express on Microsoft Windows and Linux
- Install iDRAC Service Module on Microsoft Windows operating systems
- Install iDRAC Service Module on VMware ESXi
- Install iDRAC Service Module on Linux operating systems
- Install iDRAC Service Module when System Configuration Lockdown mode is enabled in iDRAC
- Install iDRAC Service Module in container environment
Procedure:
Windows:
- Open a PowerShell console and run the "Invoke-SupportAssistCollection" Cmdlet:


- After completion find the file in the informed directory.
Linux and VMware:
- Go to the directory:
/opt/dell/srvadmin/iSM/bin - Run the command: .
/Invoke-SupportAssistCollection
- After completion find the file in the informed directory.
Exporting a SupportAssist Collection from CLI on iDRAC7/8
Pre-requisites:
- Install the latest DRAC Tools available from Drivers & Downloads
Procedure:
Windows and Linux:
- From Command Prompt(Windows) or Console(Linux) run the following command:
racadm techsupreport collect -t sysinfo,ttylog
- The operation is started, and the Job ID is listed.
Note: More collection options can be found here
- To check the task status use the racadm jobqueue view command:
racadm jobqueue view -i <JID> - Use the following command to export the file to the wanted directory:
racadm techsupreport export -f

Additional Information
PowerEdge: Export a SupportAssist Collection Using iDRAC7 and iDRAC8
How to export Tech Support Report with access to VMware ESXi 8 only
How to Export Tech Support Report via Rocky Linux 9
PowerEdge: How to install ISM on ESXI server to enable TSR collection
PowerEdge: How To Gather TSR with Debug logs using Rocky Linux Based SLI Image