Where is the scheduled job?

This scheduled job starts at 22:00 every day on the Linux server.  it creates snapshot on a remote storage via ssh,  and here is what I found in the log about the job on the remote node:
Sun Nov 10 22:00:08 EST [remote_node: rshd_0:debug]: [email protected](linux server ip)[email protected](ip)_37397:IN:ssh2_37397:IN:ssh2 shell:SSH INPUT COMMAND is snap create hourly_11-10-2013_22-00
It seems root cron job is the only cron job under /var/spool/cron on this Linux server. However, I can not find the script which started at 22:00 at all, nor any script with such function. the following is the only line at 22:00pm in /var/cron/log
Nov 10 22:01:01 phoenix crond[24352]: (root) CMD (run-parts /etc/cron.hourly)
However, there is no any scripts with such function in /etc/cron.hourly neither.
Please help me out where this schedule job possibly located on the linux server.
Thank you in advance!

Understand all you are saying here.
I have already talk to NetApp support. They are right that the action on the storage is definitely triggered by this linux server "phoenix". The following message has clearly stated that:
Sun Nov 10 22:00:25 EST [netappname: rshd_4:debug]: [email protected]_37412:IN:ssh2 shell:SSH INPUT COMMAND is snap create vol1 vol1_nightly_11-10-2013_22-00
159.3.99.146 is the ip for the linux server "phoenix".
However, they can not tell me more since it should be found out on the linux.
The problem is that I could not locate the script either by searching crontab jobs or any anacron as you explained.
root is only user who has cron job. I checked everysingle line, not only there are no such scripts, also there are no any jobs will ge kicked at 22:00 as the time when the action is started.
I also searched /etc/cron.hourly. there is only one script, and it does nothing about that action.
so, i don't have a clue about what and where the script possible is...

