How to gather NDMP log files from an EMC Celerra filer
Using the Linux control station for CLI, set the log level for NDMP and PAX
TURNING NDMP LOGGING ON:
$ .server_config server_x "logsys set severity NDMP=LOG_DBG2"
$ .server_config server_x "logsys set severity PAX=LOG_DBG2"
TURNING NDMP LOGGING OFF:
$ .server_config server_x "logsys set severity NDMP=LOG_ERR"
$ .server_config server_x "logsys set severity PAX=LOG_ERR"
Using the server_log command, redirect the server_log to a file:
$ server_log server_2 -a -s > server_2.log
Note: If implementing any 'DEBUG' levels of NDMP logging, it is highly recommended to setup the following command to pipe the Server Log into a file so that all debug information is capture. Otherwise the Server Log wraps too quickly and debug logging can wrap.
$ server_log server_2 -f -s > s2log.log & [$jobs #fg %1 ctrl + c]
Additionally, if possible, generate the Celerra Support Materials bundle.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center