Hello Guys, Thank you Dario for your solution, it worked in my case as well.
The xcat master configured to no use IPV6 and in any it's not working with no fix to xcatd file. Thanks again -----Original Message----- From: Dario Dorella [mailto:[email protected]] Sent: Tuesday, October 18, 2011 09:31 To: xCAT Users Mailing list; Fargen, Jamie Subject: Re: [xcat-user] xCAT-user Digest, Vol 26, Issue 10 Hello Jamie et all, I think I go it! :-) Somehow xcatd believes it needs to resolve addresses using IPv6. To try this out I've modified /opt/xcat/sbin/xcatd and forced $inet6support to be "0": [...] my $inet6support; if ($^O =~ /^aix/i) { # disable AIX IPV6 TODO $inet6support = 0; } else { $inet6support=eval { require Socket6 }; } $inet6support = 0; # <--------------- Inserted this line After restarting xcatd updateflag.awk started to behave, so indeed it was a name resolution issue, but a little more tricky than what I supposed initially. We're now trying to understand why "$inet6support=eval { require Socket6 };" is returning something it should not in our understanding. At least now we have something working, even if not exactly using a fix I perfectly like. In case we have something more worth sharing, I'll push the updates to the list. Thanks everybody for the help and notes, Dario ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct _______________________________________________ xCAT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xcat-user ------------------------------------------------------------------------------ The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take a complimentary Learning@Cisco Self-Assessment and learn about Cisco certifications, training, and career opportunities. http://p.sf.net/sfu/cisco-dev2dev _______________________________________________ xCAT-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xcat-user
