Veritas Access Troubleshooting Guide
- Introduction
- General troubleshooting procedures
- Monitoring Veritas Access
- Common recovery procedures
- Bringing services online
- Speeding up replication
- Troubleshooting the Veritas Access cloud as a tier feature
- Troubleshooting Veritas Access installation and configuration issues
- Troubleshooting Veritas Access CIFS issues
- Troubleshooting Veritas Access GUI startup issues
Retrieving and sending debugging information
You can retrieve Veritas Access debugging information from a Veritas Access node and send the information to a server using an external FTP or SCP server.
See the following article for more information on how to provide data for Veritas Technical Support:
http://www.veritas.com/docs/000097935
To upload debugging information from a specified node to an external server
- Upload debugging information from a specified node to an external server.
Support> debuginfo upload nodename debug-URL module
For example, to upload all debugging information to an FTP server:
Support> debuginfo upload node1_1 ftp://admin@ftp.docserver.company.com/patches/ all
For example, to upload CIFS-related debugging information to an SCP server:
Support> debuginfo upload node1_1 scp://root@server.company.com:/tmp/node1_1-cifs-debuginfo.tar.gz
nodename
Specifies the nodename from which to collect the debugging information.
debug-URL
Specifies the remote file or directory for uploading debugging information.
Depending on the type of server from which you upload debugging information, use one of the following example URL formats:
ftp://admin@ftp.docserver.company.com/ patches/
scp://root@server.company.com:/tmp/
If debug-URL specifies a remote file, the debuginfo file is saved by that name. If debug-URL specifies a remote directory, the debuginfo file name displays as the following:
nas_debuginfo_nodename_modulename_timestamp.tar.gz
module
Specifies the values for module.
Supported module values are the following:
all - use to collect all information for debugging
generic - use to collect all debugging information except for information related to Veritas products
cifs - use to collect CIFS-related debugging information
nas - use to collect Veritas Access related debugging information
netbackup - use to collect NetBackup client-related debugging information
The Support> debuginfo command also collects information for the sosreport command for Red Hat Enterprise Linux (RHEL). The sosreport is collected for all the loaded modules except for the selinux module.