<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: One Alfresco, Mutiple repositories. Is it Possible? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/one-alfresco-mutiple-repositories-is-it-possible/m-p/136206#M95522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;mmilhome&lt;/STRONG&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Apparently the indexes cannot be on NFS at the moment:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?t=7124&amp;amp;highlight=nfs" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?t=7124&amp;amp;highlight=nfs&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you can't get the setup you need by moving the contenstore (and contentstore.deleted) onto the mapped drive (i.e. if you really need to split the contentstore), then you probably need to be on a Linux server with a recent-ish kernel.&amp;nbsp; In&amp;nbsp; this case you can move content from previous months onto, say, an NFS mounted disk on the other machine, and then assemble it back into the contentstore directory tree using something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;mount&amp;nbsp; -t nfs otherhost:/otherdisk /mnt/otherdisk&lt;BR /&gt;mount –bind&amp;nbsp; /mnt/otherdisk/2006&amp;nbsp; /srv/alfresco/data/contentstore/2006&lt;BR /&gt;mount –bind&amp;nbsp; /mnt/otherdisk/2007/7&amp;nbsp; /srv/alfresco/data/contentstore/2007/7&lt;BR /&gt;mount –bind&amp;nbsp; /mnt/otherdisk/2007/8&amp;nbsp; /srv/alfresco/data/contentstore/2007/8&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;etc.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Sep 2007 22:45:14 GMT</pubDate>
    <dc:creator>sacco</dc:creator>
    <dc:date>2007-09-19T22:45:14Z</dc:date>
    <item>
      <title>One Alfresco, Mutiple repositories. Is it Possible?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/one-alfresco-mutiple-repositories-is-it-possible/m-p/136203#M95519</link>
      <description>Hi,&amp;nbsp;&amp;nbsp; I am new to Alfresco, and must say it's a great software. I am loving it so far.&amp;nbsp; What I need, and I do not figured out if it's possible in Alfresco is:I have a server with alfresco installed. The disk of this server is getting full. I have another server, that has more space in it's disk, but</description>
      <pubDate>Wed, 19 Sep 2007 15:31:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/one-alfresco-mutiple-repositories-is-it-possible/m-p/136203#M95519</guid>
      <dc:creator>mmilhome</dc:creator>
      <dc:date>2007-09-19T15:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: One Alfresco, Mutiple repositories. Is it Possible?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/one-alfresco-mutiple-repositories-is-it-possible/m-p/136204#M95520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It does make sense, but you currently can not do what you ask.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, what you could do is map a directory as you had planned, and move the 'alf_data' directory to this new location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll need to update the custom-repository.properties file and set the 'dir.root' to this new location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This means that all the Alfresco content files and fts indexes will be removed from the original disk and free you up a whole load of space.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note, if you want to be more granular with what you move, the following config elements let you define the paths for several parts of the 'alf_data' dir structure (just substitute your new locations):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;dir.root=./alf_data&lt;BR /&gt;&lt;BR /&gt;dir.contentstore=${dir.root}/contentstore&lt;BR /&gt;dir.contentstore.deleted=${dir.root}/contentstore.deleted&lt;BR /&gt;&lt;BR /&gt;dir.auditcontentstore=${dir.root}/audit.contentstore&lt;BR /&gt;&lt;BR /&gt;# The location for lucene index files&lt;BR /&gt;dir.indexes=${dir.root}/lucene-indexes&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 17:12:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/one-alfresco-mutiple-repositories-is-it-possible/m-p/136204#M95520</guid>
      <dc:creator>steve</dc:creator>
      <dc:date>2007-09-19T17:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: One Alfresco, Mutiple repositories. Is it Possible?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/one-alfresco-mutiple-repositories-is-it-possible/m-p/136205#M95521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Steve,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A related issue:&amp;nbsp; how modular is the implementation of the contentstore layout?&amp;nbsp; i.e. in Zimbra (which uses a vaguely similar storage strategy), the location of content is found programmatically from attributes of the node.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a simple way to alter the layout by adjusting a 'contentPath()' method somewhere, or does the implementation not abstract this conveniently?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 22:30:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/one-alfresco-mutiple-repositories-is-it-possible/m-p/136205#M95521</guid>
      <dc:creator>sacco</dc:creator>
      <dc:date>2007-09-19T22:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: One Alfresco, Mutiple repositories. Is it Possible?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/one-alfresco-mutiple-repositories-is-it-possible/m-p/136206#M95522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;mmilhome&lt;/STRONG&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Apparently the indexes cannot be on NFS at the moment:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?t=7124&amp;amp;highlight=nfs" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?t=7124&amp;amp;highlight=nfs&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you can't get the setup you need by moving the contenstore (and contentstore.deleted) onto the mapped drive (i.e. if you really need to split the contentstore), then you probably need to be on a Linux server with a recent-ish kernel.&amp;nbsp; In&amp;nbsp; this case you can move content from previous months onto, say, an NFS mounted disk on the other machine, and then assemble it back into the contentstore directory tree using something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;mount&amp;nbsp; -t nfs otherhost:/otherdisk /mnt/otherdisk&lt;BR /&gt;mount –bind&amp;nbsp; /mnt/otherdisk/2006&amp;nbsp; /srv/alfresco/data/contentstore/2006&lt;BR /&gt;mount –bind&amp;nbsp; /mnt/otherdisk/2007/7&amp;nbsp; /srv/alfresco/data/contentstore/2007/7&lt;BR /&gt;mount –bind&amp;nbsp; /mnt/otherdisk/2007/8&amp;nbsp; /srv/alfresco/data/contentstore/2007/8&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;etc.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2007 22:45:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/one-alfresco-mutiple-repositories-is-it-possible/m-p/136206#M95522</guid>
      <dc:creator>sacco</dc:creator>
      <dc:date>2007-09-19T22:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: One Alfresco, Mutiple repositories. Is it Possible?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/one-alfresco-mutiple-repositories-is-it-possible/m-p/136207#M95523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the replies…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; But my problem is that I have many hard drives, but I can't install them, all in one server, so I am searching for a solution to aggregate all this hard drives that are on different servers, to look as one big hard.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I thought that I could configure alfresco to emulate that, but I see now that I will have to find another way to do that, and once this is made, point this ar the dir.root of alfresco…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am currently testing this… &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.nas-central.org/index.php?title=Vblade_-_ATA_over_Ethernet" rel="nofollow noopener noreferrer"&gt;http://www.nas-central.org/index.php?title=Vblade_-_ATA_over_Ethernet&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ATA over Ethernet (AoE)[1] is a network protocol developed by the Brantley Coile Company (now Coraid)[2], designed for accessing ATA storage devices over Ethernet networks. It gives the possibility to build SANs with low-cost, standard technologies.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With this, I can export all drivers to the alfresco machine, and use LVM to create a big drive, that actually is spread all over my network….&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Again….&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Marcus Milhomem&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 14:46:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/one-alfresco-mutiple-repositories-is-it-possible/m-p/136207#M95523</guid>
      <dc:creator>mmilhome</dc:creator>
      <dc:date>2007-09-20T14:46:11Z</dc:date>
    </item>
  </channel>
</rss>

