Enable Debug on the DXi - OST, NDMP |
OVERVIEW
When the information provided in the DXI and OST plugin logs is insufficient to identify the issue, enabling DEBUG will increase the information captured in the logs. This section shows how to enable debug for OST.
To enable DEBUG for OST logging on the DXi:
# allow INFO and up messages for OST
log4cplus.logger.ost = INFO, ALL_APP
log4cplus.additivity.ost = false
# allow DEBUG for OST
log4cplus.logger.ost = DEBUG, ALL_APP
log4cplus.additivity.ost = false
service log4cplus-server restart
log4cplus.logger.ndmp=INFO,ALL_APP
becomes
log4cplus.logger.ndmp=DEBUG,ALL_APP
service log4cplus-server restart
service ndmp restart
touch /var/DXi/processwatcher
Notes |
This page was generated by the BrainKeeper Enterprise Wiki, © 2018 |