Dear Mark,
I've tried it sereral things.
At the moment I had to transfer tha data to Drobo16TB. So the data are stored on Drobo16TB.
The new data shoud be stored on the second Drobo_Ex01.
I've created a sym link with:
- Code: Select all
 cd /Volumes/Drobo16TB/OMERO_DATA_PIC/ManagedRepository/Drobo_Ex01
ln -s /Volumes/Drobo_Ex01/ /Volumes/Drobo16TB/OMERO_DATA_PIC/ManagedRepository/
ome-www:ManagedRepository benjaminS$ ls -ltr
total 32
drwxr-xr-x   5 benjaminS  staff  170 19 Mai  2014 benjaminS_13
drwxr-xr-x   3 benjaminS  staff  102  7 Jul  2014 larsK_4
drwxr-xr-x   5 benjaminS  staff  170  1 Mai  2015 xinH_10
drwxr-xr-x   3 benjaminS  staff  102 21 Dez  2015 christinaT_502
drwxr-xr-x   5 benjaminS  staff  170 25 Feb  2016 uliW_454
drwxr-xr-x  17 benjaminS  staff  578  1 Aug 13:54 qinghaiT_20
drwxr-xr-x  19 benjaminS  staff  646  4 Aug 10:18 peterL_5
drwxr-xr-x   4 benjaminS  staff  136 26 Okt 11:47 elisabethK_307
drwxr-xr-x   9 benjaminS  staff  306  8 Dez 14:34 juliaS_368
lrwxr-xr-x   1 benjaminS  staff   20  8 Dez 15:46 Drobo_Ex01 -> /Volumes/Drobo_Ex01/
 I'm quite sure the link is created correctly, because I could create a test file test.txt with the command touch on the Drobo_Ex01.
I've changed the omero fs. repo. path.
- Code: Select all
 ome-www:bin benjaminS$ omero config get --hide-password
omero.data.dir=/Volumes/Drobo16TB/OMERO_DATA_PIC/
omero.db.name=omeroDB
omero.db.pass=********
omero.db.user=omeroDBuser
omero.fs.repo.path=Drobo_Ex01//%user%_%userId%//%year%-%month%/%day%/%time%
omero.web.application_server=development
omero.web.debug=True
ome-www:bin benjaminS$ 
The problem is that new files are still uploaded to the ManagedRepository on the Drobo16TB. 
And a new folder " Volume" within the ManagedRepository is created.
I've tried to change the omero fs. repo. path with // or ./ and added more path definitions like 
- Code: Select all
 ome-www:bin benjaminS$ omero config get --hide-password
omero.data.dir=/Volumes/Drobo16TB/OMERO_DATA_PIC/
omero.db.name=omeroDB
omero.db.pass=********
omero.db.user=omeroDBuser
omero.fs.repo.path=//Volumes//Drobo16TB//OMERO_DATA_PIC//ManagedRepository//Drobo_Ex01//%user%_%userId%//%year%-%month%/%day%/%time%
omero.web.application_server=development
omero.web.debug=True
But the files are still uploaded to the Drobo16TB.
I've no clue, what should I try next.
I assume there are some missing path information for the omero ManagedRepository.
In principle I want to extent the storage volumes to more than one harddrive (infinite number of Drobo-raid-systems, in my case. Ok my mac doesn't have infinite ports).
Many thanks
Julia