Hi Clive,

> 1) How to convert and import the old log files into solr as I cannot
> find the scripts stats-log-converter and stats-log-importer anywhere
> (I installed DSpace 1.6.2 from source)

With 1.6 we've introduced a new way of running scripts. You used to have to run 
scripts such as:

 - [dspace]/bin/create-administrator
 - [dspace]/bin/filter-media

All the scripts are now replaced with a single script called 'dspace':

 - [dspace]/bin/dspace create-administrator
 - [dspace]/bin/dspace filter-media

This means we only have to maintain two scripts - one for unix, and one for 
Windows. 

To run the scripts you need, try:

 - [dspace]/bin/dspace stats-log-converter
 - [dspace]/bin/dspace stats-log-importer

(The old scripts will likely be removed in future versions, but were left there 
in 1.6 versions during the transition).

> 2) Additionally what do I do about the "old" cron tasks for statistics
> processing? Do I still need the following entries in the DSpace
> crontab:
> 
> # Run stat analyses
> 0 1 * * * /home/dspace/bin/stat-general
> 0 1 * * * /home/dspace/bin/stat-monthly
> 0 2 * * * /home/dspace/bin/stat-report-general
> 0 2 * * * /home/dspace/bin/stat-report-monthly

That is up to you. The old statistics system still works, so if you want to 
keep them up to date, then there is no need to remove the cronjobs.

Thanks,


Stuart Lewis
IT Innovations Analyst and Developer
Te Tumu Herenga The University of Auckland Library
Auckland Mail Centre, Private Bag 92019, Auckland 1142, New Zealand
Ph: +64 (0)9 373 7599 x81928


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to