Description

This article describes the procedure to collect the diagnostic logs from the SDI

Symptoms

Procedure to collect diagnostic logs from SDI

Solution

To do so, please login to the SDI CLI using the admin user.

1. Enter the diagnosis mode by typing "diagnosis"
2. Type "diagnosis-data-collection send user@<ip-address>:/<path for storing the logs>"
     where the ip-address is of the remote location where the logs are to be sent
     the user is the username for login
     path for storing the logs is the directory to store the logs.

Example:
 
primary:Core#(diagnosis)# diagnosis-data-collection send [email protected]:/tmp

Collecting the diagnosis data ......
Sending the collected diagnosis data to the remote server [email protected]:/tmp......
The authenticity of host '10.219.50.47 (10.219.50.47)' can't be established.
ECDSA key fingerprint is SHA256:Cd0tg5J3YZnZxaXKkb9AMDSffmPeX233QscB3Wsdd1Q.
Are you sure you want to continue connecting (yes/no)? 

This will collect the logs and store them in the /tmp directory of the 10.219.50.47 server.

 

Modification History

Articke Created