Hosts availability

All questions about Control-M jobs definitions
Post Reply
User avatar
madton
Nouveau
Nouveau
Posts: 2
Joined: 03 Apr 2013 12:00

Hosts availability

Post by madton » 03 Apr 2013 4:01

Hi guys!

straight to the point))

I need with Control-M v8 check the availability of remote hosts
I created OS_Job, in Command line entered:ping 10.1.1.1 (Suppose that host is not available)
in Action tab -> On-Do Action Section i chose -"OS completion status" and equal to = 1 and Notify messege.but the program at run time does not fulfill this condition.
Please tell me what is wrong?
Sorry for my english :)[/b]

User avatar
Rocket
Nouveau
Nouveau
Posts: 11
Joined: 21 Mar 2013 12:00
Location: India

Rewrite Action Tab

Post by Rocket » 04 Apr 2013 8:40

Kindly mention the tabs in brief..and what happens after execution..!

User avatar
madton
Nouveau
Nouveau
Posts: 2
Joined: 03 Apr 2013 12:00

Re: Rewrite Action Tab

Post by madton » 05 Apr 2013 8:54

Rocket wrote:Kindly mention the tabs in brief..and what happens after execution..!
in Planing Tab drag and drop "OS",
in Left panel Command line entered:"ping x.x.x.x"
(Suppose that host is not available
if host available OS ERRORLEVEL 0
if host dead OS ERRORLEVEL 1)
in Action tab click add On-Do Action
"On" section chose -"OS completion status" and equal to = 1
"Do" section chose - Notify and message line entered:"Dead"
process is done without notification message

accordingly condition defined in the "OS completion status" fails
I may be in the wrong place defined conditions?

User avatar
cjdesch
Nouveau
Nouveau
Posts: 10
Joined: 16 Jul 2013 12:00

Post by cjdesch » 22 Jul 2013 9:15

You may want to check out this thread:

http://www.scheduler-usage.com/modules. ... pic&t=3605

User avatar
gglau
Nouveau
Nouveau
Posts: 317
Joined: 13 Jun 2007 12:00

Post by gglau » 23 Jul 2013 12:02

A classic example on CTM post processing.

Run the command (directly or as a job) to observe its RC and output of various situations, in your case host reachable, unreachable and unresolvable. Then you can decide the unique value for a certain situation.

Post Reply