Exporting Logs in Command Line Interface
To export logs in command line interface, use the following command:
veeamconfig grablogs [--include-system-logs] |
where --include-system-logs is the option that allows Veeam Agent to collect and export dmesg system messages and log messages from /var/adm/messages*.
Veeam Agent for Oracle Solaris will collect logs, export them to an archive file and save the archive to the current working directory. The name of the archive file depends on the Veeam Agent computer architecture: veeam_logs_Solaris_x86_<date>_<time>.tar.gz for x86 architecture and veeam_logs_Solaris_Sparc_<date>_<time>.tar.gz for SPARC architecture.
For example:
user@srv01:~$ veeamconfig grablogs |