Hi,
I have set up a FST node but couldn’t make it online. Check xrdlog.fst and it shows the message as below. Any idea how to fix this issue? Thanks! Jingya
There are different reason why this could happen, but basically the FST could not connect to the MQ daemon of you instance to get updates and messages from the MGM. I would double check the ports of the different daemon to see if they are open and also check the MGM to see if it receives heartbeats from this FST by doing eos node ls.
Then, I would check the MQ logs to see if the FST is connected to it. Look through the FST logs and check that it’s trying to connect to the correct MQ broker. In general, this is a communication issue between this FST and the rest of the cluster.
Hi Elvin,
Thanks for your reply!
It seems FST connecting to MQ failed. Other FST nodes have the same configuration, but don’t have this problem. Could that be authentication issue or other settings?
The FSTs and MQ use sss authentication to talk to each other, therefore as long as the checksum of the sss keytab which normally is /etc/eos.keytab matches between the FSTs and the MQ machine then this should not be an issue. Sometimes, the XRootD client which is used for the communication between the FSTs and the MQ might block due to network issues in your infrastructure, but normally this would be fixed by a simple restart of you FST.