To enable debug logging for backup proxy
For Agent Version 6.x.x:
Stop the agent service on the backup proxy. Run the following command:
service Phoenix stopVerify if any Druva Phoenix processes are still running. Run the following command:
ps -ef| grep -i PhoenixIf any process is still found running, kill the process. Run the following command:
Kill -9 <process id>Go to
/etc/Phoenix/AHVand editPhoenix.cfgfile using vi editor.Change the value of
DEBUGLEVELfrom0to9.To enable the photon log filter, ensure the value
PHOTON_LOG_FILTER; info,syncer=debugis present. The default value isinfo.Save the configuration file.
Restart the Phoenix agent service.
service Phoenix start
Debug mode for logging is enabled for Nutanix AHV backup proxy.
To disable debug logging for backup proxy
For Agent Version 6.x.x:
Stop the Phoenix agent service on the backup proxy using the command:
service Phoenix stopVerify if any Druva Phoenix processes are still running.
ps -ef| grep -i PhoenixIf any process is still found running, kill the process with the following command:
Kill -9 <process id>Go to
/etc/Phoenix/AHVand edit thePhoenix.cfgfile using the vi editor.Change the value of
DEBUGLEVELfrom9to0.To enable the photon log filter, ensure the value
PHOTON_LOG_FILTER; info,syncer=debugis present. The default value isinfo.Save the configuration file.
Restart the Phoenix agent service using the command:
service Phoenix start
