Collect data or run reports on a Symantec product appliance including ATP, PGP and SMG
ATP
Login as root
Create a directory:
mkdir /support_automation
Create a sub-directory:
mkdir /support_automation/tmp
Set permissions on the sub-directory:
chmod 777 /tmp
Copy symdiag.run to /support_automation using WinSCP
Set execute permissions on symdiag.run:
chmod -x ./symdiag.run
Run symdiag.run:
./symdiag.run -alldata -tempdir=”./tmp/”
PGP
SymDiag for Linux offers data collection and self-help reporting for PGP
Follow the instructions in https://support.symantec.com/en_US/article.TECH149673.html to allow Putty access
Use Putty to transfer symdiag.run to the computer
Set the execute flag:
chmod +x symdiag.run
Run symdiag.run:
./symdiag.run
SMG
SymDiag for Linux offers Proactive Service reporting for SMG
10.6.4 of higher
See the Command line interface access methods section on how to access the command line interface
See the symdiag section in the Symantec Messaging Gateway [version] Command Line Reference
10.6.3 or lower