Change the default Storage Directory DCM4CHEE Archive light 5.x Installation

3,179 views
Skip to first unread message

Carlos Uribe

unread,
Sep 25, 2017, 12:58:00 PM9/25/17
to dcm4che

Hello,

I'm trying to setup a new server using DCM4CHEE Archive Light 5.x.

I'm following the instructions listed here:

I've been succesful so far up to the "Import default configuration into LDAP Server"  step #8.

I do want to change my default storage directory.  It is supposed to be /var/local/dcm4chee-arc/fs1.  But I can't find that on Apache Directory Studio and when I click on the link to follow further instructions it takes me to a blank page.

Can someone please give me some more details on how to change the default storage directory?

thank you in advance

vrinda...@j4care.com

unread,
Sep 26, 2017, 4:52:30 AM9/26/17
to dcm4che
Hello,

Thank you for pointing out the issue in Wiki page. I've rectified the link to point to the correct page - https://github.com/dcm4che/dcm4chee-arc-light/wiki/Generic-Storage

Carlos Uribe

unread,
Sep 26, 2017, 2:04:40 PM9/26/17
to dcm4che
Thanks for your reply.  That helped a lot but I still have one question.

If I want to change the storage from /var/local/dcm4chee-arc/fs1  to  /mnt/disk for example.  I see that the dcmURI has the value ${jboss.server.data.url}/fs1/   so I'm assuming that ${jboss.server.data.url} == /var/local/dcm4chee-arc

so will changing the whole dcmURI to /mnt/disk  do what I want to do, which is storing my files in /mnt/disk?  or I somehow have to relate it with a entry of the type ${jboss.server.data}?

vrinda...@j4care.com

unread,
Sep 28, 2017, 4:39:03 AM9/28/17
to dcm4che
Hi,

To store the files in location /mnt/disk you just need to change the volume mapping in the docker-compose.yml file
From
/var/local/dcm4chee-arc/storage:/storage
To
/mnt/disk:/storage

herve.be...@gmail.com

unread,
May 11, 2018, 2:45:45 PM5/11/18
to dcm4che
After changed

 in the docker-compose.yml file
From
/var/local/dcm4chee-arc/storage:/storage
To
/mnt/disk:/storage


what can i do to upgrade docker installation ?
Is there is no solution with wildfly console ?
 

herve.be...@gmail.com

unread,
Aug 5, 2018, 4:56:22 AM8/5/18
to dcm4che

what can i do to upgrade docker installation ?

Just change  in your docker compose.yml

    volumes:
      - /etc/localtime:/etc/localtime:ro
      - /etc/timezone:/etc/timezone:ro
      - /var/local/dcm4chee-arc/wildfly:/opt/wildfly/standalone
#      - /var/local/dcm4chee-arc/storage:/storage
      - /data/storage:/storage

Stop your container
$ sudo docker-compose -p dcm4chee stop

And upgrade it
$  sudo docker-compose -p dcm4chee up -d  

You storage will change

PS : Make sur you have the acces right to /data/storage

Gustavo Fernandez Guirland

unread,
Aug 5, 2018, 9:58:40 AM8/5/18
to dcm4che
If you are not using Docker you can change the storage from the dcm4chee-arc GUI. The other possibility is that you use a symbolic link from the original fs1 directory pointing to another route. Best regards

Tomas Bond

unread,
Dec 5, 2019, 7:43:28 PM12/5/19
to dcm...@googlegroups.com
Hi!! Is it possible to manage multiple file systems? if yes, how should the compose look? many thanks!
Reply all
Reply to author
Forward
0 new messages