Posts by linux_olli

    hi everyone,


    i tried to setup a MIRRORDevice0 in the dicom.ini file. The path is connected to NFS share on a external NAS system. The DICOM server is not able to write the data to the NAS system. Here is the server log:


    Queue: retrying processing of file ./data/1010500001317330/2.16.840.1.114033.14.19.20100629.12088635.1_410290_000001_12778178380000.v2
    ***Writing mirror copy failed: NULL/1010500001317330/2.16.840.1.114033.14.19.20100629.12088635.1_410290_000001_12778178380000.v2


    Here is the part with the mirror config from dicom.ini:


    # Configuration of disk(s) to store images


    MAGDeviceThreshhold = 0


    MAGDevices = 1


    MAGDevice0 = ./data/


    MIRRORDevices = 1


    MIRRORDevice0 = /data/conquest/data/


    The mirror device is setup as a NFS share defined in the /etc/fstab:


    N7700:/raid0/data/conquest /data/conquest nfs


    I'm running a ubuntu 9.10 linux system on a x86 intel pentium computer


    uname -a:


    Linux nuk142 2.6.31-21-generic #59-Ubuntu SMP Wed Mar 24 07:28:56 UTC 2010 i686 GNU/Linux


    Thanks in advance,


    Oliver