aleph_start command doesn't start aleph
- Article Type: General
- Product: Aleph
- Product Version: 20
Description:
We ran the command aleph_start and it seems to be going through the script and ends. However it seems that this only sets the environment. How to I attach it to the DB?
Resolution:
The file which needs to be executed to start Aleph is not $alephe_root/aleph_start, but rather, $alephe_root/aleph_startup. (aleph_startup does a "source" of aleph_start.)
For example, you could do:
cd $alephe_root
csh -f aleph_startup > & aleph_startup.mmdd.log &
- Article last edited: 10/8/2013