<div dir="ltr"><div>Dear John,</div><div><br></div><div>Suppose you have two JBoss instances running on one (the same) host (using e.g. port offset) identifying both would be done by explicitly setting the <a href="http://jboss.node.name">jboss.node.name</a> so this is expected behavior. Otherwise there would be a conflict. (In our development stage we have over 30 JBoss servers running on the same host, all being tied up to JGroups).</div><div><br></div><div>Regards Dennis</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 28, 2016 at 11:30 PM, John Mazzitelli <span dir="ltr">&lt;<a href="mailto:mazz@redhat.com" target="_blank">mazz@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">There is some confusion about setting the WildFly node name (at least in the standalone server case).<br>
<br>
&lt;tl;dr&gt;<br>
   QUESTION: How does one change the server&#39;s cluster node name (say, for the JGroups configuration). I thought both would be equivalent (either setting &lt;server name=&quot;a&quot;&gt; or setting -<a href="http://Djboss.node.name" target="_blank" rel="noreferrer">Djboss.node.name</a>=a) but that does not seem to be the case.<br>
&lt;/tl;dr&gt;<br>
<br>
Suppose I start WildFly via standalone.sh (with its stock out of box standalone.xml) but with the command line option:<br>
<br>
 -<a href="http://Djboss.node.name" target="_blank" rel="noreferrer">Djboss.node.name</a>=wotgorilla<br>
<br>
When I do this, I see the node-name (in the server-environment subsystem) set to &quot;wotgorilla&quot; but the server&#39;s name is my normal hostname (in this case &quot;mazztower&quot;):<br>
<br>
/core-service=server-environment/:read-attribute(name=node-name)<br>
{<br>
  &quot;outcome&quot; =&gt; &quot;success&quot;,<br>
  &quot;result&quot; =&gt; &quot;wotgorilla&quot;<br>
}<br>
<br>
/:read-attribute(name=name)<br>
{<br>
   &quot;outcome&quot; =&gt; &quot;success&quot;,<br>
   &quot;result&quot; =&gt; &quot;mazztower&quot;<br>
}<br>
<br>
OK, but now suppose I edit standalone.xml - in the top-level root element &lt;server&gt; I add the name attribute:<br>
<br>
&lt;server name=&quot;foobar&quot;&gt;<br>
<br>
and I start the server WITHOUT any commmand line options (just &quot;standalone.sh&quot;). I see that BOTH &quot;name&quot; and &quot;node-name&quot; match my new server name:<br>
<br>
/core-service=server-environment/:read-attribute(name=node-name)<br>
{<br>
  &quot;outcome&quot; =&gt; &quot;success&quot;,<br>
  &quot;result&quot; =&gt; &quot;foobar&quot;<br>
}<br>
<br>
/:read-attribute(name=name)<br>
{<br>
   &quot;outcome&quot; =&gt; &quot;success&quot;,<br>
   &quot;result&quot; =&gt; &quot;foobar&quot;<br>
}<br>
<br>
QUESTION: Why the discrepency? Is this a bug or expected behavior? How does one change the server&#39;s cluster node name (say, for the JGroups configuration). I thought both would be equivalent (either setting &lt;server name=&quot;a&quot;&gt; or setting <a href="http://jboss.node.name" target="_blank" rel="noreferrer">jboss.node.name</a>) but that does not seem to be the case.<br>
<br>
Thanks,<br>
John Mazz<br>
_______________________________________________<br>
wildfly-dev mailing list<br>
<a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" target="_blank" rel="noreferrer">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Best regards,<br>
<br>
<b>Dennis Brouwer</b><br>
Extraordinary Goalkeeper<br><br><br>
<img src="http://zeef.org/wp-content/themes/twentytwelve-zeef/images/zeef-logo.png" style="margin:0px 2px;padding:0px;border:0px;max-width:100%;color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px"><br style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px"><br style="color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px"><div style="margin:0px;padding:0px;color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px">ZEEF - Kizitos B.V.<br><div style="margin:0px;padding:0px">Amstelboulevard 184</div><div style="margin:0px;padding:0px">1096 HM Amsterdam</div></div><div style="margin:0px;padding:0px;color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px"><a href="http://www.zeef.com/" rel="nofollow" style="color:rgb(67,118,187);text-decoration:none" target="_blank">www.ZEEF.com</a></div><span style="font-family:Arial,sans-serif;font-size:14px;line-height:20px">US: </span><a rel="nofollow" style="color:rgb(67,118,187);font-family:Arial,sans-serif;font-size:14px;line-height:20px">+1 (415) 992-9409</a><div style="margin:0px;padding:0px;color:rgb(51,51,51);font-family:Arial,sans-serif;font-size:14px;line-height:20px">NL: <a rel="nofollow" style="color:rgb(67,118,187)">+31 (085) 888-3186</a></div></div></div></div>
</div>