[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

20010626: MCIDAS ADDE server problems (cont.)



>From: Christian Page <address@hidden>
>Organization: Universite du Quebec a Montreal
>Keywords: 200106261437.f5QEbe119061 McIDAS ADDE MCCOMPRESS DSINFO

Christian,

re: ADDE server setup

>It works only if I put a soft-link from /io/mcidas/mcidas to /io/mcidas,
>which I think is wrong for mcidas config...

This would say that the ~mcidas/mcidas/data directory does not exist, and
it needs to.  The solution is not to make the soft link, but, rather, to
create the ~mcidas/mcidas/data directory (this is the default McIDAS working
directory for the user 'mcadde' (long story)).

>The mcidas / mcadde $HOME is /io/mcidas.

OK, good.  Just make sure that /io/mcidas/mcidas/data exists and is both
readable and writable by both 'mcidas' and 'mcadde'.

>Though, in /io/mcidas/workdata  output from fgrep:
>RESOLV.SRV:N1=ME7,N2=IR1,TYPE=IMAGE,RT=N,K=AREA,R1=1,R2=999999,MASK=/io/ldm/da
> ta/mcidas/ME7-*ir1.ara,C=METEOSAT-7
>IR1,
>RESOLV.SRV:N1=ME7,N2=IR2,TYPE=IMAGE,RT=N,K=AREA,R1=1,R2=999999,MASK=/io/ldm/da
> ta/mcidas/ME7-*ir2.ara,C=METEOSAT-7
>IR2,
>RESOLV.SRV:N1=ME7,N2=VIS,TYPE=IMAGE,RT=N,K=AREA,R1=1,R2=999999,MASK=/io/ldm/da
> ta/mcidas/ME7-*.vis.ara,C=METEOSAT-7
>VIS,

This says that the METEOSAT data files are to be found in the
/io/ldm/data/mcidas directory.

>And in /io/mcidas/data output fro, fgrep:
>ADDESITE.TXT:ADDE_ROUTE_ME7=IO.SCA.UQAM.CA
>LOCDATA.BAT:DATALOC ADD ME7 IO.SCA.UQAM.CA
>LSSERVE.BAT:DSSERVE ADD ME7/IR1 AREA TYPE=IMAGE DIRFILE=/io/ldm/data/mcidas/ME
> 7*.ir1.ara "METEOSAT-7 IR1
>LSSERVE.BAT:DSSERVE ADD ME7/IR2 AREA TYPE=IMAGE DIRFILE=/io/ldm/data/mcidas/ME
> 7*.ir2.ara "METEOSAT-7 IR2
>LSSERVE.BAT:DSSERVE ADD ME7/VIS AREA TYPE=IMAGE DIRFILE=/io/ldm/data/mcidas/ME
> 7*.vis.ara "METEOSAT-7 VIS

ADDESITE.TXT is the DATALOCation table that can be shared with all McIDAS
users.  LOCDATA.BAT and LSSERVE.BAT are just template BATCH files that can
be used to setup DATALOCations and dataset definitions, respectively.

>In .mcenv in /io/mcidas:
># Bourne/Korn shell '.mcenv' environment variable definitions for the user
># 'mcadde'
>
># umask
>umask 002
>
># MCHOME
>MCHOME=/io/mcidas
>
># McIDAS environment variables
>MCDATA=$MCHOME/workdata
>MCPATH=${MCDATA}:$MCHOME/data:$MCHOME/help
>MCGUI=$MCHOME/bin
>MCTABLE_READ="$MCHOME/mcidas/data/MCTABLE.TXT"
>MCTABLE_WRITE="$MCHOME/mcidas/data/MCTABLE.TXT"
>PATH=${MCGUI}:$PATH
>export MCHOME MCDATA MCPATH MCTABLE_READ MCTABLE_WRITE PATH
>cd $MCDATA

This looks good.

Is there a chance that ~mcidas/mcidas/data existed at one time (like last
week) and got removed?

Tom

>From address@hidden Wed Jun 27 01:08:12 2001
>Subject: Re: 20010626: MCIDAS ADDE server problems (cont.)

re: need to have the ~mcidas/mcidas/data directory

>Ok, I didn't realize it from the docs. I will create it then.

re: Is there a chance that ~mcidas/mcidas/data existed at one time (like last
week) and got removed?

>Yes, maybe it is why it was working before...

>Thanks, it should work now!

>Christian Page
>UQAM