IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Restart after smtp server change

    Posted 01/25/11 03:31 PM

    Hello,

    our smtp server was changing. In our IS admin-page the alias of the smtp server is stored.
    usually we have to make a restart the the IS can reconnect to the smtp server. we always have this problem when a connected server is changing the ip. Is there another possibility instead of restarting the IS?

    thank you kim


    #Integration-Server-and-ESB
    #webMethods-Archive
    #webMethods


  • 2.  RE: Restart after smtp server change

    Posted 01/27/11 02:23 PM

    Use a DNS name and try to flush and register the DNS names (on the webemthods box) everytime the SMTP server IP changes.

    Hope this IS is not referenced anywhere else (Remote servers, webservice endpoints etc) with an IP.

    Cheers,
    Akshith


    #webMethods-Archive
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Restart after smtp server change

    Posted 01/27/11 06:25 PM

    This is a common issue for long-running JVM processes using default configurations.

    By default, a JVM caches name resolutions forever. For processes such as Integration Server this is usually (IME, always) undesirable.

    You can change the configuration at JVM startup via command-line arguments or properties. See the following link:

    [URL]JDK 19 Documentation - Home

    Change the ttl setting to 10, 30, 300, etc. seconds, whatever is most appropriate for your environment. Keep in mind that the longer the interval, the longer it will take IS to recognize an IP change for any given hostname. I recommend using an interval that is as small as possible (e.g. 1).

    I forgot to mention: this caching can defeat some load-balancing schemes, which rely on regular hostname lookup calls to return different IP addresses for each call.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-Archive