S
Srinivas Munigala
Guest
It is not an internal discussion. It is a forum discussion. Not sure, why you are unable to access it. Here, I am copying the data: There was a feature introduce in 11.1.0 to collect and log license information of the clients those are connecting to broker. Among all these information client machines IP Address and client machines HostName was there. As part of UBMsg client only sends machine's IP address and using this IP address we are extracting client machine's HostName. For this we have used some JAVA API that internally generates some netbio message between broker and client. This was experienced by one of the customer during use of 11.4 (CR-PSC00290849). As part of this bug fix we had put this switch in ubroker.properties file to avoid unnecessary netbios messages flow between broker and client, if the customer is not really concern about using the license feature , then set the netio property value to zero (i.e. disable netbios) permanently. If customer wants license feature and does not want netbios messages then , it is upto the user, if this property will be disable (i.e. set to zero) then in license log it will only dump client machine's IP address not machine name(i.e. HostName). If the performance drop while connecting is detected, disable the new feature by changing the property value to zero and then restart the broker.
Continue reading...
Continue reading...