<div dir="ltr"><div>This makes more sense ;-)</div><div><br></div><div>What were the steps used to disable ipv6 ?</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 24, 2017 at 11:16 AM, Michael Di Domenico <span dir="ltr"><<a href="mailto:mdidomenico4@gmail.com" target="_blank">mdidomenico4@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">it looks like i found the culprit<br>
<br>
when running ibacm out of the box on rhel 7.4 the ibacm.log shows<br>
<span><br>
acm_if_iter_sys: ioctl ifconf error -1<br>
<br>
</span>if i change the line<br>
<span><br>
s = socket(AF_INET6, SOCK_DGRAM, 0);<br>
<br>
to<br>
<br>
</span><span>s = socket(AF_INET, SOCK_DGRAM, 0);<br>
<br>
</span>as Hal suggested and start the ibacm daemon i acm correctly bind to be<br>
ipoib addresses and interfaces.  my initial report of this change not<br>
being effective was a miss communication in that i though it related<br>
to the client and not the service process<br>
<br>
i can then run<br>
<span><br>
ib_acme -f i -s 172.22.64.96 -d 172.22.64.96 -S 172.22.64.96 -v V<br>
<br>
</span>and get back valid data<br>
<br>
ib_acme -d <hostname> still doesn't work, but that might be internal<br>
we don't currently have reverse/forward entries for our ipoib<br>
interfaces, i'm still looking into it<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
On Mon, Oct 16, 2017 at 1:54 PM, Michael Di Domenico<br>
<<a href="mailto:mdidomenico4@gmail.com">mdidomenico4@gmail.com</a>> wrote:<br>
> it's come to my attention that ibacm might not be working correctly on<br>
> my cluster, but i'm unable to determine why ibacm is failing<br>
><br>
> here's what i did<br>
><br>
> ib_acme -A -O<br>
> systemctl restart ibacm<br>
><br>
> in the /var/log/ibacm file i see<br>
><br>
> acm_if_iter_sys: ioctl ifconf error -1<br>
> acmp_join_group: qib0 1 pkey 0xffff, sl 0x0, rate 0x3, mtu 0x4<br>
> acm_server: started<br>
><br>
> but when i try to query the node locally<br>
><br>
> ib_acme -d node001 -v -V<br>
><br>
> in the log file i see<br>
><br>
> acm_svr_resolve_dest: notice - unknown local end point address<br>
><br>
> on the console i see<br>
><br>
> Service: localhost<br>
> Destination: 172.21.80.1<br>
> ib_acm_resolve_ip failed: cannot assign requested address<br>
> SA verification: failed cannot assign requested address<br>
><br>
> the ibacm_addr.cfg contains<br>
> node001 qib0 1 default<br>
> node001-1 qib0 1 default<br>
><br>
> all the nodes in the cluster are configured the exact same way.  and<br>
> produce the same result when trying to query locally or a remote node<br>
><br>
> any thoughts?<br>
______________________________<wbr>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.openfabrics.org">Users@lists.openfabrics.org</a><br>
<a href="http://lists.openfabrics.org/mailman/listinfo/users" target="_blank" rel="noreferrer">http://lists.openfabrics.org/<wbr>mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>