Sunday, September 16, 2012

To kill Garbage collection manually through command line

user@avamar_gridname> avmaint -ava gckill

if the avamar has Datadomain then kill this process after gckill ran and gc still running.


user@avamar_gridname> ps -ef|grep ddrmaint
and "kill -9 process_id"
-9 is to kill forcibly.

No comments:

Post a Comment