<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang=EN-US link="#0563C1" vlink="#954F72"><div class=WordSection1><p class=MsoNormal>Hello,  <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Does anyone know why this simple lnet_selftest is failing.    I am able to use the Lustre file system without any problem.    I looked at /var/log/messages on the client and server node and there are no errors.     Googling for the error,  was not helpful. <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>The script:  lnet_selftest_wrapper.sh. has content which is mentioned on this page:  <a href="http://wiki.lustre.org/LNET_Selftest"><span style='color:blue'>http://wiki.lustre.org/LNET_Selftest</span></a>  (wrapper script at the end of the page). <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>LFROM="10.0.3.4@tcp1"   is the client node where I am running this script. <o:p></o:p></p><p class=MsoNormal>LTO="10.0.3.6@tcp1"   is one of the OSS server.    I have total 3 of them. <o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>[root@lustre-client-1 ~]# ST=lst-output-$(date +%Y-%m-%d-%H:%M:%S)  CN=1  SZ=1M  TM=60 BRW=read CKSUM=simple LFROM="10.0.3.4@tcp1" LTO="10.0.3.6@tcp1" ./lnet_selftest_wrapper.sh<o:p></o:p></p><p class=MsoNormal>lst-output-2019-08-12-17:47:09 1 1M 60 read simple 10.0.3.4@tcp1 10.0.3.6@tcp1<o:p></o:p></p><p class=MsoNormal>LST_SESSION = 6787<o:p></o:p></p><p class=MsoNormal>SESSION: lstread FEATURES: 1 TIMEOUT: 300 FORCE: No<o:p></o:p></p><p class=MsoNormal>10.0.3.4@tcp1 are added to session<o:p></o:p></p><p class=MsoNormal><span style='color:red'>create session RPC failed on 12345-10.0.3.6@tcp1: Unknown error -110<o:p></o:p></span></p><p class=MsoNormal>No nodes added successfully, deleting group lto<o:p></o:p></p><p class=MsoNormal>Group is deleted<o:p></o:p></p><p class=MsoNormal>Can't get count of nodes from lto: No such file or directory<o:p></o:p></p><p class=MsoNormal>bulk_read is running now<o:p></o:p></p><p class=MsoNormal>Capturing statistics for 60 secs Invalid nid: lto<o:p></o:p></p><p class=MsoNormal>Failed to get count of nodes from lto: Success<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>