Error
You get this :
$ rfdir <my_dpm_host>:/storage
opendir(): <my_dpm_host>:/storage: Permission denied (error 13 on <my_dpm_host>)
Solution
To use
rfdir
with the DPM, the recipe is :
$ export DPNS_HOST=<my_dpns_host>
$ rfdir /dpm/cern.ch/home/dteam/
Comment
To use
rfrm
, you need to set
DPM_HOST
and
DPNS_HOST
:
$ export DPNS_HOST=<my_dpns_host>
$ export DPM_HOST=<my_dpm_host>
$ rfrm -r /dpm/cern.ch/home/dteam/tests_sophie
Help !
If it still doesn't help, send the
/var/log/rfiod/log
file to
support@ggusNOSPAMPLEASE.org (remove the NONSPAM !).
--
SophieLemaitre - 19 Jan 2006
Topic revision: r3 - 2006-02-07
- unknown