| From | Diego Spano |
| Date | Mon Aug 31 22:52:12 2009 |
| Subject | [greenstone-users] RE: [greenstone-devel] distributed storage for objects? |
| In-Reply-To | (6291FA526EA64B42B54BEF1A889C184E4005D1AF-NEUBOS3ES816CLS-nunet-neu-edu) |
| Martin, one suggestion: try command line, not GLI!.
Diego
De: Mehrling, Martin [mailto:m.mehrling@neu.edu]
Diego,
Thanks again for your help! I□m using version 2.81 so perhaps that□s an
Martin
************************************ Martin Mehrling Digital Systems Specialist m.mehrling@neu.edu 617.373.5885 ======================== 301 Snell Library Northeastern University Boston, Massachusetts 02115
From: Diego Spano [mailto:dspano@orsna.gov.ar]
Martin,
What GS versions have you?. I□m using GS2.81 on linux. So I wrote a little
The script is the following:
************************************************************** fecha=(`date +%Y%m%d%k%M`) DIR="/gsdl/collect/auditoria/import/" if [ "$(ls -A $DIR)" ]; then cd /gsdl . ./setup.bash cd ./collect/auditoria perl -S import.pl -out ./log/[$fecha]_import.log -keepold
perl -S buildcol.pl -out ./log/[$fecha]_build.log -no_text
cd ./index rm -rf ./assoc ln -s /archives/auditoria ./assoc rm □rf /gsdl/collect/auditoria/import/* else echo "Sin documentos" fi
The script do the following tasks:
1- Check if there are any files to import in
2- Run import process for collection □auditoria□ taking the files from
3- Run build process reading archive files /archives/auditoria and
4- Because I don□t want to have a copy of archives files in
I know that in Windows I had an error like you comment but I can□t remember
After your message, I made a fast test in windows with 2.82 and it seems to
Regards!
Diego
De: Mehrling, Martin [mailto:m.mehrling@neu.edu]
Diego,
Very helpful! Thanks!
It works well on the same drive but when I try different drives (Windows
import.pl> util::hard_link: unable to create hard link. Attempting to copy
Should I not use drive letters? I also want to read/write to different
Thanks a lot, Martin
************************************ Martin Mehrling Digital Systems Specialist m.mehrling@neu.edu 617.373.5885 ======================== 301 Snell Library Northeastern University Boston, Massachusetts 02115
From: Diego Spano [mailto:dspano@orsna.gov.ar]
Martin,
In GS2 you have 3 folders that requieres disk space: import, archive and
But the other two yes. The import process has two important options:
-importdir: indicates from where to take the source documents. It can be
-archivedir: indicates the path to archive folder where to save the
The build process has the option □archivedir too, and shoul be set to the
Let me comment you about a digital library I set here:
GS was on installed on a linux server and I mounted a Windows file system
The server has 2 disks (not two partitions but two separate disks). When I
Then the buildprocess take documents from that disk and generates indexes on
Hope this helps you.
Diego Spano
De: greenstone-devel-bounces@list.scms.waikato.ac.nz
Hi Folks,
We are running out of space on our Greenstone server and were wondering how
Thanks a lot for any ideas!
Martin
************************************ Martin Mehrling Digital Systems Specialist m.mehrling@neu.edu 617.373.5885 ======================== 301 Snell Library Northeastern University Boston, Massachusetts 02115
| |