Similar Messages

  • Cancel the scheduled jobs for process chains - urgent

    Hi,
    How do I cancel the scheduled jobs for process chains which are going to run tonight.
    thanks,
    Radha

    Hello,
    Go into transaction code RSPC and then select the particular process chain by going into the edit mode and in the menu...
    Look for Execution --> Remove from Schedule.
    Let me know if that answered your question.
    Thanks
    Dharma.

  • Possibility of deleting the scheduled jobs through reports

    hi friends
    is it possible to delete the schedule jobs through report making?
    i mean i have to enter a particular user name
    list of jobs scheduled by him has to be listed
    and selecting the unwanted job have to delete all the jobs
    Thanks and regards
    s.janagar

    Jangar,
    Yes. This can be done. Write a delete statement and use it on the table TBTCO.
    Note: Any other operations can be done on the tables TBTC*
    Thanks,
    Babu Kilari

  • How do we stop the scheduled job ?

    Hi all,
    how do we stop the scheduled job if it is already been  scheduled and running in the background.
    please send your suggestions,
    Rajesh.

    Hi Rajesh
      Each and every job is associated with a Job Number, you need to specify the exact number to extract the correct details.
      Please check table: <b>TBTCO</b> for the same. For more details refer to tables of pattern TBTC*.
    Kind Regards
    Eswar

  • Where is the Scheduler log file located?

    I'm trying to track down and diagnose this error in my scheduling/bursting:
    Error!! Could not deliver the output for Delivery channel: EMAIL.  Please check the Log for error details...
    But a search of my entire drive does not reveal any file with a .log extension that has been updated recently, nor do I see a reference to the location of said log file anywhere in the documentation.
    Where is the log file to which this error message is referring? Running the OBIEE Suite 10.1.3.4.1 under Windows.
    Thanks!

    Hi Mthompson,
    Look at this on how to create the log file.
    http://winrichman.blogspot.com/search/label/xdodebug
    am sure, you did not create the email/smtp configuration, thats why you see this error.

  • Where is the changed Job Offer Letter stored?

    I am changing the text of Smartform for Job Offer in portal. Once the text is added i am able to send the new version of Job Offer to email. But my requirement is to get the new Job Offer Letter and store it in an archiving system
    I am not sure if the new Smartforms gets stored somewhere SAP database tables. If it does how do i get it?
    Any help will be appreciated.
    Thanks

    Hi,
    Even i am not very sure where exactly it gets stored. but i can give u a direction to check out classes
    starting with cl_hrrcf_* and ending with bl i.e. cl_hrrcf_*_bl in tcode se24.
    Here you will find some classes related to activities where you will be able to retreive the letters.
    Also go to infotype 5136 i.e. in se11 check hrp5136 and see if there are any entries
    In this infotype, the following data is stored for an activity of the Simple Correspondence category:
    ●      Activity Type
    ●      Global Key for Activities
    ●      Activity Status
    ●      Due Date
    ●      Type of Related Object (user who created the activity)
    ●      ID of Related Object (user who created the activity)
    ●      Note for Activity (points to a text in the document storage for HR objects)
    ●      Activity Category (Simple Correspondence)
    ●      Completion Date (date on which the activity was completed)
    ●      User Name (user who executed the activity)
    ●      Process (to which the activity for the Simple Correspondence category is assigned)
    ●      Subarea of SAP E-Recruiting (Recruitment)
    ●      Object ID of Talent Group
    ●      Time Stamp of Last Change
    ●      Form (indicates the form used as the template for the correspondence)
    ●      Individual Letter for the activity (points to a text in the document storage for HR objects)
    ●      Individual letter section for the activity (points to a text in the document storage for HR objects)
    see the entry which i have made it bold if this helps. HR_KW is the document storage object used for HR and HR_CONT is the content repository, this letter will sit somewhere in the application server of the E-rec system.
    Regards,
    Divya

  • Cancelling or removing the scheduled job

    HI,
    I have job running ...i made use of the following SQL statements
      Select * from All_scheduler_jobs;
      select * from USER_SCHEDULER_JOBS;
      select * from user_scheduler_running_jobs;And i see the job is running ...How do i cancel or remove the job ??
    Thank you!!

    Hi,
    calling dbms_scheduler.disable will prevent a job from running again, but it may still be running and may still exist.
    To stop a running job you can use dbms_scheduler.stop_job and top drop a job you can use dbms_scheduler.drop_job.
    To make sure you are dropping the right job, select owner and job_name from all_scheduler_jobs and use 'owner.job_name' instead of just job_name.
    For further scheduler questions, you can use the scheduler forum here.
    Scheduler
    Hope this helps,
    Ravi.

  • Where is the scheduled sync?

    I know it sync and automatically ... but it is not scheduled ... how can I do that?

    The sync occurs whenever content changes on either the AppleTV or iTunes (like playing content or getting new content). Thus scheduling doesn't really bring any benefit. However, if you don't have iTunes always running, no sync can occur. In that sense you could "schedule" a sync by having a cron launch iTunes. Is that what you were thinking to accomplish by the schedule?

  • Where do the crontab job get moved???

    I put a job in the crontab and now it's gone.
    Where is it?
    Is it normal that things move around with my permission?
    thanks
    daniele

    No they do not get moved (or at least mine have never been moved).
    Then again, if you did an Archive and Install, it would not have been moved into the new install, and will be sitting in the /Previous System directory tree.
    I am also not sure what happens to cron jobs when you install Snow Leopard (I'm still on Leopard).
    When you say you put it in crontab, do you mean you used the
    crontab -e
    command, or you manually put the file in /var/at/tabs ?
    Or did you use some other utility to establish your cron job?

  • Where is the scheduler component

    This link on Sun's website shows a composite Scheduler component
    http://developers.sun.com/prodtech/javatools/jscreator/reference/fi/2/components.html
    as a new component added in Sun Java Studiop Creator 2 but I can't find it anywhere.
    Can I download it somewhere???

    You'd have to build your own composite scheduler using the calendar and other components.
    If there are others missing, quite likely for the same reason, but I'll check into this.
    Aside on what is avaliable on the Creator site:
    http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/themes.html
    http://developers.sun.com/prodtech/javatools/jscreator/reference/docs/help/components/composite_list.html
    there are some threads on the Java forums on composite components, for ex:
    http://forum.java.sun.com/thread.jspa?forumID=257&threadID=150372
    http://forum.java.sun.com/thread.jspa?forumID=257&threadID=371540

  • Problem while running the scheduled jobs?

    Hi any body know the reasons for this?
    1) one job got cancelled with error "ABAP/4 processor: SPOOL_INVALID_JOB,
    log:
    "The current ABAP program had to be terminated because the ABAP processor detected an internal system error.
    The current ABAP program "RSPPFPROCESS" had to be terminated because the ABAP processor discovered an invalid system state."
    2) second job got cancelled with error "system exception ERROR_MESSAGE    UNCAUGHT_EXCEPTION      CX_OS_DB_UPDATE seems there is some problem in updating the table PPFSTRIGG".  but  PPFSTRIGG is not table it is structure.
    when next execution of these jobs there r working fine.
    no runtime errors

    hi prakash ramu,
    even it is not working. it is directly talking me to spool request..
    i think it is not possible, while ur running the report in background.,
    any how if possible could u pls send me the code...
    thanks
    ramu

  • Where can I find scheduled Jobs (Reports) in Database?

    Hello anyone,
    i'm nearly new in using Oracle Application Server, so excuse me for asking silly questions,please.
    But where can i find the scheduled jobs (reports) in the database?
    We are using OAS in version 10.1.2.3.0
    Thanks
    Florian

    Hi florian,
    where can i find the scheduled jobs (reports) in the database?
    http://<ip-address>:7778/reports/rwservlet/showjobs?server=<your report server name>
    Then select scheduled jobs from the drop down list
    Note:
    1)7778 is the default port for OAS10g r2..check in your httpd.conf file whether it 7778 or else change it accordingly
    2)you will your get report server name from em console itself ie rep_****
    Regards
    Fabian

  • Disable scheduler jobs during the database refresh

    Chaps,
    I have a strange issue. We have certain jobs scheduled which monitor other jobs and when they aren't running, they send emails using utl_smtp to the whole DBA group. All is working fine on Production but the moment we restore the database to QA, and soon after the database is recovered, it sends an email saying the those jobs aren't running..
    How do I disable the scheduler jobs ? Can it be done while the database is in mount state ? Or, is there any parameters to do so ?

    Hi,
    Although you can't disable the entire scheduler, you can disable individual jobs or all jobs in a job class using dbms_scheduler.disable which will prevent the jobs from running (but not stop already running jobs).
    It should be straightforward to have a table of jobs that should be disabled and have procedures which run over the table either disabling or enabling them.
    -Ravi

  • What is the best way to export a .csv/.txt file to a MS Windows shared folder via a scheduled job?

    What is the best way to export a .csv/.txt file to a MS Windows shared folder, when the export process is a scheduled job?

    You can't directly, as scheduled jobs can only export to server-side data stores, which can only write to the landing area. You'll need to use an external script (e.g. batch file) to move the file from the landingarea after export. You can use an external task in the scheduled job to invoke the script.
    regards,
    Nick

  • Event based scheduler job - 2 events at the same time only 1 run

    Hi,
    i converted our dbms_job - jobs to the newer package dbms_scheduler.
    It is a 10.2.0.4 patch 23(8609347) database on an windows server 2003 R2 Enterprise x64 Edition SP2.
    The Jobs(about 130) are nothing special ... only some statistics, matview-refreshes and so on.
    For the notification of failed jobs and jobs which run over the max_run_duration i downloaded and installed the job notification package.
    The jobs are assigned to different departments and the corresponding developer teams in our company.
    I created a notification job for each department and if a job fails we (the database administrators) and the corresponding deverlopers will be informed.
    Now i ascertained that only 1 email will be send if 2 jobs of the same department fails at the same time.
    The emailer-jobs are auto-generated by the job notification package. I only modified them to look after all jobs of special department and not only after one job. (--> event_condition ... object_name LIKE 'XXX%')
    example for dba-jobs(copy of the script output of TOAD):
    SYS.DBMS_SCHEDULER.CREATE_JOB
           job_name        => 'DBA_JOBS_EMAILER'
          ,start_date      => NULL
          ,event_condition => tab.user_data.object_name LIKE ''DBA%'' AND tab.user_data.event_type in (''JOB_FAILED'',''JOB_OVER_MAX_DUR'')'
          ,queue_spec      => 'SYS.SCHEDULER$_EVENT_QUEUE, JOB_FAILED_AGENT'
          ,end_date        => NULL
          ,program_name    => 'SYS.EMAIL_NOTIFICATION_PROGRAM'
          ,comments        => 'Auto-generated job to send email alerts for jobs "DBA%"'
        );I thought that a queue is used to manage all events from the scheduler jobs. So i made a test with 2 dba jobs and simulated a failure at the same time but i received only one mail.
    So what is happend with the second event? I looked for the events in the qtab(SCHEDULER$_EVENT_QTAB) which belongs to the event queue(SYS.SCHEDULER$_EVENT_QUEUE) and no event was missing.
    So i think the emailer job has to run 2 times.
    Is anyone able to explain or to find my mistake?
    I know that the easiest way is to create one emailer job for each normal job but i think this is a little bit costly because all the arguments are the same for one department.
    Thanks & Regards

    Thanks for your fast answer.
    You are right with the "enabled => TRUE;" part and i only forgot to post it.
    So the Job is enabled (otherwise it would not send any mail). Because it is sending one mail i think it is also not necessary to hand over a job_type.
    Additionally the job starts a program ... so it is right to set the job_type='STORED_PROCEDURE' isn't it?
    And also right ... i already added the agent as subscriber to the queue.
    Anyway i think the whole thing do what it have to do. So in my oppinion there are no big mistakes in creating the job or at adding the subscriber.
    There are also no problem in raising the events by itself and enqueue them in the scheduler event queue.
    There is only a problem when 2 jobs fails (or run out ouf max duration) at exactly the same time.
    If i understand it right:
    The agent/subscriber will find the "JOB_FAILED"-event for the first Job in the queue and starts the emailer Job.
    The agent will also find the "JOB_FAILED"-event for the second Job and wants to start the emailer Job again.
    I don't know if this is really the problem but perhaps the emailer-job can not be started in consequence of the second event because ist is already running.
    I also don't know if this is a mistake of the agent or of the emailer-job by itself.
    I only want that it runs two times (one run for each event). I my case it also doesn't matter which email is send at first.

Maybe you are looking for

  • Mails not going from SOST to external mail ids

    Hi all, I have to send mails to external mail ids in workflow. when my workflow triggers, mails are coming in SOST transaction. But, when i try any mail to send further to its respective mail id, its giving the following error:- " no route available

  • Kernel Problems

    When rendering out HD video in multiple formats, I begin having computer problems. I have a brand new 17" Macbook Pro with 4gig Ram. Sometimes the ram fills up and the graphics card freaks out. Everything on my mac becomes garbled and I have to force

  • My entire Library has vanished! HELP!

    I tried to Create a New Library, b/c I thought I could separate my music I use for different purposes, and when I did, I can't fine the Old Library with ALL MY MUSIC! Can I retrieve it? HELP ME!!!!! please!!!!!!

  • Mini 1st Gen Harddrive in 2nd Gen mini

    Hey there.. i have two ipod minis, one is a 1st gen and the other is a 2nd gen. The 2nd gen's hard drive is giving me a wierd repetitive whirling sound and is displaying the sad ipod. However my first gen mini's harddrive is working fine. So i carefu

  • Loading Text

    Hi All, I am trying to load text data into Essbase using a rule file but it gives me this error \\ Invalid number in data column Is there any other way to load text? Appreciate your help Best Regards