1. How to collect tech support on Versa Director | FlexVNF | Analytics
2. How to collect logs files under specific path.
3. How to get log/support files from branches with no direct SSH/SFTP access.
To collect support run "request system tech-support” in cli and will be saved under dir /tmp.
Note all file /tmp dir are clear on reboot

On FlexVNF we can "request system tech-support” or "request system tech-support minimal" in cli. It will be saved under dir /tmp.

Difference between regular and minimal tech-support logs.
To collect support run "request system tech-support” in cli and will be saved under dir /tmp.

e.g /var/log/* or /var/log/versa/* or /
sudo tar -cvzf /home/admin/<filename>.tar.gz /var/log/*

File will be saved under the path /home/admin/.
Log/ tech-support from branches can be uploaded to VD and collected from there to upload to Versa portal/File Server.
Run below command on VD shell. We need the branch mgmt(overlay) ip address, which we can get from VD GUI
sudo scp admin@<Branch-mgmt IP>:/file-Path/<filename> /home/admin/

