Hi
I want to execute a script on the last day of every month.
I tried using the following line but it failed:
50 23 * * * && cd live/cgi-bin/;perl org_stats_monthly_cron_job.cgi
log shows:
CMD:
Its a Solaris box.
Could someone please help me out?
Thanks in advance. (3 Replies)
I run cron in solaris 10 zone. One cron job which syncing files to nfs mounted on container, creates after finishing another cron proccess(/usr/sbin/cron), and after 100 existing cron proccesses next cron job will not start. It's too weird for me, I'm not able to solve this problem. Theoretically... (3 Replies)
hi,
i have set a cron job to run build in one of the env. it shud basically stop the server,deploy the code and start the server. while starting the server the logs are getting created with the cron account id and not the normal user because of which the server is not coming up. can you please... (4 Replies)
Hi,
I have scheduled a job previously and was running fine,but due to some issue i have commented it.Now the issue was solved and i have scheduled as below in crontab.
30 2 * * * /u01/srcdata/CSA/holding/common/script/QPLR_RegValrao.sh PROD
Cron is running,but my job is not triggering.
... (1 Reply)
I am scheduling job using Datastage tool, which tool is installed on solaris server.
I can able to schedule jobs/sequences, its not trigering at specified scheduling trigerring time.
but at specified job not starting automatically. Till that specified schedule time, i can able to see that the job... (6 Replies)
Hi ,
I have removed a cron for particular user , but cron job seems to be running even after the cron entry is removed. The purpose of the cron was to sendmail to user ( it uses mailx utility )
I have restarted cron and sendmail service still user is getting mail alerts from the cron job. And... (4 Replies)
Hi,
1)
If some job supposed to run on 1st of every month at 7 AM
In cron job when we have a blackout on the 1st ( i.e when 1st falls on a sunday ) how can we make the job run the next business day?
2) How can we run a job on 25th of every quarter 7 AM(jan,apr,jul,oct)
And if 25th... (5 Replies)
Discussion started by: System Admin 77
5 Replies
LEARN ABOUT DEBIAN
ecaccess-job-list
ECACCESS-JOB-LIST(1p) User Contributed Perl Documentation ECACCESS-JOB-LIST(1p)NAME
ecaccess-job-list - List all ECaccess Jobs
SYNOPSIS
ecaccess-job-list -version|-help|-manual
ecaccess-job-list [-debug] [job-id]
DESCRIPTION
List all your ECaccess Jobs. When a job-id is specified then the details for this job are displayed.
The Job statuses can have the following values:
INIT Jobs are being initialised
STDBY Jobs are waiting for an event
EXEC Jobs are running
WAIT Jobs have been queued to the scheduler (e.g. LoadLeveler)
RETR Jobs will be resubmitted
STOP Jobs have NOT completed (error)
DONE Jobs have successfully completed
ARGUMENTS
job-id (optional)
The identifier of the ECaccess Job to retrieve the details.
OPTIONS -version
Display version number and exits.
-help Print a brief help message and exits.
-manual Prints the manual page and exits.
-debug Display the SOAP messages exchanged.
EXAMPLES
ecaccess-job-list 124356
Give the informations concerning the ECaccess Job with identifier 124356.
ecaccess-job-list
List all your ECaccess Jobs in the spool.
SEE ALSO
ecaccess-queue-list, ecaccess-job-delete, ecaccess-job-get, ecaccess-job-restart, ecaccess-job-submit and ecaccess.
perl v5.14.2 2012-04-16 ECACCESS-JOB-LIST(1p)