Skip to main content
ExLibris

Knowledge Assistant

BETA
 
Back
Aleph

 

Ex Libris Knowledge Center
  1. Search site
    Go back to previous article
    1. Sign in
      • Sign in
      • Forgot password
  1. Home
  2. Aleph
  3. Knowledge Articles
  4. How to restart the job daemon in regular intervals?

How to restart the job daemon in regular intervals?

  1. Last updated
  2. Save as PDF
  3. Share
    1. Share
    2. Tweet
    3. Share
  1. Question
  2. Answer
  3.  
  • Product: Aleph
  • Product Version: 20,21,22,23
  • Relevant for Installation Type: select the relevant: Dedicated-Direct,Direct,Local,Total Care

Question

How to restart the job daemon in regular intervals, e.g. yearly after the clock change?

Answer

1) Create a script under $alephe_root:

 

aleph@dc03kgnnneu(a21_1) XXX01> ls -ltr jobdrestart

-rwxrwxr-x 1 aleph exlibris 680 Oct 17 14:52 jobdrestart*

aleph@dc03kgnnneu(a21_1) XXX01> cat jobdrestart

#!/bin/csh -f

 

        source $alephe_root/aleph_start

        source $aleph_proc/def_local_env

 

        setenv l_aleph_app_version a${ALEPH_VERSION}_${ALEPH_COPY}

 

 

#*******************************************

#       Check Batch/Daemons validation

#*******************************************

 

        source $aleph_proc/define_batch_daemons_server

 

#*******************************************

#       jobd

#*******************************************

        if  ($VALID_FOR_BATCH == "Y") then

           echo "starting jobd... "

           csh -f $aleph_proc/jobd $ALEPH_VERSION >& /dev/null &

           echo " "

        endif

 

 

echo "jobd restart complete"

 

exit:

   exit

 

Important Notes:

  • For Aleph 20 and lower the part in yellow *must* be removed

  • Script must be executable (chmod 775 jobdrestart)

 

2) Add a line to the job_list:

 

!     2     3        4               5               6                    7

!!-!!!!!!!!-!-!!!!!!!!!!!!!!!!!!!!-!!!!!-!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!-!!!!!!

W6 03:30:00 N jobdrestart.log      /exlibris/aleph/u21_1/alephe/jobdrestart

 

Where W6 is according to job_list.conf a weekly start on Sunday:

W6    W YNNNNNN

Replace the path from the example (e.g. u21_1) with the correct path to the file location.

 

3) Restart the job daemon

 

 

View article in the Exlibris Knowledge Center
  1. Back to top
    • How to restart Oracle in a TWO_TASK setup
    • How to restart the pds_server.log
  • Was this article helpful?

Recommended articles

  1. Article type
    How-To
    Language
    English
    Product
    Aleph
  2. Tags
    1. contype:kba
  1. © Copyright 2025 Ex Libris Knowledge Center
  2. Powered by CXone Expert ®
  • Term of Use
  • Privacy Policy
  • Contact Us
2025 Ex Libris. All rights reserved