Remove old alerts from GAS

Everything about Control-M Enterprise Manager Server installation or setup.
Post Reply
User avatar
Gopikkd
Nouveau
Nouveau
Posts: 154
Joined: 25 May 2009 12:00
Location: Bangalore

Remove old alerts from GAS

Post by Gopikkd » 30 Jul 2014 8:00

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.

User avatar
Gopikkd
Nouveau
Nouveau
Posts: 154
Joined: 25 May 2009 12:00
Location: Bangalore

Re: Remove old alerts from GAS

Post by Gopikkd » 05 Aug 2014 2:06

Hi,

Could someone help me to automate this thru the job.

Thanks.

User avatar
fyot
Nouveau
Nouveau
Posts: 736
Joined: 26 Apr 2005 12:00
Location: PARIS
Contact:

Re: Remove old alerts from GAS

Post by fyot » 07 Aug 2014 8:33

You can removing lines in ALARM table with SQL command from the EM server

User avatar
Gopikkd
Nouveau
Nouveau
Posts: 154
Joined: 25 May 2009 12:00
Location: Bangalore

Re: Remove old alerts from GAS

Post by Gopikkd » 13 Aug 2014 7:46

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.

jsaiz
Nouveau
Nouveau
Posts: 3
Joined: 20 Aug 2014 8:19

Re: Remove old alerts from GAS

Post by jsaiz » 02 Sep 2014 11:20

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

Post Reply