Hi

ip for st02=192.168.10.12
I have configured mgs and mdt on one server (say st02) using

*mkfs.lustre --fsname=lustre --mgs --mdt --index=0 /dev/nvme0n1*
*mount -t lustre /dev/nvme0n1 /mnt/mds*

And I have configured the ost on other server (say sv01)

*mkfs.lustre --ost --index=1 --reformat --fsname=lustre
--mgsnode=192.168.10.12@tcp /dev/nvme0n1*
*mount -t lustre /dev/nvme0n1 /mnt/ost*

When I am mounting on client(cl01) using
*mount -t lustre 192.168.10.12@tcp:/lustre /mnt/lustre *

But after mounting, we are getting the connection timed out error,
I have stopped the firewall from both the servers and also configured lnet
on all three nodes (st02, sv01, cl01)

Can you help with solving this error?

Thank you!

Regards,
Nick Dan
_______________________________________________
lustre-discuss mailing list
lustre-discuss@lists.lustre.org
http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org

Reply via email to