Setting the debug level on a NetBackup for Exchange Windows client
The debug logs are located in install_path\NetBackup\logs.
To set the debug level for the legacy process on a NetBackup for Exchange client
- Open the Backup, Archive, and Restore program
- Select File > NetBackup Client Properties.
- Click the Troubleshooting tab.
- Set the General debug level.
Set this level as high as 2.
- Set the Verbose debug level.
Set this level as high as 5.
- Click OK to save your changes.
To set the debug level for the processes that use unified logging on a NetBackup for Exchange client
- Newer NetBackup processes such as ncfgre use unified logging (VxUL). To increase VxUL logging level, run the following:
install dir\NetBackup\bin\vxlogcfg -a -p 51216 -o OID -s DebugLevel=6 -s DiagnosticLevel=6For a list of all OID values, see the NetBackup Logging Reference Guide.
- To reset the VxUL logging level default value, run the following command:
install dir\NetBackup\bin\vxlogcfg -a -p 51216 -o OID -s DebugLevel=1 -s DiagnosticLevel=1