aleph_startup: errors starting ue_17 and illsv background daemons
- Article Type: General
- Product: Aleph
- Product Version: 20
Description:
We see the following error messages in our aleph_startup log:
starting ue_17 ...
Load: /exlibris/aleph/u20_1/alephe/tab/tab100
Load: /exlibris/aleph/a20_1/illsv/tab/tab100
[29] 18191
/exlibris/aleph/a20_1/illsv/scratch/run_e_01.16300: No such file or directory
[30] 18192
[29] Exit 1 /exlibris/aleph/a20_1/aleph/exe/rts32 ue_01_a ILLSV.a20_1 >> & ...
/exlibris/aleph/a20_1/illsv/scratch/run_e_01_z0102.16300: No such file or directory
[29] 18193
/exlibris/aleph/a20_1/illsv/scratch/run_e_01_word.16300[30] Exit 1 /exlibris/aleph/a20_1/aleph/exe/rts32 ue_01_z0102_index ILLSV.a20_1 >> & ...
: No such file or directory
[29] - Exit 1 /exlibris/aleph/a20_1/aleph/exe/rts32 ue_01_word_parallel ILLSV.a20_1 >> & ...
[29] 18233
/exlibris/aleph/a20_1/illsv/scratch/run_e_17.16300: No such file or directory
[29] - Exit 1 /exlibris/aleph/a20_1/aleph/exe/rts32 ue_17_a ILLSV.a20_1 >& ...
..................................
and later:
..................................
starting illsv background deamon...
Load: /exlibris/aleph/u20_1/alephe/tab/tab100
Load: /exlibris/aleph/a20_1/illsv/tab/tab100
[31] 18363
/exlibris/aleph/a20_1/illsv/scratch/run_e_17.16300: No such file or directory
Resolution:
Though you have an /exlibris/aleph/a20_1/illsv directory, there is no scratch directory under it.
The aleph_startup proc has the following lines:
if ($ISO_ILL == "Y") then
echo "starting ue_17 ..."
Looking in aleph_start, we see:
setenv ISO_ILL Y
Since your library is not using ISO_ILL you should change this to "N".
Note: Since you are not using ncip, sru, or vst, you should also make certain the following setenv's are also "N":
setenv SRU_SERVER_STARTUP Y
setenv NCIP_SERVER_STARTUP N
setenv VST_SERVER_STARTUP N
Then do "source aleph_start" to make these changes take effect.
- Article last edited: 10/8/2013