Add and deleted alerts

Post Reply
User avatar
futre25
Nouveau
Nouveau
Posts: 166
Joined: 11 Aug 2009 12:00

Add and deleted alerts

Post by futre25 » 24 Sep 2009 12:43

Hi.

As it is added or an alarm is eliminated.
I have to introduce in the alerts several agents servers in order that if they fall, it jumps the alarm.

Thank you very much

User avatar
philmalmaison
Nouveau
Nouveau
Posts: 1148
Joined: 08 Jun 2007 12:00
Location: Ile de France

Post by philmalmaison » 28 Sep 2009 1:01

wich version, from 6.3.01 it's the xalerts in CCM

regards
philmalmaison

User avatar
futre25
Nouveau
Nouveau
Posts: 166
Joined: 11 Aug 2009 12:00

Post by futre25 » 29 Sep 2009 1:51

Hi,

thanks very much for answering.

I continue with doubts.

I have read your commentary and the documentation, but I have not managed to find the solution. You might explain from zero introduce me as like a new alarm in Control-M, as for example fall of the Gateway, percentage of capacity of a filesystem. Neither I understand the Exceptions of Alarms.

Thank you very much for everything.
Regards.

User avatar
futre25
Nouveau
Nouveau
Posts: 166
Joined: 11 Aug 2009 12:00

Add new alerts in Control-M

Post by futre25 » 08 Oct 2009 11:15

Hi,

I need know with add new alerts in Control-M.
Example: When one filesystem /usr/ctmagent it overcomes the threshold of 90 %, or one agent is unavalible.

Now I do not have any alarm in alerts, but i have agents and filesystem abundances in different servers.

Best Regards to all.
Ricardo.

User avatar
Walty
Nouveau
Nouveau
Posts: 473
Joined: 20 Jan 2006 12:00

Post by Walty » 12 Oct 2009 8:37

Hi,

you can see the <ctmshout> or <ctm2snmp> utilities
Best regards
Walty

User avatar
futre25
Nouveau
Nouveau
Posts: 166
Joined: 11 Aug 2009 12:00

Post by futre25 » 15 Oct 2009 1:22

Regards for you reply.
I has served me of great help,

but I have another doubt.
I do not find the scripts that checks and orders the alarm of full filesystem. You know if this one to server's level of Control-M, if he is in some scripts.
Or if it is to level of operating system.
The motive is that I have to change the range of the alarm of a filesystem into a server agent and not to find where to change it.

Thank you very much.

User avatar
futre25
Nouveau
Nouveau
Posts: 166
Joined: 11 Aug 2009 12:00

Post by futre25 » 20 Oct 2009 2:30

Hi,
I created an alarm with ctmshout.
How can I remove? and where does the record of this alarm?.

Thank you philmalmaison respond to CTMEXIT.

User avatar
philmalmaison
Nouveau
Nouveau
Posts: 1148
Joined: 08 Jun 2007 12:00
Location: Ile de France

Post by philmalmaison » 20 Oct 2009 2:59

the alerts are store in the ALARM controlm/EM table, with a SERIAL number.
So you can do something like this :
isql -U<emuser> -P<em_pass>
delete from ALARM
where
SERIAL=<number>
go (or ; for oracle)

after this to have to do a refresh of the GAS component :

ecs ctl -U <emuser> -P <empass> -C GAS -M `uname -n` -name <GAS> -cmdstr "REFRESH"

regards
philmalmaison

User avatar
futre25
Nouveau
Nouveau
Posts: 166
Joined: 11 Aug 2009 12:00

Post by futre25 » 20 Oct 2009 5:44

Thanks.

but I need to cancel (not to exit but this alarm) does not erase that have already appeared. I would not jump back to that alarm.

I in ALARM controlm/EM table see table already appeared, but no where to return to remove the alarm off.


Thanks philmalmaison

Post Reply