Windows member won't join multi platform cluster

I have a set of applications that communicate through a Tangosol Coherence Cache and I am running one of them on a Windows 2003 server and the other on a Sun Solaris box. If I bring up the Solaris member first the Windows member will try to join the cluster for 30 seconds and issue the following warnings:
2007-06-13 11:51:18.562 Tangosol Coherence 3.2.1/369 <Warning> (thread=Cluster, member=n/a): This Member(Id=0, Timestamp=2007-06-13 11:50:48.125, Address=10.3.4.145:8088, MachineId=3473) has been attempting to join the cluster at address 224.3.0.128:30315 with TTL 4 for 30 seconds without success; this could indicate a mis-configured TTL value, or it may simply be the result of a busy cluster or active failover.
2007-06-13 11:51:18.562 Tangosol Coherence 3.2.1/369 <Warning> (thread=Cluster, member=n/a): Received a discovery message that indicates the presence of an existing cluster that does not respond to join requests; this is usually caused by a network layer failure:
After 90 seconds the Windows side times out and shuts down.
If the Windows member is the first to join the cache then the Solaris side comes up just fine*. This behavior also happens if I start the coherence.jar test application on both environments in the same order.
Both machines are on the same subnet so TTL shouldn't be a problem (I bumped it up to 4 just to be sure).
I suspect that this is some configuration issue on the Windows box because in my test environment this is not a problem (but that's only a hunch).
* The work around of having the Windows come up first won't work because our applications are architected so that the Solaris side has to come up first.

The OS on the Windows side is running Service Pack 2 which according to our contact at Microsoft has the fix for the IP multicast issue in it.
I ran the multicast test with the following results:
On the Windows side I saw packets from both machines:
2007-06-20 11:49:25.781 Tangosol Coherence 3.2.1/369 <Info> (thread=main, member
=n/a): Loaded operational overrides from resource "jar:file:/D:/navis/cohUtil/co
herence.jar!/tangosol-coherence-override-dev.xml"
2007-06-20 11:49:25.796 Tangosol Coherence 3.2.1/369 <Info> (thread=main, member
=n/a): Loaded operational overrides from resource "file:/D:/navis/cohUtil/tangos
ol-coherence-override.xml"
Starting test on ip=HONWDA04/10.3.4.145, group=/224.3.0.13:9000, ttl=4
Configuring multicast socket...
Starting listener...
Wed Jun 20 11:49:25 PDT 2007: Sent packet 1.
Wed Jun 20 11:49:25 PDT 2007: Received test packet 1 from self (sent 15ms ago).
Wed Jun 20 11:49:27 PDT 2007: Received test packet 4 from ip=ohquda02/10.3.4.179
, group=/224.3.0.13:9000, ttl=4.
Wed Jun 20 11:49:27 PDT 2007: Sent packet 2.
Wed Jun 20 11:49:27 PDT 2007: Received test packet 2 from self
Wed Jun 20 11:49:29 PDT 2007: Received test packet 5 from ip=ohquda02/10.3.4.179
, group=/224.3.0.13:9000, ttl=4.
Wed Jun 20 11:49:29 PDT 2007: Sent packet 3.
Wed Jun 20 11:49:29 PDT 2007: Received test packet 3 from self
Wed Jun 20 11:49:31 PDT 2007: Received test packet 6 from ip=ohquda02/10.3.4.179
, group=/224.3.0.13:9000, ttl=4.
Wed Jun 20 11:49:31 PDT 2007: Sent packet 4.
Wed Jun 20 11:49:31 PDT 2007: Received test packet 4 from self
Wed Jun 20 11:49:33 PDT 2007: Received test packet 7 from ip=ohquda02/10.3.4.179
, group=/224.3.0.13:9000, ttl=4.
Wed Jun 20 11:49:33 PDT 2007: Sent packet 5.
Wed Jun 20 11:49:33 PDT 2007: Received test packet 5 from self
Wed Jun 20 11:49:35 PDT 2007: Received test packet 8 from ip=ohquda02/10.3.4.179
, group=/224.3.0.13:9000, ttl=4.
Wed Jun 20 11:49:35 PDT 2007: Sent packet 6.
Wed Jun 20 11:49:35 PDT 2007: Received test packet 6 from self
Wed Jun 20 11:49:37 PDT 2007: Received test packet 9 from ip=ohquda02/10.3.4.179
, group=/224.3.0.13:9000, ttl=4.
Wed Jun 20 11:49:37 PDT 2007: Sent packet 7.
Wed Jun 20 11:49:37 PDT 2007: Received test packet 7 from self
Wed Jun 20 11:49:39 PDT 2007: Received test packet 10 from ip=ohquda02/10.3.4.17
9, group=/224.3.0.13:9000, ttl=4.
Wed Jun 20 11:49:39 PDT 2007: Sent packet 8.
Wed Jun 20 11:49:39 PDT 2007: Received test packet 8 from self
Wed Jun 20 11:49:41 PDT 2007: Received test packet 11 from ip=ohquda02/10.3.4.17
9, group=/224.3.0.13:9000, ttl=4.
Wed Jun 20 11:49:41 PDT 2007: Sent packet 9.
Wed Jun 20 11:49:41 PDT 2007: Received test packet 9 from self
Wed Jun 20 11:49:43 PDT 2007: Received test packet 12 from ip=ohquda02/10.3.4.17
9, group=/224.3.0.13:9000, ttl=4.
Wed Jun 20 11:49:43 PDT 2007: Sent packet 10.
Wed Jun 20 11:49:43 PDT 2007: Received test packet 10 from self
Wed Jun 20 11:49:45 PDT 2007: Received test packet 13 from ip=ohquda02/10.3.4.17
9, group=/224.3.0.13:9000, ttl=4.
Wed Jun 20 11:49:45 PDT 2007: Sent packet 11.
Wed Jun 20 11:49:45 PDT 2007: Received test packet 11 from self
Terminate batch job (Y/N)?
The Solaris side only saw its own packets:
2007-06-20 11:51:43.687 Tangosol Coherence 3.2.1/369 <Info> (thread=main, member
resource "jar:file:/home/hstutes/cohUtil/coherence.jar!/tangosol-coherence-over
2007-06-20 11:51:43.715 Tangosol Coherence 3.2.1/369 <Info> (thread=main, member
resource "file:/home/hstutes/cohUtil/tangosol-coherence-override.xml"
Starting test on ip=ohquda02/10.3.4.179, group=/224.3.0.13:9000, ttl=4
Configuring multicast socket...
Starting listener...
Wed Jun 20 11:51:43 PDT 2007: Sent packet 1.
Wed Jun 20 11:51:43 PDT 2007: Received test packet 1 from self (sent 29ms ago).
Wed Jun 20 11:51:45 PDT 2007: Sent packet 2.
Wed Jun 20 11:51:45 PDT 2007: Received test packet 2 from self (sent 1ms ago).
Wed Jun 20 11:51:47 PDT 2007: Sent packet 3.
Wed Jun 20 11:51:47 PDT 2007: Received test packet 3 from self
Wed Jun 20 11:51:49 PDT 2007: Sent packet 4.
Wed Jun 20 11:51:49 PDT 2007: Received test packet 4 from self
Wed Jun 20 11:51:51 PDT 2007: Sent packet 5.
Wed Jun 20 11:51:51 PDT 2007: Received test packet 5 from self
Wed Jun 20 11:51:53 PDT 2007: Sent packet 6.
Wed Jun 20 11:51:53 PDT 2007: Received test packet 6 from self
Wed Jun 20 11:51:55 PDT 2007: Sent packet 7.
Wed Jun 20 11:51:55 PDT 2007: Received test packet 7 from self
Wed Jun 20 11:51:57 PDT 2007: Sent packet 8.
Wed Jun 20 11:51:57 PDT 2007: Received test packet 8 from self
Wed Jun 20 11:51:59 PDT 2007: Sent packet 9.
Wed Jun 20 11:51:59 PDT 2007: Received test packet 9 from self
Wed Jun 20 11:52:01 PDT 2007: Sent packet 10.
Wed Jun 20 11:52:01 PDT 2007: Received test packet 10 from self
Wed Jun 20 11:52:03 PDT 2007: Sent packet 11.
Wed Jun 20 11:52:03 PDT 2007: Received test packet 11 from self
Wed Jun 20 11:52:05 PDT 2007: Sent packet 12.
Wed Jun 20 11:52:05 PDT 2007: Received test packet 12 from self
Wed Jun 20 11:52:07 PDT 2007: Sent packet 13.
Wed Jun 20 11:52:07 PDT 2007: Received test packet 13 from self
Wed Jun 20 11:52:09 PDT 2007: Sent packet 14.
Wed Jun 20 11:52:09 PDT 2007: Received test packet 14 from self
Wed Jun 20 11:52:11 PDT 2007: Sent packet 15.
Wed Jun 20 11:52:11 PDT 2007: Received test packet 15 from self
bash-3.00$
I just noticed that the clocks on the two boxes are about two minutes off. Could that make a difference?

Similar Messages

  • Windows 7 multi-platform mode

    I need to find out how to correct my version of Windows 7 (64 bit) on my Toshiba Satellite A505 so that my pc operates in the multi-platform mode that Microsoft intended it to operate in. It is my understanding that it was not Microsoft's intent that certain manufacturers remove or disable a primary operating feature solely to resell that function as an upgrade when the user would inevitably realize some software programs won't run. I believe the OS version of Windows 7 that came with my laptop when I purchased it was a restricted-mode, 64-bit-only version. I have some 32-bit applications that will not run.

    My apologies. As a novice forum user as well as pretty much of a novice pc software problem solver, I thought someone might use the link I provided where all of the instructions are and my simple statement that it didn't work for me might be explanatory enough. In retrospect I do understand the intent of the forum is to provide the clear step-by-step problem and then someone might hopefully see where I've gone astray. I will copy and paste the instructions (in sentence case) and then provide my comments in [CAPS].
    We strongly recommend saving LIBRARY.EXE in your root (C:\) folder. However, you may save LIBRARY.EXE in any folder. [I SAVED IT TO MY DESKTOP]
      After LIBRARY.EXE has completed downloading you can start the installation two ways... a.) Click your START button, then click RUN
    A small screen with a white box will open...
    In the white box, type C:\LIBRARY.EXE in upper or lower case. 
    Or b.) Go to the folder where you saved LIBRARY.EXE and double-click on it. [I DID THIS]
    3. A box/screen titled Winzip Self-Extractor will appear. Click the top button, UNZIP. [I DID THIS]
    4. You will see that a default folder called C:\MHC has been selected for software installation. Please DO NOT change this default selection to another folder. [I DID NOT CHANGE THIS]
    5. After a quick unzipping process a small box will appear confirming that "367 files unzipped successfully". Click OK to close this screen. Depending on your version of Windows, another small black screen MAY appear after closing the Unzip screen. If this happens simply close this black screen using the 'X' in the upper right corner of the screen. [I CLICKED OK AFTER UNZIPPING THE FILES.  THE SMALL BLACK SCREEN APPEARED FOR A SPLIT SECOND THEN DISAPPEARED]
    6. As the software quickly identifies your version of windows you will see a new screen that says "Winsock.dll found. Please select YES". (Always click YES at this prompt when you re-start the software in the future.) [I DID NOT SEE THIS SCREEN]
    7. Within moments a grey screen will appear with the words FILE and HELP in the upper left corner. Under these words you will see three icons. Click the first ("Connect") icon. [I DID NOT SEE THIS SCREEN]
    8. The DIALING DIRECTORY menu will appear. In this menu you will see two listings: [I DID NOT SEE THIS]
    Reference Desk 98.49.234.146
    Modem Personnel Registry 1-310-715-2912
    9. Double-click "REFERENCE DESK", which appears on a black line. [I DID NOT SEE THIS]
    10. Depending on Internet traffic at the moment, your connection to The Worldwide Military Personnel Database should be relatively immediate. (You may briefly see a window 'counting down' to connection.) [I DID NOT SEE THIS]
    11. Wait a few moments for any new 'first-time' files to transfer to your C:\MHC folder. [I DID NOT SEE THIS]
    12. Respond to any screen questions that appear. [I DID NOT SEE THIS]
    13. This ends the installation. You may now discard these instructions.
    During the installation process above a startup icon (a world globe bisected by a yellow arrow) was sent to your desktop. For all future access to the Database simply click this desktop icon to re-start the software. NOTE: If the re-start icon was not created on your desktop simply copy the filename LIBRARY.LNK from your C:\MHC folder to your Windows subfolder where your desktop icon (.lnk) files reside. (In most versions of Windows the .lnk folder is: "C:\WINDOWS\DESKTOP".) [I DO NOT HAVE THIS ICON ON MY DESKTOP]
    Another way to create a desktop icon for the Library software is simply to:
    Right-click your mouse on any open space of your desktop screen
    Select "NEW"
    Select "SHORTCUT"
    In the "Command Line" box type: c:\mhc\csterm.exe
    [I WOULD APPRECIATE ANY ASSISTANCE FROM ANYONE IF THIS INFORMATION CLEARLY EXPLAINS THE PROBLEM I AM ENCOUNTERING. IF I AM STILL NOT CLEARLY EXPLAINING THE PROBLEM PLEASE TELL ME WHAT ADDITIONAL INFORMATION I CAN PROVIDE. THANK YOU FOR YOUR TIME AND CONSIDERATION.]

  • Windows Server 2008 R2 SP1 2-Node cluster - Replace failed node

    Hi -  I have a two node Windows Server 2008 R2 SP1 fail-over cluster (DHCP, File, Print) where one of the nodes have failed beyond recovery. What I would like to do is to evict the failed cluster node and install a new machine with Windows Server 2008
    R2  SP1 and re use the same name and Ip adress and then join this machine as a node in the cluster. 
    Is there any recommended steps to do this, i'm mostly thinking about the part of re-using the same name and ip address for the new node? (e.g. is there any cleanup more than evict the node?)
    Enfo Zipper
    Christoffer Andersson – Principal Advisor
    http://blogs.chrisse.se - Directory Services Blog

    Hi,
    I agree with Noah Sparks, you can evict the corrupt node, if you reinstall then add the new server system you can just join it to cluster, it shouldn’t any error.
     If you have seen some the evicted node rejoin to cluster meet “The cluster node is already a member of the cluster” error, it may need pack the KB2549472
    hotfix.
    The related KB:
    How to Evict a Node from a Windows Server 2008 Failover Cluster
    http://technet.microsoft.com/en-us/library/bb676524(v=exchg.80).aspx
    Cluster node cannot rejoin the cluster after the node is restarted or removed from the cluster in Windows Server 2008 R2
    http://support.microsoft.com/kb/2549472
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Was Promised a multi-platform DVD for Photoshop 11

    I am in the process of switching from a windows computer to an iMac computer.  I found that my new iMac would not install  the .7Z download version.  I did chat sessions with 3 different representatives from Adobe and kept being re-assured that I would get a multi-platform DVD mailed to me free of charge to take care of the problem.  The first time I was promised this DVD was on November 4, 2013.  I have recently discovered that my order had been cancelled for some unexplained reason.

    I believe unless you bought the boxed dvd version of pse 11, which has both the mac and windows
    versions included, that the serial from the windows version won't work on  the mac version pse 11.
    You can try the pse 11 download for mac from here:
    Just be sure to follow the very important instructions or the link won't work
    http://prodesigntools.com/photoshop-elements-11-direct-download-links-pse-premiere-pre.htm l

  • Multi-platform File Adapter

    We are currently looking at the requirements for several new processes involving use of the File Adapter functionality. Our production BPM environment is RedHat Linux 4, while this particular legacy system runs on Windows 2000. The legacy system is already configured to read and write XML files into Windows file shares. Some integration processes should kick off when XML files are written to the file shares. Other processes will write XML files back into the file shares. I am looking for recommendations as to the best architectural approach to dealing with this multi-platform problem within the BPEL PM. As I see it, we have a few of options:
    1.     Utilize FTP server functionality rather than direct file access to read and write the files in a platform-independent manner.
    2.     Use some other technology to bridge between the platform-specific file directories and something less dependent on platform. For example, pick up the files from the Windows directory and write them to an AQ queue. Then feed the BPEL process from the queue.
    3.     Run BPM on multiple platforms and allow the Windows instance to handle Windows file drops while the Linux instance handles Linux file drops. Obviously there is a cost penalty here as well as complexity during deployment.
    Any thoughts or experiences are welcome.
    Thank you.

    Have you looked into relative path's? that would solve the issue of different OS path names.
    Also, you might want to consider the deployment descriptors you can use when compiliing, you can set enviroment specific variables like paths in there.

  • Windows XP won't maintain connection - but everything else does

    My Windows XP laptop will work fine on my Airport network, but after a while I'll consistently get the dreaded "limited or no connectivity" associated with an invalid IP address. Each time telling Windows to "repair" the connection it will reconnect and work fine for another few minutes.
    I traced the problem to the wireless network configuration I'm using, which admittedly is a little unusual:
    Airport Extreme b/g <--wireless--> Airport Express <---wired---> Linksys WAP54G
    The Airport Express is configured to "wirelessly join" the Extreme's network, and I've wired the Linksys to my Express for a downstream wireless access point. I did this to extend my network without the speed penalty associated with WDS - it seems to work fine with my Macs - only the Windows machine won't stay connected. If I disconnect the Linksys, the Windows computer stays connected.
    I examined my Airport Extreme's log and this is what the Linksys is doing (I omitted time server updates for clarity):
    Jan 25 22:09:05 Severity:5 Associated with station 00:0f:66:19:17:ae
    Jan 25 22:42:27 Severity:5 Disassociated with station 00:0f:66:19:17:ae (leaving service set).
    Jan 26 00:11:49 Severity:5 Associated with station 00:0f:66:19:17:ae
    Jan 26 00:32:27 Severity:5 Disassociated with station 00:0f:66:19:17:ae (leaving service set).
    Jan 26 02:11:53 Severity:5 Associated with station 00:0f:66:19:17:ae
    Jan 26 02:32:28 Severity:5 Disassociated with station 00:0f:66:19:17:ae (leaving service set).
    Jan 26 04:11:56 Severity:5 Associated with station 00:0f:66:19:17:ae
    Jan 26 04:32:28 Severity:5 Disassociated with station 00:0f:66:19:17:ae (leaving service set).
    Jan 26 06:12:00 Severity:5 Associated with station 00:0f:66:19:17:ae
    Jan 26 06:32:29 Severity:5 Disassociated with station 00:0f:66:19:17:ae (leaving service set).
    Jan 26 08:12:03 Severity:5 Associated with station 00:0f:66:19:17:ae
    Jan 26 08:32:29 Severity:5 Disassociated with station 00:0f:66:19:17:ae (leaving service set).
    Jan 26 08:49:24 Severity:5 Associated with station 00:0f:66:19:17:ae
    Jan 26 09:36:33 Severity:5 Disassociated with station 00:0f:66:19:17:ae (leaving service set).
    00:0f:66:19:17:ae is the Linksys.
    Obviously this was overnight when no computers were in use, but note the time stamps: The Linksys keeps dropping in and out, consistently at periodic but not identical intervals, and obviously gives my Windows computer indigestion. None of my other equipment - Macs, Express, or my wireless printer - becomes "disassociated" unless they're turned off or asleep.
    Is Windows just more intolerant of connectivity issues? And why does my Linksys do this anyway?

    Well, I reconfigured my network to create a more conventional roaming network, and the Linksys still gives my Windows laptop headaches. I have no idea why it behaves this way and why only the Windows laptop can't cope with it when everything else does. The Extreme and Express cover my house adequately so I really don't need another access point, but if I ever do it will be an Airport.
    I'm done with Linksys. They're cheap enough but I've spent so much time with the thing it's ridiculous. I'll never buy another one again.

  • 2008 R2 Multi-Site Cluster Possible without Third Party Software?

    2008 R2 Multi-Site Cluster Possible without Third Party Software?  I know it has been asked, but I haven't seen a specific answer.  We are using Dell Compellent Storage and I created several read only replicated volumes at our DR site.  I
    am having issues failing over to the volumes after I use cluster cli to mount the read only volumes.
    Any help would be appreciated greatly!
     

    2008 R2 Multi-Site Cluster Possible without Third Party Software?  I know it has been asked, but I haven't seen a specific answer.  We are using Dell Compellent Storage and I created several read only replicated volumes at our DR site.  I
    am having issues failing over to the volumes after I use cluster cli to mount the read only volumes.
    Any help would be appreciated greatly!
    To have this working reliably you need to have 1) redundant and pretty fatty pipes between your sites (Primary and Disaster Recovery) and 2) your storage (Compellent in your case) being placed in third location. If you'll have both conditions met you'll
    have decent performance and would avoid brain split issue when both sites would be up and uplink between sites is down. Good links on geo clustering:
    Geo Cluster for Windows
    http://clusteringformeremortals.com/2009/09/15/step-by-step-configuring-a-2-node-multi-site-cluster-on-windows-server-2008-r2-%E2%80%93-part-1/
    Geo
    Cluster for Windows 2008
    http://blogs.technet.com/b/johnbaker/archive/2008/03/28/windows-server-2008-geo-clustering-multi-site-clustering.aspx
    Geographically Dispersed Clustering
    http://msmvps.com/blogs/jtoner/
    Hope this helped :)
    StarWind VSAN [Virtual SAN] clusters Hyper-V without SAS, Fibre Channel, SMB 3.0 or iSCSI, uses Ethernet to mirror internally mounted SATA disks between hosts.

  • LR5 multi-platform backup strategy

    > PC (2010):
    SSD: Intel SSD 120Gb (Installed apps: Windows 7, CS6 Master Collection, Lightroom 5)
    HDD1: 1TB (Lightroom gallery 1)
    HDD2: 1TB  (Lightroom gallery 2)
    HDD3: Backup 1 (3TB SDD + HDD1 + HDD3 + OS X)
    > rMBP (2013): i5 2.6 GHz/16GB/512GB (Lightroom temporary Gallery)
    OS X: (200GB): LR5, Windows 7 (300GB): CS6, LR5
    > External Western Digital HDDs (current backup strategy):
    WD1 2TB – Backup 2 (copy of Backup 1)
    WD2 1TB – Backup 3 (copy of Lightroom gallery 1, 2)
    Hi guys, I have recently purchased Lightroom 5 and would appreciate some advice on how to set up a backup strategy prior to syncing all my images with it. Currently, above PC is my primary machine (HDD1, HDD2 with image galleries and HDD3 is primary backup). I also have a mac where OS X and Windows 7 (bootcamp) both have LR5 installed. Images stored on the laptop is temporary while I am out and about which eventually gets moved back to HDD1/HDD2 (with backups in HDD3, WD1). I also a spare 1TB external HDD that I would like to utilize to exclusively store Lightroom files.
    My queries are as follows:
    1) What's the best way to move my laptop's (OS X and bootcamp) temporary LR5 files to my primary PC (HDD1, HDD2)? Can I do this over home network easily?
    2) Best way to sync all Lightroom files (from HDD1 and HDD2) with 1TB external HDD? This is so that I have a copy of my images on the go and can sync the laptop to external drive on longer trips.
    3) As my images (along with other data) gets backed up to HDD3 automatically, should I exclude this drive from sycing with LR5?
    4) Is there any backup software I can use to simplify this backup process?
    Cheers!

    it is interesting topic!
    how do you solve this?
    user-friendly  and   multi-platform-friendly
    backup strategy for LR and PS is maybe interesting for everybody
    (I am looking for help for about 5? main LR install and backup configurations ...   )

  • Compressing: iMovie to CD to multi-platform Adobe Reader...

    Any clear current codec/compression-app winners when it comes to creating QuickTime movies in iMovie for multi-platform distribution on CD? These will be viewed within Adobe Reader, and I AM aware of the Reader 7/QT7 incompatibility (wish somebody would fix it!) Greatly appreciate any comments, links, whatever... Thanks!
    dc

    I don't question your obviously profound knowledge concerning the usage of .pdf files for distributing multimedia content via CD...
    ... but to add:
    ... when it comes to creating QuickTime movies in iMovie for multi-platform distribution on CD... ... not EVERY platform supports Quicktime.., to my knowledge TWO do so...
    ... video format is QT... Quicktime is NOT a video-format, it is a wrapper or "container", throwing a short view over this list let me estimate, QT is 30% "video"...
    ... QT7 works in R6... QT7 for windows doesn't support h.264... as an example. so, "codec"/settings can result in trouble.
    last question:
    why do you post a question about encoding in an edit-app forum?
    you should better try here or here.....
    happy landing...

  • Windows updates won't install

    Hello,
    I have a remote user whose Windows updates won't install. He has a Dell laptop with Windows 7 Pro 32-bit. You can bring up the update windows and start the install but, at exactly 10 seconds, it just says "Updates failed" and doesn't really give
    any more information.
    I saw the Windows update service was stopped, I started it and that didn't seem to help. I also tried the update troubleshooter and that didn't do anything. I checked for malware and didn't find any, and he has plenty of disk space. I didn't see
    anything in Even Viewer or Reliability Monitor either.
    What could it be?
    Thanks. 
    Chris Hansen

    Hi Chris,
    Firstly, please check if those Windows Update have already installed:
    1. Open Windows Update by clicking the Start button. In the search box, type
    Update, and then, in the list of results, click Windows Update.
    2.In the left pane, click View update history.
    3. Click Installed Updates at the top of the page, there check if any Windows Update installed recently.
    If there is no any Windows Update installed, try to
    reset the Windows Update component to check if it could resolve the issue.
    Karen Hu
    TechNet Community Support

  • Windows Updates won't install - Error 0x80072EFD

    Question 
    Windows Updates won’t install.  I’m receiving Error 0x80072EFD.  What can I do to solve this?
    Answer 
    This particular error means that your computer was not able to connect to the Internet when it tried to install updates.  First, check your Internet connection and then try again. If that doesn’t work, try the methods below.
    Method A: Make sure that Windows Firewall is turned on, and temporarily disable third-party firewalls
    Warning This workaround may make a computer or a network more vulnerable to attack by malicious users or by malicious software such as viruses. We do not recommend this workaround but are providing this information so that you can implement this workaround at your own discretion. Use this workaround at your own risk.
    To complete this method, follow these steps.
    Step 1: Make sure that Windows Firewall is turned on
    To open Windows Firewall, click the Start button, and then click Control Panel. In the search box, type firewall, and then click Windows Firewall.
    Click Turn Windows Firewall on or off.
    Click On (recommended), and then click OK.
    Step 2: Temporarily disable third-party firewalls
    Click the Start button, click Control Panel, and then, under System and Security, click Review your computer's status.
    Click the arrow button next to Security to expand the section.
    Under Firewall, read the firewall status note. This information will indicate which, if any, firewall is installed and whether the firewall is turned on. For example, for ZoneAlarm, the notice will say ZoneAlarm Firewall is currently ON.
    Open the third-party firewall application that is listed in the firewall status note, and temporarily disable the firewall. If necessary, refer to the firewall application documentation, or contact the application vendor for more information about how to temporarily disable the application.
    Step 3: Try to install the updates again
    If this method resolved your issue, follow the steps in Method B, step 2 to re-enable your third-party firewall. You might want to also check for and install any necessary updates to your third-party firewall.
    If this method did not resolve your issue, continue with Method B.
    Method B: Temporarily disable third-party antivirus software
    Warning This workaround may make a computer or a network more vulnerable to attack by malicious users or by malicious software such as viruses. We do not recommend this workaround but are providing this information so that you can implement this workaround at your own discretion. Use this workaround at your own risk.
    Note If your third-party firewall is still disabled from Method A, do not open e-mail messages, surf the Web, or use instant messenger at this point.
    Step 1: Locate and temporarily disable your third-party antivirus software
    Note Windows does not detect all antivirus software, and some antivirus software doesn't report its status to Windows. If your antivirus software is not displayed in Windows Security Center, and you're not sure how to find it, try any of the following:
    Look for the antivirus software in the list of programs on the Start menu.
    Type the name of the software or the publisher in the Search box on the Start menu.
    Look for the software in Action Center:
    Click the Start button, click Control Panel, and then, under System and Security, click Review your computer's status.
    Click the arrow button next to Security to expand the section.
    If Windows can detect your antivirus software, it will be listed under Virus protection.
    If the software is turned on, check the Help documentation that was included with the software for information about how to disable it.
    Note You may have to look in the application documentation to determine how to do this.
    Step 2: Check for Windows Updates
    As soon as the antivirus software is temporarily disabled, visit the Windows Update or Microsoft Update site again, and try to download and install updates.
    If this method resolved your issue, and you were able to install the updates successfully, you should re-enable your third-party antivirus software.
    If this method did not resolve your issue, continue with Method C.
    Method C: Disable software accelerator programs
    Disable any software accelerator programs that may be running. Some examples of these programs are file download accelerators and Internet speed accelerators.
    Note If your third-party firewall is still disabled from Method B, do not open e-mail messages, surf the Web, or use instant messenger at this point.
    Step 1: Disable software accelerator programs
    To do this, select from the following options:
    See the documentation that was included with the program.
    View the Help files for your program.
    Contact the program vendor. For information about how to contact the program vendor, visit the following Microsoft Web site:
    http://support.microsoft.com/gp/vendors
    Step 2: Install Updates
    As soon as the software accelerator program is disabled, visit the Windows Update or Microsoft Update site again, and try to download and install updates.
    If this method resolved your issue, you should enable the software accelerator programs that you disabled in Step 1.
    If this method did not resolve your issue, continue with Method E.
    Method D: Add the Windows Update Web site and the Microsoft Update Web site to the Trusted Sites list
    Note If your third-party firewall is still disabled from Method A, do not open e-mail messages, surf the Web, or use instant messenger at this point.
    To add the Windows Update Web site and the Microsoft Update Web site to the Trusted Sites list, follow these steps:
    Start Windows Internet Explorer.
    On the Tools menu, click Internet Options.
    Note If you are using Internet Explorer 7, and the menu is not available, press the ALT key on your keyboard to access the Internet Explorer Menu.
    Click the Security tab, and then click Trusted Sites.
    Click Sites, and then click to clear the Require server verification (https for all sites in this zone check box.
    In the Add this Web site to the zone box, type the following addresses, and then click Add after you type each address:
    http://update.microsoft.com
    http://windowsupdate.microsoft.com
    Click OK two times.
    Try to install the updates again.
    If this method resolved your issue and you were able to install updates successfully, you should re-enable your third-party firewall if it is still disabled. To do this, see step 2 in Method A.
    For more methods and advanced troubleshooting techniques, see You may encounter temporary connection-related errors when you use Windows Update or Microsoft Update to install updates.

    Mark, I've just been through this update issue with two installations.  In my case, it seemed intertwined with authentification and indexing not working, either.    Upon a transfer of my system disk to new hardware I got hit with the issue and couldn't fix it.  Which is why I did a clean install of Win7 ultimate 64bit on my T61p.  The install (including update) worked great until I ran the intel matrix storage manager update.  This broke windows update.  If you surf the web, and include "intel rapid storage manager" or "intel matrix storage manager" and "Windows update fails", you'll see that a lot of folks feel that the intel driver (or how windows handles it) is what breaks update.  I tracked this down to a driver, iastor.sys, in windows\system32\drivers.    I was able to fix my Window Update by copying an iastor.sys from another recently built machine (should be exactly the same, but this was my wife's T510, but still Win 7 Pro 64) to overwrite the iastor.sys that the intel update changed.  To be clear: I couldn't get windows update or indexing to work.  I overwrote* the "bad" iastor.sys with one that worked on another computer.  Rebooted.  Update worked. I just wanted to point out that instead of blindly installing updates to fix problems, folks should be aware that sometimes the update is the problem. Especially as these systems are off warranty and the drivers are not being updated.  I've asked elsewhere, so let me ask here: Where is the System Interface Driver for t61p?  Not listed anywhere on site, links on the web referring to it are all broken.  Is the System Interface Driver now part of another driver program?  Thanks! Jim T61p, Win 7 Ultimate 64bit, and T510, Win 7 Pro 64bit

  • Windows Vista won't support my M

    Sorry - me again. I have a Creative Zen 20mg and Windows Vista won't load the CD. I then looked for various download options online and have been told that they won't work with Vista and Creative have no plans to change this. I need to upload my music to the PC! Is there any way that I can sort this some other way? I've seen from the other threads that there aren't drivers available. ?Many thanks.Message Edited by Ellymoo on 03-02-20080:57 AM

    There are several components you would need to install for access to the player. ALL must be installed in Compatabilty mode for XP. In addition to the one you listed The Creative Nomad Jukebox plug-in is one of the components that needs to be installed if you have not. The version number is 2.00.20. http://support.creative.com/downloads/download.aspx?nDownloadId=9320 The other component after that one is the Creative Nomad Explorer version 3.0.0http://support.creative.com/download...ownloadId=8069

  • Desktop PC with Windows Vista won't boot up

    My Acer Aspire 180 Desktop PC  with Windows Vista won't boot up and has a Recovery error message that says it shut down unsuccessfully. Can someone help me with this issue?

    If you have Recovery Disk then try to repair install. If you do not have then you have to contact Acer Support for getting them.
    Once it is recovered you must update the Graphic Card Driver. Visit the website of the Graphic Card manufacturer to update it.
    S.Sengupta, Windows Experience MVP

  • Windows 7 won't load properly / possible HDD failure?

    Well I will start off by saying I've been having problems with this since I've bought it.  It used to be under warranty and I had to ship it back twice, and I've had to do countless system recoveries but this time I'm at a loss.  My current problem started about 4 days ago.  I had skype downloaded, and my skype started freezing randomly, but only for 30 seconds to a minute, and then come right back to working.  Then this started happening more frequently, and then it got to the point to where it wasn't just skype that would freeze, it was my computer.  It must have only been explorer.exe that was freezing or something because my mouse still moved, and if I was in a skype call the skype call would work but I couldnt type or click on skype without it saying that it wasn't responding.  Then yesterday that problem upgraded again to nothing working very well.  My computer (again I can only assume it was explorer or something) would start up normally, and then once I got to my desktop the load light would come on my tower and freeze / slow down anything and everything.  Example was I had VLC media player open watching a show and the video would freeze for 2 to 5 minutes, play for 10 seconds, then freeze again.  Beforehand it was only slight lock ups, but then it became full blown lockups.  Once that load light came on it stayed on and never wavered and I would be forced to restart my computer to even give it a chance to run properly for a few minutes before this same problem would occur.  Yesterday however the problem upgraded once again, and my computer wouldn't even let me get to my desktop normally.  I was able to load into safemode with networking to try some solutions but nothing worked.  Then the hangup issue started occuring in safe mode as well, forcing me to restart again.  This is where it just keeps getting worse sadly.  My computer would get to the "Starting Windows" screen, sit there for a couple minutes, then maybe 1 out of 10 attempts it would get to the "Welcome" screen as if it was trying to load my desktop but never would load it, and on the other 9 attempts I didn't make it to the "Welcome" screen it just sat a black screen with the load light going and it would never do anything.  My mouse has never been frozen at any point so it's not a full on freeze situation, but something isn't right.  I did a sytem recovery last night, put it back once again to factory settings and it still locked up a little but nothing compared to how it had been.  I turned my pc off and went to sleep, and then this morning it did the usual not getting past the "starting windows" screen.  Sometimes it wouldn't even recognize my hard drive, giving me the old "insert media and boot from disc" or "No media found", I also got two errors, PXE-E61: Media test failure, check cable, and the other message was PXE-MOF: Exiting PXE ROM.   Then after receiving those messages my computer would restart and give me the choice to hit a button to load from disk.  Throught the course of this problem I tried startup repairs, smart tests, anti viruses, nothing did anything to help.  So I decided once again it was going to be time for a system recovery, but now when I hit f11 to go into the system recovery options, all of it is blacked out.  I can't even click on system recovery anymore.  So at this point Windows 7 won't load at all, not even in safe mode, and I'm lucky to even be given the OPTION to start it in safe mode.  Half of the time it seems my computer doesnt even recognize my harddrive, and I can't even do a system recovery or repair tools, but the repair tools didn't really do anything anyway.  So I have no way to use that computer, and Im thinking it might be HDD failure but I'm not hearing any noises coming from it and my computer has always been a little slow so it's not like things have slowed down by a lot so I'm not so sure its my HDD but I have no idea what to do or where to start since I've exhausted all my of resources on trying to fix this issue myself.  I know this problem is probably way too vague to try to get an accurate idea of what is wrong, but I will check back now and then and answer any questions to the best of my ability (I'm not tech savy so if you need really fancy PC information you wil most likely need to tell me how to acquire said information).  I mean I guess if I have to I will get a new HDD, but that means I will most likely need to get a new OS, and I love windows 7 with all my heart and I don't want to upgrade at windows 8.  I feel like it's my OS but it could very well be anything at this point.

    Hi @rhhox ,
    I have brought your issue to the attention of an appropriate team within HP. They will likely request information from you in order to look up your case details or product serial number. Please look for a private message from an identified HP contact. Additionally, keep in mind not to publically post ( serial numbers and case details).
    If you are unfamiliar with how the Forum's private message capability works, you can learn about that here.
    Regards,
    George
    I work for HP

  • Laptop with windows xp won't allow me to transfer iTunes / pictures to new MacBook pro. Why?

    Laptop running windows xp won't allow iTunes and pictures to be transferred to new MacBook pro. Why?

    Post your iTunes questions in the iTunes forum. Maybe these will help as well:
    http://www.apple.com/support/switch101/
    http://www.macworld.com/article/153952/2010/09/superguide_switchingtoamac.html?l src=nl_mwweek_h_cbstories

Maybe you are looking for

  • Print quality problems on Fuji Xerox printers when printing from ArchiCAD and/or Preview.

    Hello, We experience major print quality problems when printing directly from Graphisoft's ArchiCAD, Nemetscheks Vectorworks and from Apple's Preview. Basically we see various artefacts on our printed drawings, e.g. line thicknesses change and hatche

  • Error in DTW trying to update BP master Data

    Dear All I'm trying to update the BP master data with the House Bank details but i get the following error "cannot find this object in B1 Application-defined or object-defined error 65171", which does not help in correcting the actual error. What can

  • "Recording Routine" in Table maintainance generator

    Hi All, I have a problem with View J_3RFV_F4VERS. Currently i am not able to change the entries in this View through SM30. Currently in the Table maintainance generator of this view "Standard recording Routine" is selected as Recording Routine. But w

  • Weblogic Server 2008 Service Startup Error

    Hello When setting up weblogic on server 2008 R2, I can start weblogic using the startWeblogic.cmd file manually, but when configuring to run as a service, I am getting the below error and the service does not start. Do you know what could be causing

  • Planned Orders Confirmed In R/3 not changing in APO

    We have planned production orders in APO, with order category of EE, that get CIF'd to R/3. In our planning books they show in the production planned row. When the planned orders are confirmed in R/3, the planned orders continue to show as order cate