Search autosys jobs having .ksh scripts - autosys

I am trying to list all the Autosys jobs with .ksh scripts in the command attribute and the jobs should not been run for the last 3 months
Any help is much appreciated !!

Related

Is there any function/code to rename a AutoSys job through Unix script?

I have 100's of AutoSys job with a prefix.
I have to rename it all with a different prefix.
ex :
123_JobA , 123_JobB
The above two job needs to renamed as 987_JobA, 987_JobB
Is there any way to automate them using Unix script?

How to autmatically excute r script with package by task scheduler?

I wonder how to run an R script automatically with a package file with a task scheduler. I try to do that many times, but my script do make file.
If you guys know that, could you introduce how to execute an R script with a package?
I am trying to describe my issue with the below pictures.
Thank you!
After you have selected the script you want to run, select the schedule. After that click on "Create Job", and then finally click on "Done". The file will run as per the schedule you've selected.

Heartbeat print on running R script via Oozie

I was trying to run a R script on Oozie.
Though the R script was triggered, the Oozie job kept printing Heartbeat in the stdout file, without proceeding further into the R-code.
What may have caused it? Also, how to avoid the same?
Edit :
The script was supposed to read data from HDFS and a series of R scripts were supposed to be operating on the data to generate a json output.
The script was triggered by the oozie workflow from command line.
This oozie job is further planned to be exposed as an API.
I have tried changing the scheduler to fair scheduler as mentioned in this post, but still it didnt work.

How to trigger an oozie workflow job with Bamboo?

I am new to bamboo. I know in general how to trigger an oozie workflow job in CDH env. Could someone please suggest some good documentation which describes this?
In Bamboo I have just created a plan which does the code build pointing to my repository each time I check in. Now I need to know - how can I trigger a workflow job from bamboo?
I understand that this should be some kind of command which needs to trigger from bamboo to execute. Please, suggest
You could use oozie command line interface from script execution step.
Install oozie client on the machine with Bamboo (or on any other and ssh it). On CDH cluster machines it should be preinstalled.
Create bamboo script task (Details: Bamboo Script)
Run start job command in script task, e.g. oozie job -oozie http://localhost:8080/oozie -start 14-20090525161321-oozie-joe. See details on cli usage here

Using the scheduler module on Drupal 6 and Cron

I am wanting to use the scheduler module on Drupal 6 which adds some fields to a node edit page to Publish or Unpublish the node on a specific day and time. The problem is the scheduler is dependent on cron running. The part I'm confused on is how could you possibly schedule a node to publish or unpublish at a specific time unless cron was just constantly running? In other words, if I created a piece of content and scheduled for it to get published two days from now at 8 in the morning, unless cron was running at 8 in the morning, the node would not get published correct? So say for example we only have our cron running twice a day say at 2 in the morning and maybe 2 in the afternoon (I'm just throwing out arbitrary times) and we have our scheduler set to publish our article at 8 in the morning, it technically wouldn't get published until 2 in the afternoon when the second cron activity ran correct? We obviously don't want cron running all the time as it probably wouldn't be good for the site. Am I missing something as far as how this stuff works? OR does anyone have a better solution for allowing nodes to get published and unpublished at set dates and times?
Thanks
I am hoping you have Scheduler module in mind to do the task which you have to do. As per the documentation of this module it only publish/unpublished the node when your cron run next to your scheduled timing. This is what has been written over there--
Scheduled automated publish and unpublish functions occur via the cron
system so the actual, real world, publication times will be aligned to
when your cron system runs. For example, if you enter a published time
of 3:45pm but cron only runs once an hour on the hour then the real
publish time will be 4:00pm and not 3:45pm.

Resources