Skip to main content
ExLibris

Knowledge Assistant

BETA
  • Subscribe by RSS
  • 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. Starting multiple oclc_servers

    Starting multiple oclc_servers

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    No headers
    • Article Type: General
    • Product: Aleph
    • Product Version: 18.01

    Description:
    We want to add more oclc ports to the aleph_startup script. Can you tell me where I should do this? Each of our libraries uses it's own OCLC server.

    Resolution:
    Here is how you can initiate multiple oclc_servers. In $alephe_root/aleph_startup, replace this section:

    if ($OCLC_SERVER_STARTUP == "Y") then
    echo "starting oclc_server..."
    csh -f $aleph_proc/oclc_server $l_oclc_server_port >& /dev/null &
    echo " "
    endif

    with this:

    if ($OCLC_SERVER_STARTUP == "Y") then
    echo "starting oclc_servers..."
    csh -f $aleph_proc/oclc_server 5771 >& /dev/null &
    csh -f $aleph_proc/oclc_server 5772 >& /dev/null &
    csh -f $aleph_proc/oclc_server 5773 >& /dev/null &
    csh -f $aleph_proc/oclc_server 5774 >& /dev/null &
    csh -f $aleph_proc/oclc_server 5775 >& /dev/null &
    csh -f $aleph_proc/oclc_server 5776 >& /dev/null &
    csh -f $aleph_proc/oclc_server 5777 >& /dev/null &
    csh -f $aleph_proc/oclc_server 5778 >& /dev/null &
    csh -f $aleph_proc/oclc_server 5779 >& /dev/null &
    echo " "
    endif

    This will start an oclc_server process on each on the 9 ports you have designated.


    • Article last edited: 10/8/2013
    View article in the Exlibris Knowledge Center
    1. Back to top
      • Starting apache with util w/3/6 gives errors
      • Starting multiple pc_servers automatically
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Language
      English
      Product
      Aleph
    2. Tags
      1. 18.01
      2. contype:kba
      3. Prod:Aleph
      4. Type:General
    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