Thanks! Regarding the shared storage for repositories...I moved my "test" archiva instance (running on Win2KR2) into our production VM App Pool and am now running on CentOS 6. <**applause**>
We were going to nfs mount the repository folder to our iSilon NAS. (It might be iSCSI, but I'm not 100% sure) Will that kill performance? I was shooting for option #2 based on https://cwiki.apache.org/confluence/display/ARCHIVA/High+Availability+Archiva which is why I was separating the index locations, but didn't see any performance related tips regarding the fs. Hopefully I'm not missing something before it goes live! On Wed, May 16, 2012 at 3:21 AM, Olivier Lamy <[email protected]> wrote: > 2012/5/15 Jeff <[email protected]>: > > I'm trying to setup my new 1.4-M2 server and structure the repository and > > indexes and database files that will facilitate future scaling/load > > balancing. I read that the indexes shouldn't be shared so I've got the > > following structure: > > > > /archiva > > /data > > /jcr > > /remotes > > * /repositories //<--Eventually mounted to shared storage.* > doh that will break io performance (you use famous ntfs :-) ) > > /indexes > > /conf > > /derbydb > > /logs > > I am now trying to configure my repositories and don't know what to put > > specifically in the "Index Directory:" field for them. > > > > Do I need to specify just the root index folder (/archiva/indexes) or do > I > > need to specify a repository-specific folder for each repository > > (/archiva/indexes/repo1)? Or something else? > File content are the same so you must use per repo. > /archiva/indexes/repo1 > /archiva/indexes/repo2 > etc... > > > > > > -- > > Jeff Vincent > > [email protected] > > See my LinkedIn profile at: > > http://www.linkedin.com/in/rjeffreyvincent > > I ♥ DropBox <http://db.tt/9O6LfBX> !! > > > > -- > Olivier Lamy > Talend: http://coders.talend.com > http://twitter.com/olamy | http://linkedin.com/in/olamy > -- Jeff Vincent [email protected] See my LinkedIn profile at: http://www.linkedin.com/in/rjeffreyvincent I ♥ DropBox <http://db.tt/9O6LfBX> !!
