<br><br><div class="gmail_quote">On Mon, May 20, 2013 at 3:44 PM, Susan Coulter <span dir="ltr"><<a href="mailto:markus@lanl.gov" target="_blank">markus@lanl.gov</a>></span> wrote:<br><blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">
<br>
One of our newer systems is failing to run ibnetdiscover - below is the failure message and code snippet.<br>
I think I have tracked it down to the fact that on this system, mlx4_0 is a 10G Mellanox card.<br>
The IB/VPI card is mlx4_1.<br>
<br>
What is the format expected on the -P option of ibnetdiscover so I can tell it to use a different port ??<br></blockquote><div> </div><div>-C to select ib device (e.g. CA like mlx4_1) and -P for port number on that device. </div>
<blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">
<br>
[root@ls-master src]# ibnetdiscover<br>
src/query_smp.c:234; Failed to register SMI agent on ((null):0)<br>
ibnetdiscover: iberror: failed: discover failed<br>
<br>
> code snippet that is failing<br>
<br>
        if ((engine->smi_agent = umad_register(engine->umad_fd,<br>
             IB_SMI_CLASS, 1, 0, 0)) < 0) {<br>
                IBND_ERROR("Failed to register SMI agent on (%s:%d)\n",<br>
                           ca_name, ca_port);<br>
                goto eio_close;<br>
        }<br>
<br>
<br>
<br>
====================================<br>
<br>
Susan Coulter<br>
HPC-3 Network/Infrastructure<br>
<a href="tel:505-667-8425" value="+15056678425">505-667-8425</a><br>
Increase the Peace...<br>
An eye for an eye leaves the whole world blind<br>
====================================<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.openfabrics.org">Users@lists.openfabrics.org</a><br>
<a href="http://lists.openfabrics.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.openfabrics.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div><br>