Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Unnecessary v18 ue processes for illsv; usr00 ue_11; usm01 ue_21

    • Article Type: General
    • Product: Aleph
    • Product Version: 18.01

    Description:
    There are some process running on our v18 server. Are they necessary:

    aleph 6052 1 0 14:52 pts/3 00:00:00 /exlibris/aleph/a18_1/aleph/exe/rts32 ue_11_a USR00.a18_1
    aleph 6255 1 0 14:52 pts/3 00:00:00 /exlibris/aleph/a18_1/aleph/exe/rts32 ue_01_a ILLSV.a18_1
    aleph 6256 1 0 14:52 pts/3 00:00:00 /exlibris/aleph/a18_1/aleph/exe/rts32 ue_01_z0102_index ILLSV.a18_1
    aleph 6257 1 0 14:52 pts/3 00:00:00 /exlibris/aleph/a18_1/aleph/exe/rts32 ue_01_word_index ILLSV.a18_1
    aleph 6302 1 0 14:52 pts/3 00:00:00 /exlibris/aleph/a18_1/aleph/exe/rts32 ue_17_a ILLSV.a18_1
    aleph 6361 1 0 14:52 pts/3 00:00:00 /exlibris/aleph/a18_1/aleph/exe/rts32 ue_21_a USM01.a18_1

    Resolution:
    The following processes are not in aleph_start:

    aleph 6255 1 0 14:52 pts/3 00:00:00 /exlibris/aleph/a18_1/aleph/exe/rts32 ue_01_a ILLSV.a18_1
    aleph 6256 1 0 14:52 pts/3 00:00:00 /exlibris/aleph/a18_1/aleph/exe/rts32 ue_01_z0102_index ILLSV.a18_1
    aleph 6257 1 0 14:52 pts/3 00:00:00 /exlibris/aleph/a18_1/aleph/exe/rts32 ue_01_word_index ILLSV.a18_1
    aleph 6302 1 0 14:52 pts/3 00:00:00 /exlibris/aleph/a18_1/aleph/exe/rts32 ue_17_a ILLSV.a18_1

    They are just "left over". Since you are not running ILL, you don't need them. I did "dlib illsv" and then UTIL-E-2 to stop ue_01 and UTIL-E-18 to stop ue_17. Since they are not in aleph_start, they will not be started in the future.

    This process:
    aleph 6052 1 0 14:52 pts/3 00:00:00 /exlibris/aleph/a18_1/aleph/exe/rts32 ue_11_a USR00.a18_1
    is the result of this line in aleph_start:
    setenv z105_library USR00

    aleph_start has these lines:
    setenv pw_library USR00
    setenv usr_library USR00
    setenv z105_library USR00

    And aleph_start.private has these:
    setenv usr_library LNL50
    setenv Z105_library LNL50
    setenv pw_library PWD50

    These are in conflict with each other. You should either comment out the lines in aleph_start or move the lines from aleph_start.private to aleph_start.

    This process:
    aleph 6361 1 0 14:52 pts/3 00:00:00 /exlibris/aleph/a18_1/aleph/exe/rts32 ue_21_a USM01.a18_1
    is coming from this line in aleph_start:
    setenv PUB_STARTUP_LIBS "usm01"

    { You can also see this in aleph_startup:
    # UE_21
    echo "starting library publishing daemon..."
    if ($?PUB_STARTUP_LIBS) then
    set pub_startup_libs = ($PUB_STARTUP_LIBS) }

    Since you are not doing Primo / Publishing, if you don't want it to run, you can comment out the "setenv PUB_STARTUP_LIBS " line in aleph_start.


    • Article last edited: 10/8/2013