aleph_shutdown and _startup scripts have stopped logging
- Article Type: General
- Product: Aleph
- Product Version: 20
Description:
The aleph_shutdown and _startup scripts have stopped logging to $alephe_root.
Here's how I run it: cd to /exlibris/aleph/u20_1/aleph, then csh -f ./aleph_shutdown or ./aleph_startup.
Resolution:
If you want the log to be saved in a file, you need to include "> &":
> cd $alephe_root
> csh -f aleph_shutdown > & aleph_shutdown.mmdd.log &
and
> csh -f aleph_startup > & aleph_startup.mmdd.log &
- Article last edited: 10/8/2013