Once upgrading to DSpace 3.x, is any type of cronjob necessary - such as for indexes, stats, etc. (as seen below)?
# m h dom mon dow command MAILTO="%[email protected]%" ### See wiki customisation page for setup details ### ### http://wiki.lib.sun.ac.za/index.php/SUNScholar/Indexes ### ## Update item search and browse indexes ## 0 3 * * * /home/dspace/bin/dspace index-update ### See wiki customisation page for setup details ### ### http://wiki.lib.sun.ac.za/index.php/SUNScholar/Asset_Statistics ## ## SOLR stats update ## @daily /home/dspace/bin/dspace stats-util -b -r @weekly /home/dspace/bin/dspace stats-util -o @monthly /home/dspace/bin/dspace stats-util -u -m -i -f ### See wiki customisation page for setup details ### ### http://wiki.lib.sun.ac.za/index.php/SUNScholar/Discovery ### ## SOLR discovery update ## @daily /home/dspace/bin/dspace update-discovery-index @weekly /home/dspace/bin/dspace update-discovery-index -o @monthly /home/dspace/bin/dspace update-discovery-index -c ## Generate sitemaps for Google indexing ## 0 6 * * * /home/dspace/bin/dspace generate-sitemaps ## Item counts ## @hourly /home/dspace/bin/dspace itemcounter ## Send out subscription e-mails ## 0 1 * * * /home/dspace/bin/dspace sub-daily ## Run the media filter ## ## This is setup to run weekly to reduce server load ## ## It can be setup to run nightly if you want ## @weekly /home/dspace/bin/dspace filter-media ## Bitstream checks ## @weekly /home/dspace/bin/dspace checker-emailer -a @monthly /home/dspace/bin/dspace checker -p -l @monthly /home/dspace/bin/dspace cleanup -v ### The following are not needed if using the new SOLR stats above ### ## Run stat analyses ## #10 1 * * * /home/dspace/bin/dspace stat-general #20 1 * * * /home/dspace/bin/dspace stat-monthly ## Run stat analyses reports ## #10 2 * * * /home/dspace/bin/dspace stat-report-general #20 2 * * * /home/dspace/bin/dspace stat-report-monthly Thank you for your time, Geanina -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of helix84 Sent: Wednesday, July 17, 2013 10:04 AM To: Geanina King Cc: dspace-tech Subject: Re: [Dspace-devel] Embargo Dspace 3.0 On Wed, Jul 17, 2013 at 4:54 PM, Geanina King <[email protected]> wrote: > Thank you so much for your response. I am confused! :-) > > I have already uncommented Step 4 (Upload with Embargo) and commented out the > other Step 4. I do need the information provided below, is that correct? > > # DC metadata field to hold the user-supplied embargo terms > embargo.field.terms = dc.embargo.terms > > # DC metadata field to hold computed "lift date" of embargo > embargo.field.lift = dc.embargo.liftdate > > Besides Step 4 setup, is there anything else you would recommend we do? I > created several items in the Submission and the embargo was never lifted. The > items just stayed in the Private Items. > > Thanks, > > Geanina Please, always reply to dspace-tech, never directly to me. No, with simple embargo those configuration properties do nothing. I don't think you need to do anything else besides keeping your server's clock running precisely (use NTP). If you created private items, you probably checked the "Private item" checkbox in the submission step. Try not to do this. You only need to specify the lift date in "Embargo Access until Specific Date" in the described format. IIRC, you can do this for both items and bitstreams. I don't remember what it does when you specify it for items, but it's likely that the item is private while it's under embargo. Try it with individual bitstreams in the Upload step. Try to take a look at the screenshots here: https://wiki.duraspace.org/display/DSDOC3x/Embargo#Embargo-SimpleEmbargoSettings Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Dspace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-devel
