Print

Print


Maarten Litmaath wrote:
>> Ok, Thanks ! Tests are working now.
>>
>> We used yaim to reconfigure our DPM, then
>>
>> yaim -r -s site-info.def -n SE_dpm_mysql -f config_vomsdir
>>     
>
> OK.
>
>   
Sorry I was too fast, this still does not work, we keep receiving errors 
like :

05/02 18:29:40 21090,0 srmv1: SRM02 - soap_serve error : CGSI-gSOAP: 
Error retrieveing the VOMS credentials
05/02 18:36:54 21090,0 srmv1: SRM02 - soap_serve error : CGSI-gSOAP: 
Error retrieveing the VOMS 
credentials                                                    

The content of the files are now:

lcg-voms.cern.ch.lsc
/C=CH/O=CERN/OU=GRID/CN=host/lcg-voms.cern.ch
/DC=ch/DC=cern/CN=CERN Trusted Certification Authority

If we remove all .lsc files it looks it is working for SAM tests.

We have rpm lcg-vomscerts-4.9.0-1.


>> With Yaim variables for biomed :
>>
>>     VO_BIOMED_SW_DIR=$VO_SW_DIR/biomed
>>     VO_BIOMED_DEFAULT_SE=$CLASSIC_HOST
>>     VO_BIOMED_STORAGE_DIR=$CLASSIC_STORAGE_DIR/biomed
>>     VO_BIOMED_VOMS_SERVERS="vomss://cclcgvomsli01.in2p3.fr:8443/voms/biomed?/biomed/"
>>     VO_BIOMED_VOMSES="'biomed cclcgvomsli01.in2p3.fr 15000
>>     /O=GRID-FR/C=FR/O=CNRS/OU=CC-LYON/CN=cclcgvomsli01.in2p3.fr biomed 24'"
>>     VO_BIOMED_VOMS_CA_DN="'/C=FR/O=CNRS/CN=GRID-FR'"
>>
>>
>> I guess this is not correct. Which variable do we have to change ?
>>     
>
> That looks OK too!  Or do you really have a newline in VO_BIOMED_VOMSES?
>   

No it was a 'cut and paste', we have no newline here.
> That might not work.  Inserting a backslash should deal with that worry:
>
>       VO_BIOMED_VOMSES="'biomed cclcgvomsli01.in2p3.fr 15000 \
>       /O=GRID-FR/C=FR/O=CNRS/OU=CC-LYON/CN=cclcgvomsli01.in2p3.fr biomed 24'"
>
>   
Regards,
--