This article details the process of generating and collecting SOS Reports from NetApp OSS Servers. These reports are often required by the NetApp Support Team for detailed analysis and troubleshooting.
Applicable to:
NetApp OSS Servers
Administrators or support engineers performing diagnostic data collection
Environments where NetApp technical support requests SOS logs
SSH access to the OSS node
sudo privileges on the server
A file transfer tool (e.g., MobaXterm) - easy method for downloading files from servers
SSH into the specific OSS node where the SOS report needs to be collected.
ssh <username>@<oss-server-ip>Run the SOS report command using sudo privileges:
sudo sos reportThe tool will start collecting system diagnostics, logs, configuration details, and environment information.
Note: The SOS report collection may take several minutes depending on node load.
Once completed, a compressed .tar.xz or .tar.gz archive will be generated.
By default, the generated report will be stored under:
/var/tmp/Use a file-transfer tool such as MobaXterm:
Using MobaXterm:
Open MobaXterm and start an SSH session to the OSS node.
MobaXterm installation guide
On the left side, the SFTP browser automatically displays the remote filesystem.
Navigate to:
/var/tmp/Locate the generated file.
Right-click - Download
Provide the destination path and click OK
Upload the collected SOS report to the NetApp engineer as requested.
Run the command on each OSS node if NetApp requests logs from multiple servers.
End of Document