en:navody:faq:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
en:navody:faq:start [03.05.2018 14:51]
danecek@cesnet.cz
en:navody:faq:start [16.04.2019 10:40]
danecek@cesnet.cz
Line 1: Line 1:
 +~~TOC 2-4~~
 ====== FAQ - Frequently Asked Questions ====== ====== FAQ - Frequently Asked Questions ======
  
Line 187: Line 188:
  
  
 +=== Issue with connecting via NFS to the new Data Storage===
 +__Problem description__
 +I tried to connect to the new Data Storage using NFS protocol, but it was not working.
 +
 +__Solution:​__
 +In case of Ostrava Data Storage you have to insert the line into krb5.conf for [domain_realm] for Ostrava Data Storage, similarly for other new Data Storages.
 +
 +<​code>​.du4.cesnet.cz = EINFRA-SERVICES</​code>​
 +
 +=== Issue with connecting NFS via Kerberos ticket ===
 +__Problem description:​__
 +I tried to connect via NFS protocol, but I've got following error report.
 +<​code>​mount.nfs:​ Network is unreachable</​code>​
 +
 +__Solution:​__
 +The issue is caused by failed startup **rpc-gssd** service, see the service status:
 +<​code>​systemctl status rpc-gssd</​code>​
 +<​code>​Condition:​ start condition failed at Thu 2018-05-06 06:12:22 CET; 20s ago
 +           ​└─ ConditionPathExists=/​etc/​krb5.keytab was not met</​code>​
 +
 +To resolve this issue, you can create empty file in the /etc folder via following command:
 +<​code>​touch /​etc/​krb5.keytab</​code>​
 +
 +Now you can restart **rpc-gssd** service and remount your storage.
  
 ==== FileSender ==== ==== FileSender ====
Line 192: Line 217:
  
 === Sending notification to multiple recipients === === Sending notification to multiple recipients ===
-__Problem ​description__ ​+__Problem ​description:​__ ​
 How to send notification in FileSender to multiple recipients about storing a file? How to send notification in FileSender to multiple recipients about storing a file?
  
Last modified:: 26.05.2023 11:09