how to check if autosys or control-M is running?

 
Thread Tools Search this Thread
Operating Systems Linux Fedora how to check if autosys or control-M is running?
# 1  
Old 04-20-2011
Question how to check if autosys or control-M is running?

Hi,

On a unix/linux server, how do I check if Autosys or Control-M (scheduler) is running? are there unique processes for these applications that I could do

ps -ef | grep ???

thanks,

Jason
# 2  
Old 04-20-2011
Probably better to check the server's service control. How to do that depends on what it is. What is it?
# 3  
Old 04-20-2011
Quote:
Originally Posted by Corona688
Probably better to check the server's service control. How to do that depends on what it is. What is it?
Not sure what you are asking here?
# 4  
Old 04-20-2011
We run Autosys here, but I'm sure it's not the conventional way. One daemon that might be in common is 'auto_remote'. Grep for this process and see if that is running.

If this is different, then I would first try to find out what user Autosys runs as. Then grep on that user and see if you can find a process that appears to be from Autosys.

Sorry about not being able to help you further. Hope that helps you though.
# 5  
Old 04-20-2011
Quote:
Originally Posted by seafan
Not sure what you are asking here?
The system, what is it? HP-UX? AIX? Linux? Solaris? Other?
# 6  
Old 04-20-2011
Quote:
Originally Posted by Corona688
The system, what is it? HP-UX? AIX? Linux? Solaris? Other?
It's either Sun Solaris 5.10 or Linux 2.6.9:

SunOS 5.10 Generic_141414-07 sun4us sparc FJSV,GPUZC-M
Linux 2.6.9-67.0.4.ELlargesmp #1 SMP x86_64
# 7  
Old 04-20-2011
Well, could you find out? The answer's probably going to be different depending...
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to check if Autosys is installed?

How can I check if "Autosys" is installed on my Linux and Solaris servers ? I prefer Autosys instead of Crontab. (4 Replies)
Discussion started by: mohtashims
4 Replies

2. Shell Programming and Scripting

Command to check only Autosys running jobs with autorep like command

Hi, Is there any specific command to use to check only say Running jobs via autorep or similar command for Autosys? (0 Replies)
Discussion started by: sidnow
0 Replies

3. UNIX for Advanced & Expert Users

Autosys Scheduler- Running job at particular time

Hi Experts, I am new to Autosys. I created a Autosys box job to run at 10 AM daily. As scheduled, the job starts on time. There is another box job inside the box. I have scheduled it to run at 11 AM but it kicks off automatically with the main job at 10 AM. insert_job: Main-job ... (2 Replies)
Discussion started by: pk_bohra
2 Replies

4. UNIX for Advanced & Expert Users

Autosys Job Running every 5th Day of Month

Hi, Is there a way to schedule a job in Autosys to run every 5th Day of Month without using custom calendar? Thanks. (1 Reply)
Discussion started by: vbhatnag
1 Replies

5. UNIX for Advanced & Expert Users

report of autosys job in RUNNING state

I am looking to get a report on autosys jobs in RUNNING state b/w certain time frame (timeA and timeB). What I am after is the list of all the jobs that ran between AND during timeA and timeB. Jobs within the timeframe could either: A: STARTING --> RUNNING --> SUCCESS/FAILURE etc.. B: ... (1 Reply)
Discussion started by: rgilan01
1 Replies

6. Solaris

report of autosys job in RUNNING state

I am looking to get a report on autosys jobs in RUNNING state b/w certain time frame (timeA and timeB). What I am after is the list of all the jobs that ran between AND during timeA and timeB. Jobs within the timeframe could either: A: STARTING --> RUNNING --> SUCCESS/FAILURE etc.. B: ... (2 Replies)
Discussion started by: rgilan01
2 Replies

7. Programming

report of autosys job in RUNNING state

I am looking to get a report on autosys jobs in RUNNING state b/w certain time frame (timeA and timeB). What I am after is the list of all the jobs that ran between AND during timeA and timeB. Jobs within the timeframe could either: A: STARTING --> RUNNING --> SUCCESS/FAILURE etc.. B: ... (0 Replies)
Discussion started by: rgilan01
0 Replies

8. Shell Programming and Scripting

report of autosys job in RUNNING state

I am looking to get a report on autosys jobs in RUNNING state b/w certain time frame (timeA and timeB). What I am after is the list of all the jobs that ran between AND during timeA and timeB. Jobs within the timeframe could either: A: STARTING --> RUNNING --> SUCCESS/FAILURE etc.. B: ... (0 Replies)
Discussion started by: rgilan01
0 Replies

9. UNIX for Advanced & Expert Users

Documentation and books on Autosys Job Control Tool from Autosys

My project uses Autosys. I am new to this product and I don't know where to start from. Q1. Please provide me the link where I can get Autosys documentation Q2. Please refer a good book on Autosys. (Beginner/Intermediate Level) (0 Replies)
Discussion started by: gram77
0 Replies

10. Shell Programming and Scripting

Script not running in AutoSys

Hi, I am having problems running a script from AutoSys. The script runs fine when I run it manually, but errors out when run from AutoSys. Error: db2: not found In the script, we are directing a query to db2. Query1.sql 01/01/2004 | db2 +p >> sql.out 2>&1 where Query1.sql is an... (2 Replies)
Discussion started by: ramsi_ece
2 Replies
Login or Register to Ask a Question