Hi Jose,

If you are using JSPUI, you will need to use the command-line 'harvest' 
application to start harvests, whether you want to start a looping harvest or a 
single run.

You can run this with "[dspace]/bin/dspace harvest".

Example:

# /usr/local/dspace/bin/dspace harvest -h
usage: Harvest

 -a,--address            address of the OAI-PMH server
 -P,--purge              purge all harvestable collections
 -R,--reset              reset harvest status on all collections
 -S,--start              start the harvest loop
 -c,--collection         harvesting collection (handle or id)
 -e,--eperson            eperson
 -g,--ping               test the OAI server and set
 -h,--help               help
 -i,--oai_set_id         id of the PMH set representing the harvested
                         collection
 -m,--metadata_format    the name of the desired metadata format for
                         harvesting, resolved to namespace and crosswalk in 
dspace.cfg
 -o,--once               run the harvest procedure with specified
                         parameters
 -p,--purge              delete all items in the collection
 -r,--run                run the standrad harvest procedure
 -s,--setup              Set the collection up for harvesting
 -t,--type               type of harvesting (0 for none)

PING OAI server: Harvest -g -s oai_source -i oai_set_id
RUNONCE harvest with arbitrary options: Harvest -o -e eperson -c collection -t 
harvest_type -a oai_source -i oai_set_id -m metadata_format
SETUP a collection for harvesting: Harvest -s -c collection -t harvest_type -a 
oai_source -i oai_set_id -m metadata_format
RUN harvest once: Harvest -r -e eperson -c collection
START harvest scheduler: Harvest -S
RESET all harvest status: Harvest -R
PURGE a collection of items and settings: Harvest -p -e eperson -c collection
PURGE all harvestable collections: Harvest -P -e eperson

Cheers,

Kim

> -----Original Message-----
> From: Blanco, Jose [mailto:blan...@umich.edu]
> Sent: Wednesday, 26 May 2010 5:34 a.m.
> To: dspace-tech@lists.sourceforge.net
> Subject: Re: [Dspace-tech] using oai harvesting in 16
> 
> Does anyone have any idea about this?:
> 
> Thank you!
> Jose
> -----Original Message-----
> From: Blanco, Jose [mailto:blan...@umich.edu]
> Sent: Friday, May 21, 2010 3:18 PM
> To: dspace-tech@lists.sourceforge.net
> Subject: [Dspace-tech] using oai harvesting in 16
> 
> I want to try out setting up a collection so that it can harvest its
> contents using oai in the jspui webapp.  When I go to the edit-
> collection page I see the options to do this, and I filled it out with
> the provider and set I'm interested in and format and have requested
> just to get the dc values, but how do I get Dspace to actually do the
> harvest.  I see that there is documentation for doing this for the
> xmlui webapp, but none for the jspui webapp. Is there a way to request
> dspace ( either via the UI or by command line ) to start the harvest in
> jspui?  I'm thinking that maybe a locally changed jsp file is
> inhibiting me from seeing this, but I have tried to use some of the
> official jsp pages and I can't see it.
> 
> Many thanks!
> Jose
> 
> -----------------------------------------------------------------------
> -------
> 
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
> 
> -----------------------------------------------------------------------
> -------
> 
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
------------------------------------------------------------------------------

_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to