Can the network have an influence if TTL is 0 ?

Hi,
We are using Coherence 3.5.3 and have 3 windows services running that form 1 cluster on a single windows 2008 machine. The TTL is set to 0 since there is no need to leave the physical machine as the 3 JVMs run on the same pc. Could it be that the connected network still has an influence? If TTL is 0, does the communication between the JVMs (and thus the nodes of the cluster) still go over a network card ?
Are there things I can do to check this?
This is the logging I get from Coherence on the cluster:
21 二月 2012 21:26:48,761 [Logger@9219882 3.5.3/465p5] INFO Coherence - 3.5.3/465p5 (thread=DefaultCacheServer, member=2): Started DefaultCacheServer...
SafeCluster: Name=tmsngCluster
Group{Address=228.1.2.3, Port=34405, TTL=0}
MasterMemberSet
ThisMember=Member(Id=2, Timestamp=2012-02-21 21:26:46.64, Address=192.168.0.100:8089, MachineId=14549, Location=machine:WIN-OJ9GGEALAL5,process:368,member:INPUT1, Role=Input)
OldestMember=Member(Id=1, Timestamp=2012-02-21 21:26:16.29, Address=192.168.0.100:8088, MachineId=14549, Location=machine:WIN-OJ9GGEALAL5,process:792,member:PROCESS1, Role=Process)
ActualMemberSet=MemberSet(Size=3, BitSetCount=2
Member(Id=1, Timestamp=2012-02-21 21:26:16.29, Address=192.168.0.100:8088, MachineId=14549, Location=machine:WIN-OJ9GGEALAL5,process:792,member:PROCESS1, Role=Process)
Member(Id=2, Timestamp=2012-02-21 21:26:46.64, Address=192.168.0.100:8089, MachineId=14549, Location=machine:WIN-OJ9GGEALAL5,process:368,member:INPUT1, Role=Input)
Member(Id=3, Timestamp=2012-02-21 21:26:46.67, Address=192.168.0.100:8090, MachineId=14549, Location=machine:WIN-OJ9GGEALAL5,process:3272,member:CLIENT1, Role=Output)
RecycleMillis=240000
RecycleSet=MemberSet(Size=0, BitSetCount=0
Services
TcpRing{TcpSocketAccepter{State=STATE_OPEN, ServerSocket=192.168.0.100:8089}, Connections=[1]}
ClusterService{Name=Cluster, State=(SERVICE_STARTED, STATE_JOINED), Id=0, Version=3.5, OldestMemberId=1}
InvocationService{Name=Management, State=(SERVICE_STARTED), Id=1, Version=3.1, OldestMemberId=1}
DistributedCache{Name=BackService, State=(SERVICE_STARTED), LocalStorage=enabled, PartitionCount=1021, BackupCount=1, AssignedPartitions=0, BackupPartitions=0}
ReplicatedCache{Name=ReplicatedCache, State=(SERVICE_STARTED), Id=13, Version=3.0, OldestMemberId=1}
InvocationService{Name=DefaultInvocationService, State=(SERVICE_STARTED), Id=14, Version=3.1, OldestMemberId=1}
DistributedCache{Name=InputBackService, State=(SERVICE_STARTED), LocalStorage=enabled, PartitionCount=1021, BackupCount=1, AssignedPartitions=1021, BackupPartitions=0}
The pc has multiple network cards: One on 10.101.16.182, one on 192.168.0.109
This is the ipconfig output (Sorry for the Chinese, I don't understand it, but this is at a customer site):
C:\Users\Administrator>ipconfig
Windows IP 配置
以太网适配器 本地连接 4:
媒体状态 . . . . . . . . . . . . : 媒体已断开
连接特定的 DNS 后缀 . . . . . . . :
以太网适配器 本地连接 3:
媒体状态 . . . . . . . . . . . . : 媒体已断开
连接特定的 DNS 后缀 . . . . . . . :
以太网适配器 本地连接 2:
连接特定的 DNS 后缀 . . . . . . . :
本地链接 IPv6 地址. . . . . . . . : fe80::783d:f432:79d0:15e6%12
IPv4 地址 . . . . . . . . . . . . : 192.168.0.109
子网掩码 . . . . . . . . . . . . : 255.255.255.0
默认网关. . . . . . . . . . . . . : 192.168.0.1
以太网适配器 本地连接:
连接特定的 DNS 后缀 . . . . . . . :
本地链接 IPv6 地址. . . . . . . . : fe80::ccaf:a85:eb9:90f9%11
IPv4 地址 . . . . . . . . . . . . : 10.101.16.182
子网掩码 . . . . . . . . . . . . : 255.255.255.0
默认网关. . . . . . . . . . . . . : 10.101.16.181
隧道适配器 isatap.{4137279E-1278-4A28-985F-A9DFCF8827BE}:
媒体状态 . . . . . . . . . . . . : 媒体已断开
连接特定的 DNS 后缀 . . . . . . . :
隧道适配器 isatap.{C2A0F541-74DF-4C45-8F96-3442ED0817CD}:
媒体状态 . . . . . . . . . . . . : 媒体已断开
连接特定的 DNS 后缀 . . . . . . . :
隧道适配器 isatap.{982A9A61-F542-4CC2-812D-6A3A4D0F7749}:
媒体状态 . . . . . . . . . . . . : 媒体已断开
连接特定的 DNS 后缀 . . . . . . . :
隧道适配器 isatap.{EFBCBB08-33F9-426A-A690-0CD8A6B69650}:
媒体状态 . . . . . . . . . . . . : 媒体已断开
连接特定的 DNS 后缀 . . . . . . . :
隧道适配器 Teredo Tunneling Pseudo-Interface:
连接特定的 DNS 后缀 . . . . . . . :
IPv6 地址 . . . . . . . . . . . . : 2001:0:4137:9e76:144b:15a4:3f57:ff92
本地链接 IPv6 地址. . . . . . . . : fe80::144b:15a4:3f57:ff92%19
默认网关. . . . . . . . . . . . . : ::
C:\Users\Administrator>
I also had a look at this documentation: http://docs.oracle.com/cd/E14526_01/coh.350/e14527/installcoh.htm
but it does not help much. The last line says "If all the preceding options fail, set up Coherence to run on a single host." but no link to documentation on how to do that.
regards,
Wim

user10435421 wrote:
Hi,
We are using Coherence 3.5.3 and have 3 windows services running that form 1 cluster on a single windows 2008 machine. The TTL is set to 0 since there is no need to leave the physical machine as the 3 JVMs run on the same pc. Could it be that the connected network still has an influence? If TTL is 0, does the communication between the JVMs (and thus the nodes of the cluster) still go over a network card ?
Yes, it can have an effect. Let's suppose that there is another cluster on another box which uses the same cluster address, but does not have TTL set to zero, thus its packets can reach your machine. You however won't have a chance to reply due to your sending with TTL=0.
In this case those packets can cause issues e.g. with forming the cluster on your machine because you will see that there is another cluster somewhere with the same address, but you can't communicate with it. This can prevent a cluster starting up on your machine.
Even if this happens after your cluster is formed, it may still cause error messages in the log mentioning that you received a heartbeat message from a different cluster on the same cluster address.
An easy workaround would be to choose a different (unused) cluster address for the cluster on your machine.
Best regards,
Robert

Similar Messages

  • Question: why is my computer booting up slow? can the battery have anything to do with it?

    why is my computer booting up slow,can the battery have anything to do with it?

    Hi tecknik!
    I'm so sorry for any trouble with calls and messages! I know how important it is to have a properly working phone. Which iPhone do you have? Please reset the network settings: settings/general/reset/reset network settings. Once that is done, please monitor the device and see if that corrects the issue. What is your zip code?
    I'm anxioud to get to the bottom of this for you!
    ChristinaB_VZW
    VZW Support
    Follow us on Twitter @VZWSupport

  • Can the iPhone have settings profiles?  I want the settings of what apps are using the "call home" automatically set based on my location or the time of day.  Is this possible?

    Can the iPhone have settings profiles?  I want the settings of what apps are using the "call home" automatically set based on my location or the time of day.  Is this possible?  Of course the GPS location feature will need to be on in order for this to work.  But the idea here would be to optimize battery life by disabling the 'call home' requests of apps.  The settings profile should also support downloads as I would like to download and allow it when I am on WiFi but not so much when I am using my cellular data.

    No, this is not possible as the sandboxed nature of iOS would not allow any app to modify another app like that. Such a feature would have to be enabled by Apple as a part of iOS itself. You can submit feedback to Apple about the idea if you wish to.
    https://www.apple.com/feedback/

  • Can 2 networks have the same SSID?

    I have myself a Cisco 340 series Aironet Access Point and a PC card. I want to
    achieve a seamless roaming scenario between 2 networks.
    I would like to know whether networks A and B, each having subnets as
    111.111.xxx.xxx and 111.112.xxx.xxx respectively, can have the same SSID? I
    want a mobile user to be able to be in all 2 networks, but only receive
    information from the one network which it is within range.

    This depends on the OS on the client devices. Win2K and higher will automatically renew IP address information if a user roams into a new IP subnet. There is a relatively significant delay, however (~5sec. until it attempts a renewal).
    If these networks are near each other (i.e. in the same building), you may be better served by building a single VLAN for your wireless network. A single wireless VLAN will offer some significant benefits related to security, mobility and manageability.
    If these networks are not near each other, or if users will likely be shutting down their machines while moving from one network to another, the IP addressing will not be an issue.

  • Can the myRio have a SFP+ connector added to it?

    I was wondering if anybody knew if you could connect an SFP+ digital output to any of the pins of the myRIO device.  The goal of this is to add a 10Gigabit network connection.
    Thanks

    Hi John,
    I have been researching in our community to see if somebody has already tried something similar, but I was not lucky finding something alike. To me it looks like that connection would not be supported  by the device. Perhaps you may want to checkthe myRIO Manual to seee if you consider that your connector can be adapted to the inputs that came with the myRIO
    Regards,
    S.Jimenez

  • How can the Extreme have two IPs on one computer?

    My computer or the Apple Extreme Base Station (AEBS) started having a problem recently while two other computers are still working fine!?
    This network setup (described further below) was running fine for a month before one computer started getting unhappy.
    PROBLEM SYMPTOMS:
    The one computer can not get on the Internet. I checked the IP of the computer with the problem and it is 10.0.1.2 which was assigned by the AEBS. Subnets on everything involved are all 255.255.255.0. I tried to ping the router but could not reach it at 10.0.1.1 where it should be.
    I bring up the Aipport Admin Utility and it lists the router at 254.128.0.0 !? I try to configure the router and it gets an error saying it can't connect. If I click the "Other" button and manually enter 10.0.1.1 to configure the router that works fine!
    Two other computers (Win XP Pro and Windows 2000) are plugged into the same switch and they get to the router just fine.
    Computer with a problem:
    Windows XP Pro with SP 2 and all the latest security updates.
    I'm running the Airport Admin Utility for Windows version 4.1.
    Apple Extreme was purchased two months ago. Running Version 5.7.
    SYSTEM SETUP:
    The AEBS is set up to dial out (bummer but it's the option at this location) for Internet access. The WAN ethernet port is empty. The LAN ethernet port is connected to a Linksys 5 port switch - I don't have the version number right now but it was purchased 2 months ago.
    The switch connects by ethernet cable to the XP Pro system that is having the problem and to the Windows 2000 system that is fine. A XP Pro notebook connects to the AEBS wirelessly without problem. Another notebook connects via cable to the switch or via wireless to the AEBS without problem.
    The Airport Extreme is running version 5.7.
    THINGS I'VE TRIED
    Turning off all firewall software.
    Uninstalling the Airport Admin Utility and reinstalling.
    Removing the switch and going straight from the problem computer to the AEBS. No good.
    Reseting the AEBS to factory settings and reconfiguring it.
    Rebooting the XP problem computer.
    Repairing the IP on the XP problem computer.
    Resetting the switch.
    Using different ports on the switch.
    Do any of your rocket scientists have any suggestions?

    Oops...I moved this to the Extreme forum since it has nothing to do with the Express

  • Can the RV180W have multiple SSIDs with different security configurations?

    I am trying to configure the RV180W with a guest network and regular wireless network. The regular wireless network is just a bridge to the wired network, using WPA2-Pers for authentication. I built and enabled another wireless SSID, using a different VLAN and no authentication. I can get both SSIDs to function at the same time if I turn off security. Once I turn on Security, the regular one no longer functions.

    It is actually all in the manual:
    SEE: PDF MANUAL
    Page 63 of PDF and onwards
    Do note that you need to assign multiple VLAN per SSID. Check the manual it is there :D
    and based on the manual you need to enable multiple VLAN support: See page 34 of the manual: Configuring Virtual LAN (VLAN) Membership
    Don't forget to rate and mark as answer helpful posts! :)

  • Can the project status be influenced by billing plan in sales order?

    I am facing the following problem: 
    I linked the WBS Element to a sales order billing plan (in header: account assignment).
    Now, is there a possibility to prevent changing the status of the project to “close technically”, while there are still some invoices of the billing in the sales order not billed?
    I want to make sure that a project can only be closed once all the invoices related to the project were billed.
    Thanks in advance
    Maike

    Hello Maike,
    I have different view here:
    System status is set to FNBL automatically when all the items in the sales orders are billed. So user does not really need to set it.
    TECO is a status which should follow FNBL generally speaking. And it has to be put manually.
    Now, if the requirement is to throw an error when FNBL or TECO is put manually if not all the sales orders items are billed- it can be done by using validation.
    A validation can be activated which will check for any open billing item for that WBS when status is set to TECO. If there is any, it will throw an error while saving WBS with TECO.So it will not allow to set TECO. T code for validation is OPSI.
    Thanks,
    Sourabh

  • To use eprint, can the printer have a wired connection

    I have trouble connect my iPads to my HP Officeject 8600 when my printer has a wired ethernet connection.  I have no problem when it is wireless connected.
    Does the connection matter?

    je n arrive pas a avoir la connection avecservices web
    la page test reseau sans fil confirm que tout les parametre son ok
    sur l ecrans j ai un message 
    connection aux services web impossible veiller verifier l acces a internet et reesayer
    mon imprimente est  HP ENVY 110

  • My G5 can't locate other computers on the network

    It's weird it can find the internet and networked printers but NO other computers at all. Furthermore other computers on the network have no problem finding each other or this specific computer.
    Any ideas?
    There are both macs, windows, and a linux based NAS on this network.

    It most certainly does explain why one wouldn't be able to see others, if it's not configured as part of a workgroup or the automounter isn't running, this single machine will not be able to mount on demand, those shares which are advertised on other hosts.
    Macs are not complicated and as I see by your signon, you know something of a root account. I would think you'd feel right at home on a mac under it's covers I myself have been a real Unix sysadmin for 18 years and played on all types of enterprise hardware, believe me, Macs are easy to fiddle with. Most of the time, when someone can't see other machines using the network browser,it's because some tool disabled NFS. Check your /etc/hostconfig for the automounter line and also check in the /Library/StartupItems and make sure NFS gets hit when the box starts.
    I know if I kill my automounter, all the network mounting stops.

  • ADSL Disconnects when my mac connects to the network or when ever it wants

    Hi there.
    My MacBook Pro Loves to pull fits on the Network.
    What it dose is when i open the lid on my laptop it disconnects the internet. So the ADSL Light Turns off on the router.
    Whats wrong with it?

    Other people on the network have no issues with bit torrent
    Yes but they may be using all the routers resources.
    If you have multiple devices on the network the router may just be crashing. I have seen this before with thompson routers. I have seen Thompson 780wl crash with more than 3 devices connected to it. When used with 1 device it was fine.
    Dlink in my experience are buggy at the best of times. I would suggest you flash your router with the latest firmware you can download from dlink.
    I would suggest as william indicated replacing your router with a more efficient one.

  • Hi, I have a MacPro and can't get it to connect to my emails or Chrome / Safari to work. The Internet works fine on my iPads; I have used the network diagnosis tool to check that the Ethernet connection is fine, and it is.  Help, please?

    I don't have another computer that I can connect to the Ethernet; and its not really practical to move the Mac Pro nearer to the Airport Express to get wifi signal. I've tried turning everything completely off (including taking the plug out of the socket), but it still doesn't work.  Any ideas, please? 

    Desperate times call for desperate measures:
    System Preferences > Network > Ethernet > (Assist Me) > Assistant ...
    ... and set it up again, being sure to specify a new "Location". Do not keep the "Automatic" one, create a new one or accept the default (current date&time).
    A "Location" is a basket of settings from all over the place that could influence how your network connection behaves. Thye were invented to collect together such stuff so that you could switch fro "Home" to "Work" to "StarBux" just by specifying the Location, and all the settings needed would be pulled together and applied at once.
    Sometimes a stray setting gets included by accident, and a new setup eliminates that stray setting and it perks up and works afterward.

  • AirPort Extreme extends my network and has worked well for three months. Now it can no longer extend the network and flashes Amber. I have restored to factory settings moved it closer to time capsule and rebooted the system without luck

    i have a blinking Amber on my extreme now and it cannot extend the network.  It was working fine and nothing has changed. I have restored to factory settings moved it to another room and rebooted the system without luck. Any suggestions

    What OS are you running?
    Please give me a screenshot of the current AE setup..
    I strongly recommend if you have issues.. take control of all the variables. Apple routers have too much auto..
    Here is a list that I use for setups when using Yosemite.. but it relates to any OS.
    You will need to factory reset again to get going.
    Factory reset universal
    Power off the AE.. ie pull the power cord or power off at the wall.. wait 10sec.. hold in the reset button.. be gentle.. power on again still holding in reset.. and keep holding it in for another 10sec. You may need some help as it is hard to both hold in reset and apply power. It will show success by rapidly blinking the front led. Release the reset.. and wait a couple of min for the AE to reset and come back with factory settings. If the front LED doesn’t blink rapidly you missed it and simply try again. The reset is fairly fragile in these.. press it so you feel it just click and no more.. I have seen people bend the lever or even break it. I use a toothpick as tool.
    Then redo the setup from the computer with Yosemite or whatever you are using.
    1. Use very short names.. NOT APPLE RECOMMENDED names. No spaces and pure alphanumerics.
    eg AEgen5 for basestation.
    Use AE24ghz and AE5ghz for wireless on each band, with fixed channels as this also seems to help stop the nonsense.
    2. Use all passwords that also comply but can be a bit longer. ie 8-20 characters mixed case and numbers.. no non-alphanumerics.
    3. Ensure the AE always takes the same IP address.. this is not a problem for router but if the AE is bridged you can have trouble.. Try using the static IP method or control it via the main router dhcp reservations.
    4. Check your share name on the computer/s is not changing.. make sure it also complies with the above.. short no spaces and pure alphanumeric..
    5. Make sure IPv6 is set to link-local only in the computer. For example wireless open the network preferences, wireless and advanced / TCP/IP.. and fix the IPv6. to link-local only.
    6. Set up the extend to the Express using 2.4ghz and then see how good or bad the connection is.. this is better in the old v5 utility but if you hover your mouse over where it shows connection an extra chunk of info comes up.
    I have specifically used 5ghz to make the extend.. because by testing it works better.. but do not be fooled.. this good connection is poor.. the RSSI.. which is difference signal .. at -79dbm is down the bottom of the stable.. and it drops out on a daily basis.. you want to see that signal around -60dbm at min.
    There is a lot more jiggery pokery you can try but the above is a good start.. if you find it still unreliable.. don't be surprised.

  • We have a PC with iTunes that needs the hard drive reformatted. Right now, it can't connect to other computers on the network. Can I save my music to a thumb drive, then re-load when the computer is reformatted?

    We have a Windows XP desktop with iTunes for windows. The hard drive needs to be reformatted. Right now, the computer will not connect to other computers on the network. Can I save my iTunes songs to a thumbdrive, then re-load after reformatting?  How do I do it?

    Copy the entire iTunes folder out to the drive. If it is too big to go as one copy stuff over to another computer in batches. It is important to have not only the media but the library file in order to properly restore your library.
    See also this User Tip. Assuming the machine won't connect to the internet you could download the SyncToy installer on another machine and then transfer it with the thumb drive. If it will connect to the net don't forget to deauthorize the machine before reformatting the hard drive.
    tt2

  • Why do I have to turn off and on my HP office jet 7500A every time I want to print a page?  I can print one and imediatly try to print a second and it says it cant be found on the network.

    Since going up to Lion I am having problems with my HP Officejet 7500A printer.  It is on the network wirrelessly.  After every page I have to turn the printer off and back on again because my mac cant find the printer on the network.  The windows mechines here can still find it, but not my Mac Pro.  What is going on?
    Obviously I have it set up right because I can print to it.  problem is my mac thinks it goes off line every time I tell it to print another document. 
    Anyone know of a fix?
    Thanks!

    Lion may have replaced files that partially made up your printer drivers. Either way, HP saw fit to make a new set of drivers specifically for 10.7 so you may want to use it simply to avoid any bugs tehy found.
    Get it here:
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=bi-98095-2 &cc=us&dlc=en&lc=en&os=219&product=4083652&sw_lang=
    Hope I helped

Maybe you are looking for

  • AP Controller IP DHCP Problem

    Dear all, its not my first config or location but with the 2600 I have now a problem. Any ideas? *Mar  1 00:17:04.255: %CAPWAP-3-DHCP_RENEW: Could not discover WLC using DHCP IP. Renewing DHCP IP. *Mar  1 00:17:07.327: %DHCP-6-ADDRESS_ASSIGN: Interfa

  • Getting SMS back after downgrading?

    Hi I upgraded my Iphone 3G (not jailbroken) to IOS4. I did not back up the phone before upgrading. The upgrade itself went well and Itunes did a backup of the phone AFTER the upgrade. Turned out that my phone didn't work to well with the IOS4. It was

  • Using Elements to create slideshow to post online via iweb....

    Is this possible??? I am almost at my wits end trying to figure out a way to create a slideshow to post on my site via iweb that looks decent.  iweb does have a slideshow it is only enabled IF the viewer wants to enable it.  One other thing that I ha

  • How to configure physical channel using DAQmx block(remote PXI6733)

    I am trying to run the example in labview that use DAQmx. But I find I can't find the physical channel by browser or using DAQ assisstant. It reports "No supported device found". My PXI6733 is on a controller and communicate with host computer by TCP

  • "Please select a calendar that supports tasks" How?

    All the Task related buttons are grayed out and when I try to do anything related to tasks it says "Please select a calendar that supports tasks. But I cannot find the way to do this anywhere.