Page 1 of 1

Remove old alerts from GAS

Posted: 30 Jul 2014 8:00
by Gopikkd
Hi All,

Could you please help me to delete unwanted/old alerts from GAS (Alert Window).

How we can delete the alerts from control-m/alert window? thru CCM or command line..?

Thanks,
Gokilan.

Re: Remove old alerts from GAS

Posted: 05 Aug 2014 2:06
by Gopikkd
Hi,

Could someone help me to automate this thru the job.

Thanks.

Re: Remove old alerts from GAS

Posted: 07 Aug 2014 8:33
by fyot
You can removing lines in ALARM table with SQL command from the EM server

Re: Remove old alerts from GAS

Posted: 13 Aug 2014 7:46
by Gopikkd
Hello All,

Could someone tell, how to use Date and time by using auto variable for the below EM utility.

erase_alerts -U <user> -P <password> [-D <date> ] [-H <hour> ] [-F]

Thanks.

Re: Remove old alerts from GAS

Posted: 02 Sep 2014 11:20
by jsaiz
Gopikkd wrote:Hello All,

Could someone tell, how to use Date and time by using auto variable for the below EM utility.

erase_alerts -U <user> -P <password> [-D <date> ] [-H <hour> ] [-F]

Thanks.
erase_alerts -U <user> -P <pass> -D 20140829 -H 0
# stop server, it´ll start automatically
ecs ctl -U <user> -P <pass> -C GAS -all -cmd stop