On 05/29/2012 03:11 PM, helix84 wrote: > On Tue, May 29, 2012 at 3:01 PM, Alain Tschanz<[email protected]> > wrote: >> I run DSpace 1.8.2 on a virtual machine (Fedora 15). I allocated 50GB for >> the VM, but the assetstore increased dramatically (35GB) and I had to extend >> the current disk to 100GB. Is there a way to split up the current assetstore >> into two assetstores on two different disks? > Yes, simply add another config variable and restart your servlet container: > assetstore.dir = ${dspace.dir}/assetstore > assetstore.dir.1 = /second/assetstore If using a Linux based system, then you can "mount" an additional store onto your local file system and use that path for the new asset store. The "mount" can come from a NAS or SAN device or can be a new locally mounted RAID array... whatever. The options for store expansion are very open on Linux systems.
Cheers hg > > New items will be deposited to this new assetstore, while the old ones > will remain in the old one. > > I'm not sure if it's moving items from one to the other (splitting) is > supported. > > Regards, > ~~helix84 > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech -- Hilton Gibson Systems Administrator JS Gericke Library Room 1025D Stellenbosch University Private Bag X5036 Stellenbosch 7599 South Africa Tel: +27 21 808 4100 | Cell: +27 84 646 4758 http://www.sun.ac.za/library E-pos vrywaringsklousule Hierdie e-pos mag vertroulike inligting bevat en mag regtens geprivilegeerd wees en is slegs bedoel vir die persoon aan wie dit geadresseer is. Indien u nie die bedoelde ontvanger is nie, word u hiermee in kennis gestel dat u hierdie dokument geensins mag gebruik, versprei of kopieer nie. Stel ook asseblief die sender onmiddellik per telefoon in kennis en vee die e-pos uit. Die Universiteit aanvaar nie aanspreeklikheid vir enige skade, verlies of uitgawe wat voortspruit uit hierdie e-pos en/of die oopmaak van enige lês aangeheg by hierdie e-pos nie. E-mail disclaimer This e-mail may contain confidential information and may be legally privileged and is intended only for the person to whom it is addressed. If you are not the intended recipient, you are notified that you may not use, distribute or copy this document in any manner whatsoever. Kindly also notify the sender immediately by telephone, and delete the e-mail. The University does not accept liability for any damage, loss or expense arising from this e-mail and/or accessing any files attached to this e-mail. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

