1587771 : Problem accessing files on PNFS¶
Created: 2026-03-27T07:39:27Z - current status: open¶
Here is the anonymized and summarized report:
Summary of Issue¶
A user is experiencing difficulties accessing specific files stored on PNFS (e.g., /pnfs/desy.de/belle/local/group/[EXPERIMENT_GROUP]/[PATH_TO_FILE]). While the files can be listed (e.g., via ls), attempts to open them with ROOT or copy them to another location fail. The user suspects a potential issue with PNFS and requests confirmation.
Suggested Solution/Next Steps¶
- Verify File Permissions:
- Check if the file has the correct read permissions for the user/group:
bash ls -l /pnfs/desy.de/belle/local/group/[EXPERIMENT_GROUP]/[PATH_TO_FILE] -
Ensure the user’s Kerberos ticket is valid (see below).
-
Check Kerberos Authentication:
- PNFS access often requires a valid KRB ticket. Run:
bash klist -
If expired, renew it with:
bash kinit -
Test Alternative Access Methods:
-
Try accessing the file via dCache (e.g., using
dccporgfal-copy):bash gfal-copy gsiftp://dcache-door-desy.desy.de/pnfs/desy.de/belle/local/group/[PATH_TO_FILE] /local/destination/ -
Contact Support:
- If the issue persists, report it to the Belle II-specific NAF support team:
Email:
naf-belle-support@desy.de(Include the file path, error messages, and steps already attempted.) -
For general issues, contact UCO:
uco@desy.de. -
Check for Known Outages:
- Monitor the DESY IT status page or experiment-specific channels for announcements.
Sources Used¶
- NAF Support Contacts
- PNFS/dCache Troubleshooting (DESY Docs) (for Kerberos context).