Slashdot Mirror


The root of all eBay's troubles

UncleRoger writes "A friend pointed me to this article would would appear to explain why eBay has had such troubles with downtime, including the outage since Wednesday evening. " It would appear that MS is tired of having the finger pointed at them - as they point out, it's an Oracle database that's running on Solaris that's causing the troubles.

188 of 300 comments (clear)

  1. Re:Classic obfuscation by SashaV. · · Score: 1


    You may suspect that it is false, but it seems to be ebay's story and they are sticking to it.

    From the open letter from the founders now on Ebay's home page


    To help ensure this, we are working diligently on a hot backup system that should automatically limit the length of potential outages to less than an hour or so. We have been working on this system for many months, and it is almost ready. Sadly, if we had this system in place a few days ago, we might have avoided this outage.

  2. Re:Buy NT because Sun's unreliable? by zemog · · Score: 1

    More interesting is that when I view Page Info with my Netscape browser, I get a June 9th date.

  3. I wonder if this is why MS uses LINUX!! by MonkeyPaw · · Score: 1

    If you check Hotmail.com (now a product of M$) you will notice it is running Apache on a Unix box.
    (Server: Apache/1.3.6 (Unix) mod_ssl/2.2.8 SSLeay/0.9.0b)

    I guess even when M$ considers "The Importance of Reliability in an e-Commerce World" they choose _NOT_ to use NT, like everyone else.

    How do they expect other people to use their products when they don't?

    I don't get it.

    --
    My studio - www.graylands.ca
  4. Re:design flaws / operator error by phred · · Score: 1

    No, as you noted, clearly 356.25 was the design goal.

    ---------

    --
    Bill Gates Is My Evil Twin.
  5. Opps,. I mean UNIX,.. heh heh by MonkeyPaw · · Score: 1

    My fault,.. I was reading another webpage while writing that,. hehh heh

    --
    My studio - www.graylands.ca
  6. Re:Some fun statistics from ms... by TheHornedOne · · Score: 2

    According to a lot of people, there's no difference.. when Windows dies, the PC is broken. And I have to step in and correct them.. no, it's not broken. It's running Windows. As far as they can understand, that damned wavy-window flag at startup must be burned right into the hardware..

  7. My solution by gavinhall · · Score: 1

    Posted by d106ene5:

    If your website is not high capacity, you should be okay. By high capacity I mean over 10 million hits a day. Hence Slashdot is not high capacity. If Slashdot got 10 million hits a day you would watch Rob's little world melt down into a puddle of pee - MySQL and mod_perl would meltdown big time.

    If you are exceeding 10 million hits a day, avoid hitting a database. You're going to slam the machine in no time. Go for static pages or Apache SSI unless you truly need complex pages built out of a DB. Even then you can usually fudge it with static pages.

    Your DBA who wants everything in Oracle should ask himself how much he wants Larry Ellison to control his destiny. Most old timers I know would like to minimize their debt to Oracle.

    1. Re:My solution by nrrd · · Score: 1

      I work for a fourtune 500 company. . . money is not a big issue for a lot of stuff, just the approval process is amazingly unwieldy.

      And the pay is really _crap_. It reminds me of one of Southpark episode where Cartman gets abducted... "Sory about your ass, dude."

      --
      "Eye halve a spelling chequer, It came with my pea sea, It plainly marques four my revue, Miss steaks eye kin knot sea"
    2. Re:My solution by DrMazz · · Score: 1


      10million is "only" 10,000 a minute


      This is where your solution will die. 10 million per day is most emphatically NOT going to be a steady 10k per minute every minute. Net traffic is almost always very peaky. The peak hour might have (say) 20% of the total daily traffic, and within that hour the peak minute might have (say) 10% of the peak hour's traffic -i.e. about 200,000 hits in that peak minute. Most good WebAdmins will do this sort of analysis (or base it on an assumed pseudo-Gaussian distribution over (say) minute intervals) and then design for 3 to 5 times the peak load, so we're talking somewhere around 1 million hits per minute.

      Your mileage may vary - different sites have different profiles - but your rough estimate of peak load is derived from poor methodology, and could lead to some nasty surprises

      Cheers,
      DrMazz.

  8. Re:HINT: DO NOT CONNECT ORACLE TO LIVE WEB PAGES by gavinhall · · Score: 1

    Posted by d106ene5:

    Sorry, those sites are small potatoes. You could run them with an abacus and smoke signals.

  9. Time out for fresh air by phred · · Score: 1

    I'm getting more than a little annoyed at the slander being casually thrown ebay's way. I know Mike Wilson, their VP of engineering. He is a solid guy and really knows his stuff. Anyone in the database business knows that things go wrong. ebay scaled up from nothing to huge in record time. Is that for nought because they have had problems recently? They moved the bar up a whole order of magnitude on what was considered possible for realtime e-commerce on the net.

    So lay the fuck off Mike and his engineering operation until you understand the actual details of what was happening there. People seem to believe that "state of the art" comes about through random acts of kindness or something. No. It comes from learning from mistakes and accidents, and the bigger the flaw, the bigger the step forward that those on the leading edge make to put those things behind.

    I agree that Microsoft's leap to take advantage of this in marketing and PR was uncalled for. On the other hand, McNealy's crew is famous for that kind of stuff too.

    But the spinmeisters at Sun have nothing on Redmond, and so I still have to say

    --
    Bill Gates Is My Evil Twin.
    1. Re:Time out for fresh air by pedro · · Score: 1

      I've gotta go with you, phred. An operation like E-bay's pushes the bleeding edge of transaction processing. It's a constantly fluctuating processing environment *defined by its data*.
      Ok. I know that's fuzzy; You have db records relating to particular bidding "threads" popping in and out of existence on the fly... Reconciling structures that hammer at and mercilessly fragment your files. You gotta garbage collect your disks, handle peak loads, and all the while try not to *thrash* anything, thereby bringing everything dependent upon the thrashing entity to its knees.
      Worse, thrashing isn't predictable, so you gotta distribute your loads, making the reconciliation process even worse.
      As you tried to say, phred, these guys are trying, unwittingly, do cut new ground in TP. Let's give 'em a little slack!

      --
      Brak: What's THAT?
      Thundercleese: A light switch.. of TOTAL DEVASTATION!
  10. Why does MS try to justify its problems? by redled · · Score: 1

    Is it just me, or does MS tend to try and justify its problems by pointing out flaws in other systems? Does it ever occur to them that when problems are pointed out, it's generally a good idea to take the oppurtunity to fix them, rathar than saying "but everyone else is doing it!"?

    --

    --
    "Insert witty quote here."

  11. Re:where's the hot backup server? by Anonymous Coward · · Score: 1

    After a quick pass through an optimizing compiler:

    if (nt == unstable) { switchTo.linux() }

    becomes

    switchTo.linux();

  12. Re:Uh oh... not Microsoft's fault? by Trepidity · · Score: 1

    Slashdot runs on Linux with mysql as the database, and it crashes too often. For a while mysql was crashing. Then the Linux kernel was crashing. All in all it's a big pile of unstable mess.

  13. Ultra 5 by mhatle · · Score: 1

    I wouldn't mind one of those "unreliable" Ultra Sparc 5's :)

    Of course the thing can crash its a computer.. Live w/ it Microsoft..

    --Mark

    1. Re:Ultra 5 by ganesh · · Score: 1

      I'd like to meet the guy who designed the ultra5 and beat him over the head with one. Onboard ATI card with a miserable 2 MB RAM and no way to add to it. And there are no 16bpp drivers either in sol 2.6 or 2.7 so you really can't do better than 640x480x24bpp. Luckily Linux/Xfree86 is much better.
      For all the money they charge you, and the fact that they market it as a desktop you'd think they'd put in an internal speaker which wasn't crappier than that of a PC.

    2. Re:Ultra 5 by henri · · Score: 1


      i don't like sun's ultra 5's either. but i do like the knock offs... can't remeber the name of them now, but the place i do some work for has a 5 333mhz boxes in nice rack mount cases w/ scsi running the website (all behind a crisco local director).

      these babies have a very nice price/performance level (running 2.6 not 7)

      crap, i can't remember the name of the reseller who builds them... the case comes off easy, easy to get at stuff.

      henri

    3. Re:Ultra 5 by cthdt · · Score: 1

      Yeah, me to, although they come with 4MB nowadays!
      Thats why you'll need an Ultra 10, Creator 3D graphics..

    4. Re:Ultra 5 by sterwill · · Score: 1

      An Ultra 5? Reliable? It's a PC with a Sparc--IDE disk, IDE CDROM, Mach64 "framebuffer" and really, really slow with Solaris 7.

    5. Re:Ultra 5 by spinkham · · Score: 1

      Ultra 2's are better in my opinion... 2 processor capability amoung other things...
      I'd really like is a SGI O2 or octane.. They have unbelivible I/O capibilities, really nice cases (important ;-), nice openGL performance, and you can play quake2 on them ;-)
      Of course, they're freakin expensive...
      I'd settle for a measily 64 Alpha Beowolf cluster too(Imagine my RC5 score ;-)
      OOTC... I love the way microsoft places the blame for a problem on the OS, when I bet it has nothing to do w/ the OS. Possibly hardware (unlikely), probably stupid software error.
      I'd like to see ANY large site use ASP or other crappy MS web ideas and try to run a mostly dynamic page....
      That's like Quake3's attempted online server list useing Visual Basic... Just not a gonna happen....

      --
      Blessed are the pessimists, for they have made backups.
    6. Re:Ultra 5 by kabir · · Score: 2
      I have an Ultra 5 on my desk at work, so I've had a pretty good shot at finding out how it's put together. Granted, running as a workstation bears very little similarity to doing serious server stuff, but here goes in any case:

      Hardware: I think that Sun really made a mistake here. I'm not too unhappy that they threw out SBus and went to PCI, that really does strike me as a good idea, but dropping onboard SCSI in favour of onboard IDE, well, that was just plain stupid. As it is, every time we buy and Ultra 5 we have to burn a slot to get SCSI into the thing. I notice performance problems with my IDE disks on my workstation, I'd hate to imagine them in any kind of server. Likewise, they seem to have redesigned the case with inconvienience in mind. You have to eviscerate the damn thing every time you want to change anything (memory being the worst) and all the little bits and pieces seem to be fairly low quality.

      In the end, the only reason that I upgraded from an Ultra 1 was the frambuffer. 24 (or 32) bit graphics are nice, especially when compared to the measley 8 bits I had before. I don't really have any one application that takes advantage of the extra colors, but color map conflicts (and thus epileptic flickering as maps are switched) are a thing of the past.

      And, of course, there's the Mystery Bay. On the front of Ultra 5s is a little flip door that looks just about the right size to admit a 4mm tape. Of course, it isn't the right size, and no tape drive would fit inside anyway. When asked Sun said (after _much_ internal research and many days of not calling me back) that it was for a PCMCIA card reader. Great! I said, and where can I find this reader? "Well," they said, "we don't know. I actually don't think there is one. But when there is, you'll have a bay for it." -- wonderful.

      OS: Solaris 7 is the standard these days, ships preinstalled on the Ultra 5. I ran Solaris 7 for two whole weeks on my Ultra 5 before purging it from the disks in a fit of retribution. To say that it's slow is an understatement. My TI-85 can serve web pages faster! I don't know if Solaris 7 is just broken (note the short time between Solaris 2.6 and Solaris 7 releases) or if it's only broken when it runs on Sun's new hardware. In any case, I dropped back to Solaris 2.6 and am much happier.

      On an Ultra 1 Solaris 2.6 shows significant speed increases over 2.5.1, but all of these speed increases seems to have been effectively countered by the hardware in the Ultra 5. The end result: my Ultra 5 running Solaris 2.6 is now just about as fast as my old Ultra 1 running 2.5.1.

      Marketing: Given all of these experiences I decided to go check out Sun's site to see what they had to say about Ultra 5s and new Solaris versions. I was somewhat amazed to find that they seemed to be marketing the thing as a desktop machine, trying (or so it seems) to compete with PC manufacturers. Now I'll admit that I like having a Sparc on my desktop, but a PC it ain't! The complete lack of emphasis on marketing the machines as servers was simply amazing. And this pattern seemed to be repeated for the other new Ultra machines.

      It's really not clear to me what the heck Sun is up to, but I think that they have some serious thinking to do about their direction in the market. Presumably there's a reason to be (seemingly) ignoring their strengths, but I sure don't know what it is.
      --

      --
      Behold the Power of Cheese!
    7. Re:Ultra 5 by gavinhall · · Score: 1

      Posted by effy-kun:

      I do believe Sun did not bill the Ultra 5 as "a great step forward for workstations". It is actually billed as a cheaper workstation, designed to compete with wintel, if I am not mistaken.

      You're right, the Ultra 5 is NOT a PC! I would expect it to have quite a few more failures and nowhere near the uptime it has, if it were a PC. Great observation!

    8. Re:Ultra 5 by Anonymous Coward · · Score: 1

      I beg to differ but my Ultra-5 is much faster than my Ultra-2. There is not a single IDE drive in it and I have not run Solaris 7 on it but Solaris-6 is much faster than the Enterprise-2 on my desk at work. As for reliability:
      4:07pm up 36 day(s), 3:45, 1 user, load average: 1.12, 1.05, 1.05

      It has been 36 days since I moved it from the 19-inch short rack to my desktop here at home to replace the IPC I was using as an X console. Before that it had been up since I installed Solaris-2.6 on it ... several months.

      Granted, it is no dual Alpha but it is plenty snappy for a desktop.

    9. Re:Ultra 5 by cweber · · Score: 1

      Keep in mind that the Ultra5 is the frontend of the E10000, e.g. the console from which to manage the E10000. It has not much work to do, just needs to be here and monitor some activity. It is NOT used as a server.

  14. Re:the real ebay expense... by robocord · · Score: 1

    I'm an oracle dba and I'd have to say that ebay's problems practically *have* to be human fsck-ups! I've never had big problems recovering oracle and even fewer problems keeping it going. What's this crap about failing hard disks? Where's the mirroring? I've had 3 disk mirror sets when it was very important to have 99.999% up time. One of my clients has oracle running on a 2 process ultra (unclustered) with NO disk mirroring and their system and database have been up for over 10 months now.

  15. By my calculations by spun · · Score: 1

    based on Microsoft's guaranteed 99.9% uptime, and $10,000 per hour downtime average cost, 24*7*365.25*.001*10,000=598,500 dollars per year in downtime costs.

    --
    - None can love freedom heartily, but good men; the rest love not freedom, but license. -- John Milton
    1. Re:By my calculations by Zach+Baker · · Score: 1
      24*7*365.25*.001*10,000=598,500 dollars per year in downtime costs

      Sorry... 24 times 7 times 365.25 is not the number of hours in a year.

    2. Re:By my calculations by edgy · · Score: 2

      Okay, let's try this then:

      24*365.25*10000*.001=87660 lost due to downtime.

      Let's look at a Sun system, at 99.97% uptime:

      24*365.25*10000*.0003=26298 lost due to downtime

      So, that's a $60000 savings in one year.

    3. Re:By my calculations by Erik+Hollensbe · · Score: 1

      On the other hand, 100 - 99.9 is not 0.001.

      Ok, lets go back to pre-algebra for a minute.

      100% = 1
      99.99 = .999
      1 - .999 = .001

      -Erik-

  16. Is it really the hardware/software? by webslacker · · Score: 2

    I wonder how much of the blame can actually be placed on the Solaris and not on human error. The eBay announcements board says they've identified the problem, but doesn't detail what the error was. Does anyone have more detailed information?

  17. Re:where's the hot backup server? by sporty · · Score: 1

    if (nt == unstable) { switchTo.linux() }

    becomes

    switchTo.linux();


    that's after a -O. after a -O2 you get FreeBSD using SMP

    --

    -
    ping -f 255.255.255.255 # if only

  18. Hotmail Guts by RevDigger · · Score: 1
    Word I have is Solaris for the mail servers, FreeBSD for the web servers.

    But I understand that MS is moving WebTV into the same building, so they may move to Magnavox and and Curtis Mathis any day now...

  19. Strange, new eBay = Unavalible eBay by Rendus · · Score: 1

    A few days ago, they roll out their new website design, featuring more graphics and more dynamic content. What happens? They crash and burn during their high-load times...

    I think they're just overloading their servers... Again.

  20. eBay's problem, not Sun/Oracle by jetson123 · · Score: 2
    eBay's problem has nothing to do with Sun or Oracle. Sun and Oracle have all the distribution, clustering, logging, failover, and mirroring facilities anybody needs to implement reliable e-commerce architectures of any kind.

    If eBay uses a single Enterprise 10000 server for the back-end database, they should have had a standby server that they could have switched to in seconds. eBay could also have distributed database operations further.

    One thing is clear: NT has no advantage in this area. Sun gives you the option of lots of little servers or one big server with a backup, and depending on the application, one sometimes has to make the latter choice. With NT, however, you are forced to go the lots-of-little-server approach.

    On a side note, on the day on which Microsoft's poor security architecture in MS Office has been responsible for shutting down lots of corporate sites (including their own) and caused thousands of users to lose their data, their whining seems very ironic. eBay's problems are eBay's fault; the virus problems are Microsoft's fault.

  21. InternetWorld article E10K and Oracle. by primetyme · · Score: 2

    I nternetWorld Article here.


    There's an article from a couple of months ago over at InternetWorld that profiled the EBay server setup and its *two* Enterprise 10000's(Starfires).

    Read it and you'll understand just how complex a setup EBay has. One of them performs the searching for the site.. "We had search vendors come in and tell us they had a great product, and we'd point a little of our load at it and it would melt into a puddle of metal on the floor."

  22. Buy NT because Sun's unreliable? by Trick · · Score: 1

    Man, the balls on those guys at MS get bigger every day.

    1. Re:Buy NT because Sun's unreliable? by Chexum · · Score: 2
      Yea, funny. "Microsoft and its server hardware partners are taking a different tack." -- They let the marketing dept. do the hard work. News indeed. Two PC's with "COM+ failover" is indeed much more reliable than a hardware cluster designed for high availability.

      And of course the "wills" sprinkled around, prefixed with Windows 2000.. Oh, man, this is just boooooring.

      --
      "Ten years from now, they could do it in a few seconds." -- The Racketeer of the Hellfire Club, 1993, Phrack 42
    2. Re:Buy NT because Sun's unreliable? by Xowl · · Score: 1

      Interestingly, this article is dated June 4th, before the big problems on the 9th. So it isn't an attempt to capitalize on the egg on eBay currently, but to comment on general problems they've had.

      To have written it today would be a big PR no-no.

    3. Re:Buy NT because Sun's unreliable? by IntlHarvester · · Score: 2


      Well, eBay is constantly slow or being interrupted due to IIS or MS-ODBC flakeyness. When I heard eBay was down for 19 hours (on the radio), I assumed it was the Microsoft side. If I was them, I'd have a press release washing their hands too.

      By the way - has anyone tried to buy anything at buy.com? I have on a couple occassions, and the damn thing is so flakey and defective that it won't let me. It also appears to be all MS Tech.
      --

      --
      Business. Numbers. Money. People. Computer World.
  23. ebay's troubles... by MartinD · · Score: 1

    Well, I noticed they started crashing (repeatedly)
    right after they changed the lay-out of their
    pages. Maybe they should take a look at how
    Slashdot orgainzes itself (or re-organizes itself)....

    Anyhow I am mildly annoyed, I'm in the middle of
    an auction. Rather Reminds me of the UO beta...

    1. Re:ebay's troubles... by MartinD · · Score: 1

      But slashdot usually has a mirror site somewhere...

      Maybe they should take a look at how Slashdot orgainzes itself (or re-organizes itself)....

      Anonymous Coward said:"i'm not really sure what you mean by this? everytime slashdot goes through a few minor changes it always goes down repeatedly over the course of a few days as the bugs are worked out. i would certainly hope that a professional site would try to be much more reliable than slashdot."

    2. Re:ebay's troubles... by Mycroft-X · · Score: 1

      I don't know, I too was on the UO Beta (Second Phase and T2A) and I am very impressed with the frequency at which eBay is updating their status page. Almost reminds me of the early part of the first Beta, where updates were almost constant instead of later in the beta and T2A when updates...oh yeah, there almost weren't any.

      Anyway, this isn't off topic, I just wanted to commend eBay on their obvious dedication to their customers. It's also nice that they are letting a few technical details out to satiate us techs who understand them. I can't stand it when companies assume the user is a moron. Hence my dislike for MacOS and Windows.

  24. Penguins do fly.. by Bryan+Andersen · · Score: 1

    What do you mean Penguins don't fly, they fly perfectly well. Under water that is.

  25. Re:Well.. by Graymalkin · · Score: 1

    Sun is one of the best super duper high end dynamic made for the web serving thousands of happy users a day operating systems ever made. cdrom.com does jack to prove FreeBSD reliable for big tasks, it's a bunch of static FTP requests and sends, big whoop. If you want to point to FreeBSD reliability (I like FreeBSD dont get me wrong) then point out the special effects for Matrix were done with a big prallel (29 nodes I think) system running on FreeBSD.

    --
    I'm a loner Dottie, a Rebel.
  26. Re:MS forced ...wtf by tmhsiao · · Score: 2
    Excuse me but I have worked for Dell for 8 years now as a Network engineer and nobody forced us to use MS products.

    That's because Microsoft's definition of "force" is generally, "We'll give it to you free. We think you should use it." It's how MS has gotten a serious stranglehold on education (where my PHBs and colleagues scoff at me/retreat fearfully from me whenever I mention Linux). While I can certainly understand the discomfort some people have when considering alternatives to MS, both FUD and the lack of cost make it very easy for managers to disregard any advantages to other platforms.
    We use them because NT and related MS server products suits our needs just fine.

    NeXT's WebObjects e-commerce offering to Dell was apparently designed and implemented in less than a week by one or two (granted quite gifted) developers. Microsoft's replacement, however, required a large team working for several months.

    "Just fine" may suit your needs now, but you also had a system which likely suited your needs "just fine" which didn't require significant time and energy expenditure for replacement.

    Hell I can't remember when the last time I had to reboot our MS SQL server for any problems related to software..... was it 1997 I can't remember.

    When was the last time you had to reboot the SQL Server for problems related to the operating system? When was the last time you had to restart the SQL Server Service? When was the last time you had to restart the server simply because you installed new software on the machine?

    --
    "My God...It's full of ads!" -Fry, about the Internet, Futurama
  27. Re:HINT: -- Would you be so kind as to elaborate? by nrrd · · Score: 1

    I have found Access to be a pretty good solution for what we do. We run the standard MS desktop app's, and Word, Excell and Access are company standards, so we can get some of our clients to do a lot of the inputing. . . it is compatible, and for lightly loaded, small db's it is really a good solution. The interface _is_ really nice. Not perfect, but for development, it allows for a quick turn-around and gives us a way to talk with our clients about the design. But for a "production quality enterprise app" I wouldn't fool myself for a second that it is suitable. Not even close. The ODBC drivers leak memory. It crashes far too easliy under any kind of real load. But for development, where you are going to have a few iterations of a design, it is a good lightweight solution.

    My experience has shown Oracle to be really fast, really solid and _really_ expensive. As long as you are willing to put a lot of time into the set-up and initial tuning, run it on a really expensive machine, and put a little time into maintenance it is a rock-solid solution. But it is rather ugly if you need to make any changes to the schema or data types. If we want to make any changes, we have to go through the DBA, which is a real pain in the ass. He's a nice guy and all, but extremely overworked.

    Actually, we just started using Oracle 8, Personal Edition on our desktops. That might be a good solution, too. If anyone is interested in how well it works, let me know and I'll keep you updated updated

    Jeff
    nrrd@earthlink.net

    --
    "Eye halve a spelling chequer, It came with my pea sea, It plainly marques four my revue, Miss steaks eye kin knot sea"
  28. Re:your experiences by gavinhall · · Score: 1

    Posted by generic kewl tech reference:

    Exactly. See #2.

  29. If a bad CD will bring down NT server. . . by nrrd · · Score: 1

    I don't know about anyone else, but if a bad CD will bring down NT server I can't buy their line about HA servers. Maybe a bad CD would bring down Linux, too, but it's never happened to me. I can't think I've ever had a severe problem with a bad CD on any os other than MS's.

    Just a thougt. . .

    --
    "Eye halve a spelling chequer, It came with my pea sea, It plainly marques four my revue, Miss steaks eye kin knot sea"
    1. Re:If a bad CD will bring down NT server. . . by Colin+Smith · · Score: 1

      Nah, My old SCSI system disks have been flaking out the last week or so; disconnecting from the bus, bad sectors, all sorts of shit. Kernel 2.2.9 just tries to bring it back online, worked too, no panicks or anything.
      They finally died completely last night. Luckily my replacement 9Gb drives arrived this morning. I had hoped to be able to copy my filesystems directly, but had to go to backup. (I need a bigger/faster backup device :( )

      --
      Deleted
  30. Re:The real problem by Cato · · Score: 1

    You are right about privileged access being an NT weakness due to most users being setup like this. However this has nothing to do with Worm.Explore, which simply deletes user files (documents and source code) and emails itself to other users - both possible with a non-privileged user.

    The only thing that Linux would prevent is corrupting the equivalent of win.ini to launch the worm on other machines, or for other users of the same machine.

  31. Well.. by Junta · · Score: 1

    I agree witht he folks blaming the problem on poorly engineered backend on the part of eBay with no failover. Also, I'm no big fan of Solaris, nor of Microsoft systems. My personal favorite is linux, but if I needed to set up something that would be the best performance and most reliable, I would go with FreeBSD... I think ftp.cdrom.com alone should be enough to convince people of FreeBSD's perfomance/reliability. I nearly worked with a company who did all compiles on clusters of FreeBSD machines, uptime was over a year when I got there... I think more people should be singing FreeBSD's praise, but I'll still be running linux on my personal system for a while to come, maybe one day I'll install FreeBSD again..

    --
    XML is like violence. If it doesn't solve the problem, use more.
  32. Re:Microsoft's new asshole by Erik+Hollensbe · · Score: 1

    There is - it's called the "Disable Macros" button that pops up when you open a document that contains macros.
    As I said before though, this most recent virus was not a macro virus.


    Cool. It's good to see that MS is finally offering options of this caliber... which goes without saying that this is a new policy.. I'd love to figure out how to disable that stupid HTML replacement for a "host not found" error in IE4 (i hope this was fixed in IE5, it has to be the most annoying thing in the world).

    Enough bickering though. Even though this button exists, and despite the fact I don't know crap about this "virus" (which 90% of media-labeled "viruses" are about as complex as a batch file -- a trojan), the admins at these places should not be allowing any form of automatically-executing or manually-executing attachments arriving in people's mailboxes.

    The standardly traded mail format is just text - these guys should be processing this crap before it gets to the office. I'm thoroghly amazed it's not, especially in gov't offices where mission critical has just a little extra dash of critical sugar sprinkled onto it.

    Caffiene is good.

    -Erik-

  33. EBay Failures by RallyDriver · · Score: 1

    All the recent wibble on E-Bay's site is about CGI servers and problems thereof - are these not running on En-Tee ?

  34. Re:Ebay uses not one E10K, but... by Epitome · · Score: 1

    Yep, they have two E10K's, plus numerous sun and PC boxes.

  35. Re:Uh oh... not Microsoft's fault? by KyleCordes · · Score: 1

    Question (I am putting together a web server myself): What are the specs of the machine? What server (Apache)? What dynamic content language (Perl? PHP?)

  36. 40% reporting downtime?! by InfiniterX · · Score: 1

    Wow, over 40% of Win95 users reported that their PC quit working at least once a month... 15% on NT Workstation.

    The SPARC Solaris machine I use at work has been running for 2 1/2 months straight (and that reboot was because of a power outage). On the other hand, if our NT server doesn't BSOD at least twice a day, it's a red-letter day.

  37. Barnes&Noble Online reliability with MS SQL? by Veck · · Score: 1

    Hemm. That's a new one - I could tell when B&N Online went from basically rock solid to an SQL cough-out error every other day I browsed that something had changed for the worst.
    The TechNet article is written in a dull, prejudiced way that's more than a bit obvious in its selectiveness. The other points have been pretty well attacked, so I won't touch 'em.

  38. This is absurd. by prolix · · Score: 3

    Some of this is just absurd. For example, the six points of failure with the Starfire. Hrmm:

    "Applications running in Domains are only as reliable as the instance of the Solaris operating system. For applications to gain enhanced reliability from Domains, users must explicitly set up clustering, just as in standalone systems. Sun does not recommend clustering between Domains, suggesting instead that fail-over occur to either separate, standalone systems or Domains in other Enterprise 10000 systems."

    Uhh, duh, isn't that the whole idea? Am I missing something here?

    "Daemons that control domain operations and perform monitoring functions run on an unreliable device (Ultra 5 workstation), hardly a desirable situation in the context of a data center."

    Excuse me? The Ultra 5 an "unreliable device"?? We have a farm of Ultra 5s that have been running for a year now. Total number of system failures or crashes of any kind: 0. Period. How is the Ultra 5 any less reliable than any other workstation-class system?

    "When security is compromised on the System Service Processor, which runs on the Ultra 5 workstation controlling domain operations and performance monitoring, all running domains on the E 10000 can be brought down with a short command sequence."

    No kidding. When (or rather, *if*) security is compromised, you could do a whole lot more than bringing down all running domains. Just the same as any other platform. How is this a weakness specific to Solaris or the Starfire?

    And besides, these are supposed to *secured* (meaning, physically) control consoles. Meaning, locked in a cabinet in the datacenter.

    "System boards that are hosting non-pageable kernel data structures cannot be removed from a domain without interrupting service. The Solaris operating system has to undertake a special "quiesce," or suspend, operation while the critical pages are migrated to another board."

    Ummm, yeah. So? How is this any different from any other operating system? Again, I fail to see what the problem is. And besides, how often do you change system boards? Please.

    Sure, go ahead... try and remove a CPU card from any NT-based system without first warning the OS. Not only will it hang horribly (ie; you can't do it!), you'll probably fry hardware as well!

    The fact that the Starfire can even do this is pretty amazing.

    "System boards that are hosting Token Ring adapters, ATM adapters, or non-Sun disk controllers cannot be present in a domain if board-remove operations involving kernel quiescence are to be performed on that domain."

    Uh-huh. Sure. I know lots of people with Starfires running Token Ring off of non-Sun hardware that are removing boards with non-pageable data. Happens every day.

    I'm not saying it doesn't happen per se, I just think that these arguments are rather ridiculous.

    "If you remove a system board from a running domain without enough swap space, Solaris will hang. The administrative tools do not warn you if you do not have enough swap space available."

    What kind of idiot doesn't leave enough swap space? What kind of admin would go ripping out system boards without really thinking it through first? What kind of person spends the incredible amount of money the E10000s cost without being informed as to the basics of running a Solaris-based system? Come on.

    It's like saying "If you remove a CPU card from an NT-based system while running domains are active, the system will be brought down and all domains brought offline." Ummm, duh. If you remove your legs, you can't walk either. Apparently, M$ thinks that true Unix sysadmins are as stupid and lacking common sense like the server admins that they're used to dealing with.

    "Reliable hardware is getting even more reliable. For example, customers can take advantage of 99.9% system-level uptime guarantees for Windows NT-based servers from major systems vendors, such as Compaq, Hewlett-Packard, IBM, and Data General."

    These are guarantees on the hardware, not software. I'm sure this looks great for the PR, but hello? I'd love to know what the "major system vendors" think about Windows-based servers being equated with their hardware guarantees.

    "Microsoft Windows® 2000 Server builds on these gains. For example, Windows 2000 Server supports COM+ load balancing, which eases customer development of highly available and scalable applications in a multi-tiered environment. On the back-end, Windows 2000 Advanced Server supports two-node fail-over clustering, whereas Windows 2000 Datacenter Server will support four-node clustering. IBM and other vendors will provide support for up to eight nodes."

    WOW! I am truly impressed. Two or four-node fail-over. Please.

    Finally, at the end:

    "Which brings us back to eBay. For those keeping score, eBay relies on Windows NT-based servers running Internet Information Server to provide front-end web services, and a single Enterprise 10000 from Sun Microsystems to host an Oracle database on the back-end. According to published reports, the outages at eBay, which began in February, are due to problems at the back-end."

    This is curious. Maybe I'm missing something, but a telnet to port 80 shows that www.ebay.com is using Apache 1.3.6 on Solaris. It doesn't get any more front-end than that, does it?

    I did notice that pages.ebay.com and listings.ebay.com are running IIS 3.0, and cgi.ebay.com is running IIS 4.0.

    Also notice that their web site is still up and running. Not that that means a whole lot, but hey.

    I find a lot of what this article had to say utterly hilarious. The implications that the Starfire is an unreliable and dangerous system is the greatest work of FUD that I've seen in my life.

    OK, enough said.

    --
    --globalnap.net, product of pure caffeine--
  39. Easy by yadda+yoda+yadda · · Score: 1

    Just get a trained monkey to reboot your NT as soon as it goes down. A typical NT server will not go down more than once every 4 days. An NT email server fell over this often, because of a memory leak, usually NT is even more reliable than that.

    So let see 24 hours * 60 Minutes * 4 days
    = 5760 minutes

    At 99.9% uptime, this gives you over 5 minutes to reboot the system - should be OK if you have a fast trained monkey.

    Lets face it, Linux cannot reach that level of reliability, unless you also hire a trained monkey to pull out the power cord at regular intervals. :)

    --
    We use GNU/SunOS. :)
  40. Re: At least NT is bearable by McKing · · Score: 1

    What sucks is having to reboot when making the msot trivial of changes to the system, like modifying the DNS info or something.

    --
    If only "common" sense was actually that common...
  41. This is absurd... by prolix · · Score: 1

    Some of this is just absurd. For example, the six points of failure with the Starfire. Hrmm:

    "Applications running in Domains are only as reliable as the instance of the Solaris operating system. For applications to gain enhanced reliability from Domains, users must explicitly set up clustering, just as in standalone systems. Sun does not recommend clustering between Domains, suggesting instead that fail-over occur to either separate, standalone systems or Domains in other Enterprise 10000 systems."

    Uhh, duh, isn't that the whole idea? Am I missing something here?

    "Daemons that control domain operations and perform monitoring functions run on an unreliable device (Ultra 5 workstation), hardly a desirable situation in the context of a data center."

    Excuse me? The Ultra 5 an "unreliable device"?? We have a farm of Ultra 5s that have been running for a year now. Total number of system failures or crashes of any kind: 0. Period. How is the Ultra 5 any less reliable than any other workstation-class system?

    "When security is compromised on the System Service Processor, which runs on the Ultra 5 workstation controlling domain operations and performance monitoring, all running domains on the E 10000 can be brought down with a short command sequence."

    No kidding. When (or rather, *if*) security is compromised, you could do a whole lot more than bringing down all running domains. Just the same as any other platform. How is this a weakness specific to Solaris or the Starfire?

    And besides, these are supposed to *secured* (meaning, physically) control consoles. Meaning, locked in a cabinet in the datacenter.

    "System boards that are hosting non-pageable kernel data structures cannot be removed from a domain without interrupting service. The Solaris operating system has to undertake a special "quiesce," or suspend, operation while the critical pages are migrated to another board."

    Ummm, yeah. So? How is this any different from any other operating system? Again, I fail to see what the problem is. And besides, how often do you change system boards? Please.

    Sure, go ahead... try and remove a CPU card from any NT-based system without first warning the OS. Not only will it hang horribly (ie; you can't do it!), you'll probably fry hardware as well!

    The fact that the Starfire can even do this is pretty amazing.

    "System boards that are hosting Token Ring adapters, ATM adapters, or non-Sun disk controllers cannot be present in a domain if board-remove operations involving kernel quiescence are to be performed on that domain."

    Uh-huh. Sure. I know lots of people with Starfires running Token Ring off of non-Sun hardware that are removing boards with non-pageable data. Happens every day.

    I'm not saying it doesn't happen per se, I just think that these arguments are rather ridiculous.

    "If you remove a system board from a running domain without enough swap space, Solaris will hang. The administrative tools do not warn you if you do not have enough swap space available."

    What kind of idiot doesn't leave enough swap space? What kind of admin would go ripping out system boards without really thinking it through first? What kind of person spends the incredible amount of money the E10000s cost without being informed as to the basics of running a Solaris-based system? Come on.

    It's like saying "If you remove a CPU card from an NT-based system while running domains are active, the system will be brought down and all domains brought offline." Ummm, duh. If you remove your legs, you can't walk either. Apparently, M$ thinks that true Unix sysadmins are as stupid and lacking common sense like the server admins that they're used to dealing with.

    "Reliable hardware is getting even more reliable. For example, customers can take advantage of 99.9% system-level uptime guarantees for Windows NT-based servers from major systems vendors, such as Compaq, Hewlett-Packard, IBM, and Data General."

    These are guarantees on the hardware, not software. I'm sure this looks great for the PR, but hello? I'd love to know what the "major system vendors" think about Windows-based servers being equated with their hardware guarantees.

    "Microsoft Windows® 2000 Server builds on these gains. For example, Windows 2000 Server supports COM+ load balancing, which eases customer development of highly available and scalable applications in a multi-tiered environment. On the back-end, Windows 2000 Advanced Server supports two-node fail-over clustering, whereas Windows 2000 Datacenter Server will support four-node clustering. IBM and other vendors will provide support for up to eight nodes."

    WOW! I am truly impressed. Two or four-node fail-over. Please.

    Finally, at the end:

    "Which brings us back to eBay. For those keeping score, eBay relies on Windows NT-based servers running Internet Information Server to provide front-end web services, and a single Enterprise 10000 from Sun Microsystems to host an Oracle database on the back-end. According to published reports, the outages at eBay, which began in February, are due to problems at the back-end."

    This is curious. Maybe I'm missing something, but a telnet to port 80 shows that www.ebay.com is using Apache 1.3.6 on Solaris. It doesn't get any more front-end than that, does it?

    I did notice that pages.ebay.com and listings.ebay.com are running IIS 3.0, and cgi.ebay.com is running IIS 4.0.

    Also notice that their web site is still up and running. Not that that means a whole lot, but hey.

    I find a lot of what this article had to say utterly hilarious. The implications that the Starfire is an unreliable and dangerous system is the greatest work of FUD that I've seen in my life.

    OK, enough said.

    --
    --globalnap.net, product of pure caffeine--
  42. We all know... by Anonymous Coward · · Score: 1

    ...that microsoft's marketing department is like a midget boxer. They're harmless and easy to keep in check; however, if you let them get to close, they'll use your testicals for a punching bag.

    All said and done, this is yet another good reason to not have ANY microsoft products in YOUR company's final solution.

    Microsoft was giving ebay a firm kick in the teeth while they were down. Sun got splattered with blood, spittle and ebay's missing teeth. You know, if I were in EBay's position, I would really resent being used as market leverage. Yeah, fscking microsoft... that's the kind of people I want to do business with. It was about a brilliant a maneuver as Cabletron's bashing of cisco several years ago... cisco yanked their licensing agreement with Cabletron and someone in Cabletron's marketing department got fired. I suppose if you're stuck under some power hogging motherfscker in your company's marketing department, you have to use shock, stormtrooper tactics to get recognized, but jesus folks... there are much more creative ways to be fired or quit.

    Still, we all know that nothing ventured is nothing gained. Sometimes it is better to not "venture" for fear of what you might "gain". If microsoft gains stupid customers from this venture, it will only make the final outcome darwinian.

  43. Oh, this is rich! by jcr · · Score: 1

    MicroSquish lecturing Oracle on reliability?

    That's like Bill Clinton lecturing the Dalia Llama on self-control.

    -jcr

    --
    The only title of honor that a tyrant can grant is "Enemy of the State."
  44. From the same page... by jcr · · Score: 1

    "Windows NT Workstation is the most reliable Windows operating system yet, resulting in significantly lower downtime for users. "

    Talk about daming with faint praise!

    Don't they have anyone to give this tripe the "giggle test" before they put it up on their web site?

    -jcr

    --
    The only title of honor that a tyrant can grant is "Enemy of the State."
  45. I just want to bid on an open reel Leslie Gore tpe by ch-chuck · · Score: 1

    Hmpf, good think MS left some competitors to blame things on - I'd like to see Ellison and McNealy come out slamming NT/IIS3 - In fact, I've strong reason to think, from what little I've tried, that an old copy of IIS3 or ASP is what broke dragon-drop on my nt box.

    Chuck

    --
    try { do() || do_not(); } catch (JediException err) { yoda(err); }
  46. Re:Classic obfuscation by Anonymous Coward · · Score: 2

    Okay, this is completely off topic, but it's too funny...

    Yeah! I can see MS's marketing department gearing up right now....

    90% of Yugo mechanics recommend MSActiveYugoYoke as the best Yugo yoking solution on the market*.

    Studies have shown that the front passenger in the central Yugo in an MSActiveYugoYoke system sustains fewer neck injuries** than in competitors' systems.

    Mechanics can take the MSActiveYugoSolutions Certification Test to demonstrate their compliance with a number of stringent guidelines set by Microsoft Customer Relations.

    With an MSActiveYugoYoke system, you can go where you want to go today!

    With MSActiveYugoYoke Enterprise Customer Satisfaction Enhancement Warranty, you can assure MSActiveYugoYoke functionality decades into the future!

    Microsoft is firmly committed to enhancing MSActiveYugoYoke ease of use, particularly in high-speed interfaces with LargeSunTrucks.

    Microsoft prides itself on its high degree of MSActiveYugoYoke-VehicleJava compatibility***.

    MSActiveYugoYoke-the product line awarded the Gold Consumer Choice Vehicular Safety Award****.

    Quotes from satisfied MSActiveYugoYoke:

    "Well, it's a big improvement over MSActiveYugoYoke 95, I must say that." -- Dan Smith, Yugo mechanic

    "Microsoft's Yugo yoking system is my system of choice for yoking Yugos." -- Steve Jobs, interim Apple CEO

    "MSActiveYugoYoke is the supreme Yugo yoking solution." -- Jim Bob, a guy at Microsoft

    "I guess if you like Yugos and use other Microsoft products, you might as well go with MSActiveYugoYoke to ensure product interoperability." -- an anonymous guy at C|net.

    ------------------------------------------------
    * Survey conducted by Mindcraft. Error margin +- 20 percentage points. [Note: only Yugo yoking system on market at the time was MSActiveYugoYoke]

    ** While traveling between 8.5 and 9.2 MPH on toll bridges during hurricaine conditions. Survey conducted by Mindcraft.

    *** Certain procedures for unyoking in emergency conditions bear vague relation to VehicleJava emergency unyoking procedures in other vehicle yoking systems.

    **** Award won was January 1996 award, won with MSActiveYugoYoke 95. Current product is the similar MSActiveYugoYoke 99.

  47. Re:Ultra 5 as SSP doesn't run solaris 7 by The+Bastard · · Score: 1

    I can second this. When I was at E10K training
    last year, they had upgraded the SSP software to
    a buggy level. As a result, the E10K hung, and
    had to be phyiscally powered down. All during my
    test.
    ----------------------------
    Dammit Jim...It's "U-N-I-X",

  48. Re:it's strange that there's so much media coverag by incubus · · Score: 1

    Maybe investors think crashes are indicative of the market growing faster than their technical planners expected....

  49. Re:Microsoft's new asshole by Cato · · Score: 1

    I think it would be quite possible to write a Worm.Explorer type worm for Linux - all you need is to be able to find Samba or NFS mounted drives (mount(1)), find the user's email address book (mail UI dependent), and (optionally) find a real message in their Inbox to fake a reply to (not too hard if they are using mail(1) format mailboxes, or Netscape Messenger.) Then pipe a message into sendmail or mail(1).

    I'm not advocating anyone writing a worm like this, but Linux is going to be quite susceptible to this sort of problem. If sending mail requires authentication beyond just being logged in can you prevent this, but that's not very realistic.

    In fact, all this could easily have been done on the mid-80s UNIX systems that I used to run.

    I agree that macro viruses are based on the absence of any security controls for Office macros, but this sort of worm is not dependent on that - in fact you could write it to attack Netscape on Windows or Linux.

  50. Re:I'll take the Sun anyday by smartin · · Score: 1

    Ok, i'll give you a factor of 10, the rest of the machines had local drives for compilers and object files. I think that this is also offset by the fact that the Sun is a heavily used multi-user machine and the others were entirely stand-alone dedictated to the build.

    --
    The difference between Canada and the USA is that in Canada healthcare is a right and gun ownership is a privilege.
  51. Re:What's wrong with you? by Brian+Knotts · · Score: 1
    The problem is that Microsoft is not only criticizing Sun for a problem that may well not be their fault; they are also implying that there is a Microsoft solution that is even in the same ball park as the high-end Sun stuff.

    It just ain't so. Microsoft is lying again. Nothing new, eh?

    --
    Get your fresh, hot kernels right here!

  52. I spoke with an Ebay Employee and the truth is... by Nilo · · Score: 1

    The Truth is that the Oracle Database got corrupted but this was because of an NT Server fronting the pages. The ThunderStone (Texis) peice was still running..and you can test this by doing a search on Ebay. Texis RDBMS Runs on the same Solaris Box that Oracle runs on. Solaris is running fine and still keeps running flawless. The Oracle/NT RPC via HTTP calls to the database is what caused the problem..not SOLARIS

  53. What total assholes by Salamander · · Score: 1
    Of their six listed vulnerabilities in Solaris on an E10K:
    • One has to do with security, which is a known weak point for NT.
    • Three have to do with removing "hot" components, which it utterly impossible in NT.
    • One has to do with another feature (multiple domains) also not available in NT.

    That leaves them with one reasonably uncompelling point about dependence on a service processor when they start plugging their own high-availability "story" - and what a piece of fiction that is. I've worked professionally in the HA field, and Wolfpack is the laughingstock of the industry. It's the most unbearably pathetic HA package I've ever seen, only surviving because of its parentage, and even then it amazes me somewhat that anyone uses it.

    I know marketing material is not intended to be objective, but this piece is the most blatantly offensive piece of misinformation I've seen in a long time. While no individual claim in it is untrue, the overall result is incredibly misleading. Whoever wrote it is a master of their craft, but some forms of mastery don't deserve to be acknowledged.
    --
    Slashdot - News for Herds. Stuff that Splatters.
  54. eBay confirms it's Sun by ljs127 · · Score: 1
    ZDNN is reporting that eBay says the problem is in the Sun/Oracle system.

    CNet implies that it's Sun, but doesn't come out and say it.

    By the way, their IIS is version 3, which very few people are still running. Hard to see why they stick with it.

    1. Re:eBay confirms it's Sun by ljs127 · · Score: 1

      More details from the ZDNN story:

      Steve Westly, vice president of marketing and business development, said Friday afternoon that the database damage was traced to a failure in software developed by Sun Microsystems Inc. (Nasdaq:SUNW)

      "We know it is a problem caused by the Sun software," Westly said. "We have their full support, going to the top of Sun, they are committed to solving this problem."

    2. Re:eBay confirms it's Sun by dijit · · Score: 1

      Actually, a lot of people still DO run IIS3 because there are constant problems with IIS4 and, as we have found, it introduces more problems than it solves. Also, IIS4 has proven to us to have a huge performance hit in comparison to IIS3. All the hotfixes and service packs applied don't even help it. We tried it with very complex code and very simple code.. same thing each time. If you don't have a good reason to upgrade to IIS4, you may not want to.. If you do, have a good backup ready.

  55. unbelievable crap by ljs127 · · Score: 1

    Of course you can do a search on eBay now, it's back up. And are you seriously saying the web server can cause the back-end database to crash? Explain this please.

  56. Not a fair comparison. by Nerf+Vader · · Score: 1

    All respect to Hemos, but Slashdot is a much simpler proposition than Ebay, even is it were getting 10 million hits a day. The forums could be divided among different servers on /., but on Ebay the need for cross-communication between different parts of the database is much greater.

    Whoever is in charge of maintaining Ebay has a herculean task, and I respect them.

    However:

    I don't like the way Ebay handled the Ebayla fiasco, I didn't like the way they dealt (er, didn't deal with) the earlier allegations of security problems, and I'm just plain concerned about Ebay's growth outstripping their ability to keep up with it.

  57. Actually, I saw an E3K combust yesterday by Jules+Agee · · Score: 1

    But we have been having power problems, the jokers who wired our new server room screwed up big time. We've also lost 4 power modules in an APC Symmetra that was powering it. Can't fault Sun.
    ____________________________________________ ___________________________

    --
    Auditing and dentistry are excellent career choices for people who don't like other people but aren't coordinated enough
  58. Re:HUH? Isn't eBay on NT? by IntlHarvester · · Score: 2


    If what I heard was correct, the part that croaked on Hotmail was Exchange, not IIS.

    (Which shouldn't be a suprise - Exchange only started supporting > 16 GB in it's database last year or so. For those not used to dealing with corporate mail enviornments, 16 GB is not very much.)
    --

    --
    Business. Numbers. Money. People. Computer World.
  59. Re:Microsoft's new asshole by Anonymous Coward · · Score: 1

    Irrelevant.

    Even if this PARTICULAR virus isn't an Office Macro it sure does depend on hooks into the email system to spread. Not to mention that a quick look at any virus def file these days shows that 90% of recent virii are based on attacking Office security holes. Mcrosoft's Office is a nice agar plate Just Waiting to be innoculated.

    Only Microsoft is bozo enough to develop a system enabling the rapid spread of portable, CROSS PLATFORM virii. If you are a Mac user, something like 98% of your virus def file is made up of Office macro virii.

    Office macro virii are a huge cost for IT organizations. If they are not careful somebody is going to realize this and start publishing a cost analysis....

  60. Re:System board? Wow! by poink · · Score: 1

    But how on *earth* can *anyone* get away with charging a third of a million dollars for a computer *case*?
    I think it's the chassis, powersupply, and (most importantly) the backplanes for the system cards.

  61. Uh oh... not Microsoft's fault? by gavinhall · · Score: 1

    Posted by generic kewl tech reference:

    I guess it is possible that another OS can, under certain conditions, fail. Of course, given my experiences with NT Server, I think it would be insane to put an NT server under those types of load conditions.

    Any of y'all out there running Linux with the types of loads eBay has been experiencing?

    And two other observations:

    1) One wishes that Microsoft was as perceptive about their OS' flaws as they are about Solaris.

    2) I'm just a wannabe anyway, what the hell do I know?

    1. Re:Uh oh... not Microsoft's fault? by Progman · · Score: 1

      Gimme a break. What does DB in DBM stand for?
      A database is just something that can store and retrieve data. Whether it supports SQL, commit/rollback, etc, is another story.
      In fact why just commit/rollback ? What about sub-queries, which MySQL doesn't implement either?


  62. Some fun statistics from ms... by reverse+solidus · · Score: 4

    "The percentage of users running Windows NT Workstation 4.0 whose PCs stopped working more than once a month was less than half that of Windows 95 users."

    More here

    Yeah, yeah, it's workstation and not server, totally different operating systems. Not.

    1. Re:Some fun statistics from ms... by egoebel · · Score: 1

      MS sez: "WindowsNT Workstation 4.0 is more reliable than Windows 95"

      Yeah, execution by lethal injection is more pleasant than by hanging.

      You go first.

    2. Re:Some fun statistics from ms... by IckleIzzy · · Score: 1

      Go and have a look at the graphs... over 40% of win95 users reported at least two failures in a given month (note that this is just the number that report failures - I'm sure that there are many people who don't bother phoning tech support and just reboot their machines when MS Windows falls over again).

      Assuming a chance of failure of p during a month, the chances of two failures is p squared.

      Therefore p squared > 0.4 from their own figures. This would imply a probability of failure during a month of sqrt(0.4)= 0.63 or a 63% chance of failure during any month.

      Between 10 and 20% of NT Workstation users reported at least two failures. Assuming 15%, similar maths would imply a failure rate of 39% per month.

      Figures for average downtime/work lost per failure would be needed to complete the reliability figures. Any takers?

      IckleIzzy

    3. Re:Some fun statistics from ms... by Pengveen · · Score: 1


      Of course, according to this, the applications (and windows 95) crash when the PC stops working correctly. Which is more likely, your PC "stops working correctly" or the operating system stops working correctly?

  63. Linux vs NT, which is unstable? by dattaway · · Score: 1

    I use Linux at home.

    I use NT at work.

    From those two facts, guess which one I have found more reliable, more useful, and enjoy the most?

  64. HUH? Isn't eBay on NT? by Izaak · · Score: 1
    I thought they were running NT with IIS. Or is Sun/Oracle just running on the backend? Nevertheless, Microsoft trying to attack Sun on fault tolerance and scalability issues is rather funny.

    Thad

    1. Re:HUH? Isn't eBay on NT? by TheInternet · · Score: 1

      [scott@nuke ~]$ telnet www.ebay.com 80
      Trying 216.32.120.133...
      Connected to pages.ebay.com.
      Escape character is '^]'.
      GET / HTTP/1.0

      HTTP/1.0 200 OK
      Server: Microsoft-IIS/3.0

      --
      Scott Stevenson
      Tree House Ideas
    2. Re:HUH? Isn't eBay on NT? by IntlHarvester · · Score: 2


      9 times out of 10 eBay is hosed due to the ASP/ODBC/IIS front end. Today it's the database backend (Sun + Oracle).

      --

      --
      Business. Numbers. Money. People. Computer World.
    3. Re:HUH? Isn't eBay on NT? by Avatar/X · · Score: 1

      Not to mention that (in my experience, at least) Exchange is *extremely* unreliable even in a small-office environment. My company (small ISP) has ten people using Exchange, with about 2GB of data total. This server dies and must be rebooted about every third day.... The only M$ soft that we haven't really had problems with is SQL Server, but the ASP/ODBC interfaces to that tend to kill IIS frequently...
      -------
      Losing your faith is a lot like losing your virginity

      --
      -------
      Losing your faith is a lot like losing your virginity
      you don't realise how irritating it was 'til it'
  65. Re:The FUD is so thick I can hardly see... by BVD · · Score: 1

    Yeh, I've done it w/ Tandem too. I used to work in the Hardware labs of the Austin, Tx. site. Worked on the PUMA project.

    Do you have any links for MS cooperating w/ Tandem on this stuff?

    Even with Tandem's help, I don't see it doing them much good. The reason you were able to hot-swap the CRU's with the Motherboards and stuff in them, was because the hardware switched things over to one of the many backup boards. Unless MS gets someone to develop this kind of hardware for x86, I can't see it doing them much good.

    Your right that eBay should have switched over to a Tandem. Even though this is a software and not a hardware or OS problem, Non-stop UX does a hell of a lot to help you when something goes wrong. They probably would have been able to detect the problems with their software by now.

    Well, before I blame eBay to much, I'm off to go see if Oracle has recent ports to tandem hardware.

  66. The FUD is so thick I can hardly see... by BeBoxer · · Score: 5

    Just a couple of choice pieces of FUD from the M$ web page.

    --------quote on----------
    3.When security is compromised on the System Service Processor, which runs on the Ultra 5 workstation controlling domain operations and performance monitoring, all running domains on the E 10000 can be brought down with a short command sequence.
    --------quote off----------
    So, let me get this straight. The workstation which is responsible for "controlling" operations can be used to stop operations? What was Sun thinking, including a command that would turn things off! Of course, we all know that one of the main features of NT Server over NT Workstation is that the "Shutdown" command has been removed from the "Start" menu.

    --------quote on------------
    4.System boards that are hosting non-pageable kernel data structures cannot be removed from a domain without interrupting service. The Solaris operating system has to undertake a special "quiesce," or suspend, operation while the critical pages are migrated to another board.
    --------quote off------------
    This is supposed to be a problem? Now, I think it's pretty neat that you can migrate kernel memory off of a certain piece of hardware and swap it out at all. We're supposed to believe that under NT you can do this at all? Much less without telling the kernel first? The only conceivable way to allow this to happen without telling the kernel to clear the board out first would be to make sure that all the kernel memory has had a copy paged out to disk. Or perhaps keep multiple copies of all kernel data structures (and hope they don't get out of sync.) Maybe NT does do the last one. That would certainly explain why it's a memory hog.

    Pretty amazing if you ask me. This web page is clearly meant for the PHBs of the world, as anybody with any knowledge at all of how computers work is simply going to laugh at this.

    1. Re:The FUD is so thick I can hardly see... by BVD · · Score: 1

      I think the point MS is trying to make with #4 is that when you run things on a single machine ( like ebay's back-end ), you need to jump through some hoops to fix things like a hardware fault. With a High Availablity Cluster, if you run into a hardware fault, then you sync up the machines and remove the faulty node. The point about a SPOF is some what valid.

      Also, the point about the admin console being able to shut things down is kinda funny. I think it only makes sense when you consider how a real mainframe is admined. In a mainframe security is dealt with differently. There usally is no such thing as a superuser type account. No one person, or one machine can just take everything down. This helps prevent against the rouge Admin taking revenge on the company. I think the point is valid, I just don't think MS should be allowed to make it. If IBM said #2, then I would not have laughed so hard.

      MS also sited Dell and all as using their HA cluster tech. I just can't see MS SQL working well on a cluster. The web server I can see, but SQL server? Anyone got some info on this?

    2. Re:The FUD is so thick I can hardly see... by incubus · · Score: 1

      SQL server was lifted from Sybase... it's likely pretty good technology.. and for online transaction processing, it's pretty fast. Oracle won't publish TPC-C benchmarks on NT... because SQL server it optimized to kick butt at TPC-C. That's why Larry Ellison's NT challenge was only targetted at TPC-D.. which is decision support stuff, not oltp.
      Clustering SQL server probably won't hurt it's performance.. because the way they do clustering.. there's just failover... so how much can it hurt anyways? :-)
      Note, Sybase isn't doing so well these days.. that's what you get for selling out to the dark side.. :-)
      I'll *bet* that in most implementations, the U5 isn't even connected to a network... it's just a console... why risk that kind of problem... I wouldn't... It's not like you need to use it remotely every day.. That crap about the controller is just FUD worthy of MS..

    3. Re:The FUD is so thick I can hardly see... by BeBoxer · · Score: 1

      It's hard to say that a cluster is always going to be more reliable. Keep in mind that many possible hardware failures will prevent you from sync'ing the data after the failure. As a result, you can fail over but you will lose data. No matter how hard you try, you can't always keep the two halves of the cluster in-sync without severe performance penalties.

      While such a solution would work great for an FTP server, or for static pages, it is probably not appropriate for a site like eBay where the data changes constantly, and any loss of data can be have severe consequences. Losing winning bids would not be tolerated for long.

    4. Re:The FUD is so thick I can hardly see... by BVD · · Score: 1

      I knew about MS SQL being from Sybase. So I can understand how the code base is probably pretty good, but what I was wondering about was how they got it to fit in their clusters.
      The situation for the frontend stuff is simple. You make a request for a page, you end up getting a direct connection to one of the machines in the cluster ( I know this is more like a preformance cluster than a HA one ), that machine serves you up the page, dynamic content etc. It also takes your input and sends it out to the backend. The HA is simply that all of the machines are identical, and if one goes down or has problems, the cluster software senses this, and routes around that one machine.
      Things are not so easy with the database stuff. With the web server, file server, etc. you only need to periodically sync up the data on each of the machines, with the DataBase, every write to any of the rows or tables has to be accompanied by a lock on that copy of the row or table on all the other machines. This means that for one write operation, I have make a connection to one of the machines, lock the table or row, then have that machine propogate that lock to the other machines, write the data, have the data propogate to the other machines, and then release all of the locks. And all of these database machines have to be available to all of the front-end machines. Any other way I can think of will introduce a SPOF into the situation. This is increadably slow, and I didn't think that the old version of Sybase that MS purchased did this kind of thing.

    5. Re:The FUD is so thick I can hardly see... by docwhat · · Score: 1
      With the Tandem hardware and OS, this wouldn't be a problem. You can swap it on the fly (and I've done it). It's extreamely cool stuff.

      MS has been working with Tandem to get NT to do some similar stuff. I suspect that Tandem will no longer have such an advantage in the future as MS uses this in NT.

      Ebay should have been put on Tandem hardware a while ago.

      Oh yeah, Tandem is now owned by Compaq.

      --
      The Doctor What (KF6VNC)
  67. Why doesn't M$ worry about their own problems by CE@UIC · · Score: 1

    Seems like M$ knows a lot about Sun's "weaknesses". Maybe they should spend less time finding faults with other companies and more time fixing their own....crazy idea right?

  68. Re:FUD SHARKS to the left! FUD SHARKS to the right by whoop · · Score: 1

    STING RAID: If you remove a system board from a running domain without enough swap space, Solaris will hang. The administrative tools do not warn you if you do not have enough swap space available.

    This is pretty low. Yeah, it can happen - what else is an OS supposed to do when it has more processes than now remains as memory?


    Come on now, NT's "You are running low on virtual memory" error messages is one of the most beautiful parts of the OS. It is perhaps the single most profound statements bestowed upon us. If Solaris (or Linux, what the hey) cannot provide the most highly trained administrators (I'm talkin top notch MCSErs here) with this sort of insight, well you get what you deserve then.

  69. Re:MS forced ...wtf by IntlHarvester · · Score: 2


    My understanding was that Microsoft paid Dell for the conversion costs. (And that the WebObjects setup was breaking under the load, but who knows if that was hardware of software.)
    --

    --
    Business. Numbers. Money. People. Computer World.
  70. Human Screw-up by SashaV. · · Score: 1

    This seems to me to be an operations problem.

    1) No hot swap for the back end database
    2) According to ABC news they are restoring from tape.

    I mean, even if your back-end database bursts into flames, you should have a path to recovery that doesn't take 12+ hours, right?

  71. Re:Story Hemo's talking about on M$ Site Crashed! by unitron · · Score: 1

    Perhaps the problem is data that didn't reach that AC's computer. I had the same thing happen apprx. 3.5 hours later, clicked reload, still just the part of the page that shows initially, scroll down and there's nothing else there. I finally clicked Help, About Netscape cause I couldn't remember which 3.x I'm running. This repainted the screen with the info instead of popping up a dialog box. When I clicked Back the full MS page loaded with the middle of the page showing in my browser window so maybe all those scroll bar clicks got caought in a loop somewhere and didn't execute until the MS page reloaded. Maybe it's my browser or hardware. But how come it's MS pages that always seem to have or cause the most trouble?

    --

    I see even classic Slashdot is now pretty much unusable on dial up anymore.

  72. Ebay uses not one E10K, but... by afabbro · · Score: 3

    ...two. At least according to an InternetWorld article a month or so ago.

    --
    Advice: on VPS providers
  73. Re:System board? Wow! by Defiler · · Score: 1

    We have a couple of these at work. It was the only thing that could handle the level of data warehousing we wanted to throw at it. You don't buy a new one of these every two years.. And individuals certainly don't buy them.

  74. Re:At what? by abar · · Score: 1

    maybe try redbrick? we use this where i work (sorry, I'd like to say where, but i can't) and me like it a lot. me like a whole lot.

  75. Re:Microsoft's new asshole by Erik+Hollensbe · · Score: 1

    It didn't bring down the server. The companies made the operating decision to bring down the server because that is far easier than telling 10Kpeople not to open attachments to their e-mail. Have you ever tried to tell everyone in a corporation the same thing at the same time while using terminology that most do not understand? ("What's an attachment? What's he talking about?")

    I'm sorry, that's a very poor excuse. Either MS's software should have a option to be able to keep these things from happening, or the users of these systems should be educated in these things.

    It's no different than the idiot who wires up a chain of servers to a light switch, forgets to label it, and the janitor comes in and takes the servers down for a few hours.

    Either there should be a method to disable these macros, or the admins at these systems should be processing all incoming/outgoing anything with something to remove the attachments (procmail does this I believe).

    Ignorance is only an excuse for children and alzheimers patients.

    -Erik-

  76. Re:Microsoft's new asshole by Erik+Hollensbe · · Score: 1

    Wow, your Microsoft sponsored brain cells must have worked overtime to think up that post.

    You'd have to be pretty damn clueless to suggest that someone would come into a forum wtih this topic, announce by their own free will they work for microsoft, and not be sincere.

    Perhaps you are looking for the poster who was talking about that beachfront property in nevada....

    -Erik "Chronic Caffiene Deficiency" Hollensbe-

  77. System board? by Mindjiver · · Score: 1

    "6.If you remove a system board from a running
    domain without enough swap space, Solaris will
    hang. The administrative tools do not warn you if
    you do not have enough swap space
    available. "
    I may be off but is system-board == motherboard? In that case I
    wanna see a normal PC remain functional while you
    remove the motherboard while its running.

    --
    I know not what course others may take; but as for me, give me liberty or give me death!
    1. Re:System board? by V+for+Victory · · Score: 2

      The E10000 is a massively parallel computer that has several "system" boards with its own CPU(s), memory and disk controllers. It's somewhat akin to crunching somewhere between 10-64 UltraSparcs into the same chassis.

      Using software tools, it is possible to segment all of the system boards so that they behave as if they were individual physically discrete systems.

      And yeah, I'd like to see Microsoft pull off the same thing. :-)

    2. Re:System board? by tjansen · · Score: 1

      Yes, the system boards are motherboards with up to 4 UltraSparcs on each. Only a little bit more expensive than normal motherboards, something like 100000$ each (without CPUs, RAM and I/O boards, of course)... i still want my personal E10000.

    3. Re:System board? by ChrisRijk · · Score: 1

      The system-boards/motherboards are $10,000 each, not $100,000, I believe. Still, a 2GByte memory module from Sun for the Starfire costs $10,000 to, if memory serves. The case alone (with no system-boards) costs $200,000 or something.

    4. Re:System board? by tjansen · · Score: 1

      I only have a German price list, but there shouldnt be much of a difference, besides that german prices include VAT (16%)..
      E10000 price list in Euro (1 Euro = 1.05 $)
      E10000 Base (Case, without any boards, CPUs..): 309700 EUR
      Control board (/w Ethernet Hub): 28200 EUR
      System board (for 4 CPUs): 91500 EUR
      UltraSparcII 250Mhz 4MB Cache: 16300 EUR
      UltraSparcII 400Mhz 4MB Cache: 23100 EUR
      PCI board (2 slots): 14100 EUR
      I/O board (4 SBUS slots): 10600 EUR
      SSP (Service Processor, Ultra 5 /w monitor): 148-- EUR
      and so on...

  78. eBay's cost of downtime by jamiemccarthy · · Score: 1
    eBay's market capitalization is 20 billion dollars.

    Their stock dropped 9.2% after they suffered 21 hours of downtime.

    Estimated cost of downtime: $87,000,000 per hour.

    Jamie McCarthy

    --

    Jamie McCarthy
    jamie.mccarthy.vg

  79. where's the hot backup server? by RobSweeney · · Score: 1

    From looking at their announcements about the ongoing problem, looks like they've got database corruption issues. I'm not an Oracle guy (Sybase..), but I have to wonder how good, or bad, their disaster recovery planning is - what they do for failovers, that sort of thing. You really shouldn't be able to knock an entire "e-business" out like that, if things are set up properly. I wonder if this is more a case of too fast growth, not enough real hardcore planning and work on the robustness of their back-end.

    1. Re:where's the hot backup server? by sashae · · Score: 1

      From my understanding, they're running a hot-parallel EMC disk system, meaning that above and beyond the RAID1 mirroring they have, the EMC Symmetrix storage array has a second, also mirrored array which keeps a constantly updated, read only copy of the data -- perfect for situations such as these.

      Interestingly enough, I read (somewhere, agh), that eBay is losing an estimated $10,000 a second due to the downtime. Aiee.

      -s

      --
      ---- noi non potemo aver perfetta vita senza amici -- Dante
    2. Re:where's the hot backup server? by Mad+Browser · · Score: 1

      I'm sure the CEO of EBay is asking the CIO the same question right now...

      Wouldn't be surprised to see some heads rolling after this one...

      --
      RateVegas.com - Vegas Reviews
    3. Re:where's the hot backup server? by AJWM · · Score: 2

      Yeah. A while back I did some work for a large cable company -- a different sort of e-business, but still an e-business. Their system (customer info, billing, and digital settop box authorization) was based on Sun Enterprise servers, and the whole system was replicated in both Denver and Dallas via a T-3. You could nuke one data center and the overall system would stay up.

      --
      -- Alastair
    4. Re:where's the hot backup server? by zemog · · Score: 1

      Must have been a bomb. Can't conceive of they systems being so vunerable.

  80. Mmm. Typical Microsoft FUD by V+for+Victory · · Score: 1

    Any server is only as reliable as the people who
    run it, whether it's your own Linux box, or an
    E10000 running the Oracle backend at Ebay.

    I would stack up the reliability of any Sun Sparc running Solaris 7 against a Wintel box running NT any day.

  81. Re:Microsoft's new asshole by spectecjr · · Score: 1

    Either there should be a method to disable these macros, or the admins at these systems should be processing all incoming/outgoing anything with something to remove the attachments (procmail does this I believe).

    There is - it's called the "Disable Macros" button that pops up when you open a document that contains macros.

    As I said before though, this most recent virus was not a macro virus.

    --
    Coming soon - pyrogyra
  82. Re:HINT: -- Would you be so kind as to elaborate? by zzzeek · · Score: 1

    your dba is "overworked" not because oracle databases are inherently difficult to modify; there are plenty of 3rd party applications for graphically manipulating tables and other objects for Oracle and every other major database out there. The reason the changes go through him/her is because on a highly loaded system, MS Access-style datatypes like "Text" and "Number" just don't cut it; data structures have to be highly tuned to fit the typcial usage as closely as possible without adding any unnecessary overhead to storage volumes or lookup times. You might hand him a table to store name and address info, and his job would be to add a primary key to it, some indexes, possibly normalizing it with more than one table and some foreign key constraints, stuff like that. If these things are not done, with any substantial load your database will grind to a snail's pace if not deadlock or completely crash, no matter *what* database vendor you are using...Oracle in fact will show the symptoms of these problems much more slowly than MS-SQL in my experience. There is no tool out there that can do these things without a capable database programmer - just like every other "wizard" tool MS gives you that allows unqualified people to throw up unstable code, the Access tools are helpful for design-time "fooling around" but have no place in a production environment.

  83. eBay's custom software is buggy by Josh+Turpen · · Score: 4

    Is it that hard to see? They changed their page layout and tweeked the software, and now they are getting data corruption. It doesn't have anything to do with Solaris or Oracle. If you design a database that can't correctly handle concurrency, doesn't have good constraints, no triggers, etc. ad nauseum, then you are going to get data corruption. Also, the whole 'high availability' arguement is laughable. eBay's buggy software is still has high availability. ;) Just because their software crashes doesn't mean Oracle and Solaris are crashing.

    It's just more FUD from the Empire.


    --
    --- A Jesus Fish eating a Darwin Fish only proves Darwin's point.
    1. Re:eBay's custom software is buggy by LrdHghFxr · · Score: 1

      So why does everyone assume that it's Microsoft that is to blame whenever an application running on an NT server fails?

      Everything you've said concerning poor application design cuts both ways.

  84. It made the front page of today's newspaper. by gavinhall · · Score: 1
    Posted by Matt Bartley:

    The eBay crash made the front page of today's Orange County Register:

    EBay dark for 2nd day
    ONLINE: A software problem leaves the site's auctions blocked.

    The only techinical detail, FWIW, is the quote ``Company officials said Friday that the outage apparently stemmed from a problem with software provided by Sun Microsystems Inc.''

    The article mostly deals with the missed selling opportunities, including a quote from someone who had quit her job to sell stuff on eBay and was losing a fortune.

  85. IIS3 versus IIS4 by sheldon · · Score: 1

    IIS4 is better than IIS3 for dynamic content. The introduction of MTS, and improved data access objects and such is a great boon for programmers.

    However, the move from 3 to 4 is not uneventful, especially with dynamic content. It would require considerable testing and several programmers to fix the problems as they arise in testing.

    The old adage likely applies... if it ain't broke, don't fix it.

    At work right now we're upgraing our intranet web servers using IIS4 by applying SP4, and beginning to use VStudio6.0 stuff. We've encountered a number of issues. Although mostly it's been that code which was poorly written will no longer run as it now throws an error.

  86. So. . . by Yakko · · Score: 1
    Oracle and Sun are at fault for what appears to be a "system disk" problem? Personally, I'd rather run on that "single point of failure" E10k than on a room full of, erm... "high availability" Compaqs running Windows. Especially with a database. Hey, shit happens, and hardware harfs up. *shrug* The main difference is that I'd spend time (maybe a day or so, a couple days for weeird problems) restoring and not lose data with the Sun, whereas, with Windows, data recovery is a crap shoot at best, and resolution can take weeks, depending on the problem...

    I recall a certain Exchange server at my last job which lost a disk out of a RAID and we lost 67% of the store. Granted the data loss would've been pretty much cancelled if we had a backup and HARDWARE RAID, but still... 15hr straight and 33% recovery with the stuff I had to work with. . .

    --

    --

    --
    Me spell chucker work grate. Need grandma chicken.
  87. Re:Microsoft web site unreliable. by Incendiary · · Score: 1

    Not only is Microsoft's website often returning database error when I try to utilize it (mostly the msdn sections), but it's frequently rearranged so that there are many broken links, and I can't easily find the same page there twice.

    The latest insult is that a few days ago when I tried to reach http://www.microsoft.com/Data/ in order to download the latest MDAC, I kept getting what appeared to be very wordy 404 errors that indicated that that page did not exist. This was very discouraging, since I needed MDAC 2.1 for a consulting project. Figuring that they'd rearranged the site yet again, I did a search of Microsoft's site for "MDAC" only to find that all the hits were under the previously attempted link, and all of these pages returned the same error. All of this occurred on a Win98 box with all the latest updates (except IE 5) running IE 4.01SP2.

    Unwilling to believe that they'd taken down the data access site, I tried to reach http://www.microsoft.com/Data/ from a WinNT 4.0SP5 box running IE 5. Guess what? It worked. It appears that Microsoft has effectively "IE 5 only"ed all of the developer's content on their site. Considering that IE 5 exhibits big memory/handle leaks on the one machine I have it installed on, I'm not eager to promote its use (however, I do like the updates to Outlook Express, and have had no troubles with that part of the product.)

    Anyone care to check if http://www.microsoft.com/Data/ is accessible from Netscape, Opera, or other browser?

  88. if poor ms is tired of being blamed for by Starr · · Score: 1

    everything, perhaps they should start writing decent software ... just a thought
    -

    --
    if knowledge is power, the internet is god - me again
  89. The _real_ scoop on the E10k by AtariDatacenter · · Score: 2

    Microsoft has it wrong on the E10k. It sounds like they've been talking to people here and there and haven't actually played with the hardware. The major SPOF is not the SSP workstation, it is the control board. If the control board dies, all your domains will go down. The control board is what, among other things, gives the clock to the entire system. But most E10ks are equipped with two system boards so that you can swap and get up-and-running again quick.

    If the SSP (Ultra 5) dies... well, wait. It really doesn't happen. Something like a hard drive crash might do the trick. When you are without and SSP, the domains (virtual hardware systems) on the E10k continue to operate. But you're not going to catch things like record stop dumps (hardware error and warnings... such as persistant ECC memory errors). However, most sites that have purchased E10ks have also purchased two SSPs. They're so cheap in comparison, it makes sense. We have YET to fail over onto the secondary SSP on any of our 10 E10Ks. Since when is an Ultra 5 an "unreliable device"?

    Sun complaining that the OS needs to be temporarily quiesced in order to move the kernel from one bank of ram to another? Heck, it's a miracle that it can even happen at all. I'd like to see microsoft write the code to move the kernel on the fly. Not a project I would want to be on.

    Poo-poo on the adaptors that don't do DR? Hardly even an issue. Look at them... token ring, ATM, third party. I wouldn't even run a third party SBUS card on my E10k. The translation is that "a minority of SBUS cards are not a good choice for the E10k." Big deal, Bill.

    About the swap space issue... they might actually have an issue there. I'm sure Sun is working on a warning now, if it is a problem. BTW... at that point you haven't actually REMOVED the system board. You are doing an operation called a "DR Drain" which moves all the pages of memory from the RAM in that system board to another. Once successful, you are able to remove the system board from the configuration, or abort the change.

    1. Re:The _real_ scoop on the E10k by FireDoctor · · Score: 1

      The only thing that happens when the SSP (the Ultra 5 referred to in the article) dies is the fans on the E10K go into high mode. This is because the temperature alarm monitoring is unavailable. It doesn't hurt anything and listening to the 10K switch modes is kind of cool.

      The knock on the security issue is kind of valid. One account can crash up to 7 domains. The SSP account is a loaded gun.

      The quiesce of the system boards is painless, interrupts no services except those to the system board being removed (duh!!) and takes a very short period of time.

      Item # 1 might be accurate. Sun recommends lots of things, not all of them are mandatory. Clustering amongst domains might not give you hardware redundancy, but it sure as hell would give you OS redundancy. This way you could bring down one half of the cluster for patches or whatever and keep your stuff up.

      I still haven't found out exactly what happened at ebay, but I suspect it was OS level corruption. If your entire business model depends on a machine being up and you don't cluster or have a hot backup machine ready, you're just negligent.

  90. Classic obfuscation by edwards · · Score: 3

    Let me translate Microsoft's position:

    1. Sun Enterprise 10000 systems have single points of failure. You can't hot-swap CPU boards arbitrarily, and the Ultra-5 front-end is a critical component.

    2. Sun recommends that for high availability you cluster between multiple 10000 systems. This is bad.

    3. Microsoft's commodity hardware platforms do not offer any of the scalability or reliability features of the Enterprise 10000, so clustering is the only option. This is good.

    4. Microsoft's current clustering offering is primitive. In a survey, a majority of people said it was adequate.

    5. Microsoft promises that Windows 2000 will have better clustering than NT.

    6. eBay is not following Sun's recomendations that high-availability requires multiple systems. They have experienced outages.

    BTW, it is shocking to me that eBay could have only a single server. This is at best incredibly naive; at worst blatant incompetence. Therefore I suspect it is false.

    1. Re:Classic obfuscation by incubus · · Score: 1

      1) I do not believe the Ultra 5 is a single point of failure.. I believe that if the Ultra 5 goes down, you basically don't have console access to the machine. Yes, it's bad to lose your console.. but you just pull another Ultra 5 into it's place are yer happy again. Your UE10K will run just fine.. (I'm about 90% confident on this, though I haven't actually run an E10K without the console-thingy). Note, Sun's clustering also 'requires' a U5 as a controller.. but if you don't have it.. the clustering still runs just fine.. :-)

      2) I'm not sure whether they intended High Availability in the design of the E10K.. I'm pretty sure they primarily targetted maximum performance and reliability... which is not the same as HA..

      3) MS' wolfpack is a simple failover product. I believe there are apps for x86 *nix failover as well.

      6) very much agreed. If it was a hardware error that caused the problem, then it's their lack of foresight which has put them in this position.

    2. Re:Classic obfuscation by Anonymous Coward · · Score: 4

      Well, yes. I just showed this to an NT admin and he didn't understand. If you don't mind, I would like to elaborate:

      1:The first point is wrong, AFAIK -- E10ks are fully triple redundant. The second point is that no one but a maniac would hot-swap components without correctly varying them off. That would be like sticking a fork into a running toaster to change elements and being surprised at a nasty result. The Ultra5 front end is not critical. This is not true. You can manage them from any machine. You can attach a terminal or one of those awful JavaStations. So, two lies and a really bizarre attempt at deception (Buy my car -- that brand sucks because you can't change the brake pads while it is speeding down the Interstate!).

      2:If you don't understand this, you don't understand business computing, clustering, or applied EE/CS. This requires a lot of remedial work in security basics. I would suggest Computer Security Handbook by Arthur E. Hutt (Editor), Seymour Bosworth (Editor), Douglas B. Hoyt (Editor)Paperback 3rd edition (September 1995) John Wiley & Sons; ISBN: 047111854. So, another really bizarre attempt at deception (Their car sucks because it needs tires.)

      3:see above (Their car has those big steel bumpers and huge brakes, leading to costly repairs over the life of the vehicle. Our car has neither brakes nor bumpers, so you should should get a few of them and not worry about costly repair jobs.)(Why get a bus -- you can yoke 14 Yugos together -- see the user friendly and brightly-painted YugoYoke(TM)!)

      4:Yeah, and 3/4 of the American population strongly felt that they made up 75% of the population. Duh. I do not ask a plumber for stock tips. I ask a stockbroker. I do not ask my stockbroker to preform dentistry. I ask my dentist. Etc. ... if you are so stupid that you do not understand that the people who set the pace that the industry aspires to (uptime, ease of use, security, robustness -- the classic RAS mainframe stuff) don't feel that this is adequate and THEY ARE THE PEOPLE WHOSE OPINIONS YOU SHOULD BE CONSIDERING. (My uncle, Crazy Eddie, says those cares suck and my cars rule. So you should buy my cars.)

      5:And at some point in the future, you may win the lottery. Are you doing business in the future or right frigging now? Hmmm? I can't hear you ... (And next year's model will actually have disk brakes all around, so you should buy this year's model now.)

      6:Well, a)I think that they have two E10ks (please correct me if I am wrong) so this is actually not true (again) and b)thank you Captain Obvious. And if try to drill through your skull with a drill press contrary to all logic and common sense, you might miss some work. Yes, you should do things that matter with some care.

      Of course, this is just one woman's opinion ...

    3. Re:Classic obfuscation by Sun+Tzu · · Score: 1

      Your point #1 is correct. I can shutdown or reboot my active SSP any time... the only thing you notice is that the fans in the 10000 kick into high since temperature is no longer being monitored by the SSP. You can still access the 10000 domains through other network connections and do anything you could do on any other Sun machine -- you just can't do 10000-specific things like dynamic domain reconfiguration and the like.

      On your second point, a 10000 can be configured with fully redundant hardware. You are correct there too -- it's not fault-tolerant. It can crash, but a 10K can be configured so that it can reconfigure itself and reboot, resulting in only a brief outage.

    4. Re:Classic obfuscation by jafac · · Score: 1

      MSActiveYugoYoke

      "The number of suckers born each minute doubles every 18 months."
      -jafac's law

      --

      These are my friends, See how they glisten. See this one shine, how he smiles in the light.
  91. Re:w2000 is more stable then NT4 and sco by Tarnar · · Score: 1

    Buddy, I've done the same. I tried Win2k. So did my best friend. We couldn't even get the thing running. The driver support was flaky (no backwards compatibility with ANY drivers), it crashed routinely running Maya, Lightwave, etc.. Sure it played games, but without full driver support, we were screwed outta our A3D sound.

    As far as I'm concerned, MS is in a LOT of trouble with this product, claiming it's all that and a bag of chips.. And it doesn't even run.

  92. The real problem by bummer · · Score: 1

    Your plan still wouldn't cause the massive damage that it is causing for one main reason: priviliged accounts. MS is an OS where a standard user (level program) can take down the whole OS. I'd never run unknown attachments as root. As a matter of fact, most Linux distros set it up to automatically foreward all mail to root to another user. So, _maybe_ one users data is trashed. The system is running and backup tapes are at the ready. This virus didn't affect most NT systems, but there were still people out there who felt like reading email while logged on as an administrator. It's stupid users, not stupid OSes that cause the most damage. So at least use an OS that protects a user from himself in production environments.

    --
    Reid G. Ormseth, Esq.
  93. Re:Microsoft web site unreliable. by knuth · · Score: 1

    Incendiary asked:

    Anyone care to check if http://www.microsoft.com/Data/ is accessible from Netscape, Opera, or other browser?

    Very interesting.

    I checked it out on Netscape 3.04 running on WinNT4. I should add that I have Java and JavaScript disabled, and go through 2 proxies (Junkbuster and LPWA). So the first proxy lies about my browser and OS, and the second proxy strips out the reference to OS. So as far as Micros~1 knows, I'm using Netscape 3.something Gold, but they don't have an OS mentioned.

    The first time I went there, I got about 19K of the page, but blank page below all the images at the top. I thought this was FrontPlague's infamous omission of the closing table tag. But when I viewed source, I found that transmission of data had been cut off mid-sentence. Hmm. So I hit "reload", and promptly got a (bogus) 404 message.

  94. Oracle reliablility by primebase · · Score: 1

    I'm an Oracle DBA for a living, and to me it smells like a *major* hardware fault (i.e. a pipe fell on the EMC array), or some idiot SysAdmin (or DBA with too much access) did something amazingly bad, like rm -R * from /, and the machine let them.

    I've had Oracle instances on Solaris running in Production, handling millions of transactions a day, with uptimes in the 6-month to one-year range (depending on what the maint. schedule is. Generally, Oracle/Sun is a good combination.

    There is another possibility, though...


    I've found Oracle (and Sun for that matter) to be extremely reliable -- as long as you are about one version behind the "latest and greatest", when all the (usually minor) bugs are resolved. If they tried to run 8i in production, for instance, Lord help them. Again, that would be an Admin fault...

    Amazon uses Oracle...they don't go down. What's the problem at Ebay? Hmmm....

  95. Always question competence first... by Sun+Tzu · · Score: 3

    When people can't design a reliable system with budgets that allow the purchase of Sun 10000's!

    I run a Sun 10000 with two SSP's. 10000's are connected to their SSP's via private ethernets. I have three private networks; two to allow redundant interconnects between the SSP's and the two 10K control boards and a third for general use, NFS mounting CDROM's and the like. Most people will have no reason to put the SSP's on a public network at all -- I certainly don't. In order to hack the SSP, one must first hack the 10000. Once they've done that, the ability to reach the SSP's by network is irrelevant. The point about the "problem" of the SSP having control is as silly as claiming that EMC Symmetrix disk arrays (heavily used in IBM mainframe shops) can be crashed by the single laptop each array contains.

    I would love to know the details of their failures -- I suspect the article is hinting at issues that have nothing to do with their real problems. Further, I'd bet that the main vulnerability that people cluster Sun's against is hardware failure -- and I'd also bet that the main reason people cluster NT boxes is software unreliability!

  96. A Touch of Sanity by Dead+Mike · · Score: 1

    An excellent article from Performance Computing on this very subject and the cluelessness of /all/ the vendors in the market as these beasts become more common:

    http://www.performance-computing.com/features/99 05f1.shtml

    Also check out http://www.wintercorp.com. An interesting note from that site is that, even though MicroSoft participated in and helped sponsor the survey, they did not place in the top 10 in any of the important, published categories. Maybe some (all?) of the interested slashdot readers could send the Redmondites a missive, asking for comment on this survey.

    BTW, the Performance Computing site is maddog's publishing home and an excellent source of well-thought, sane information for both the erudite Linux/Open Source professional and his PHB.

  97. Can't wait for the reply by hanway · · Score: 2
    I can hardly wait for Sun's response.


    It's funny that MS holds up Dell as an example of a reliable, scalable NT-based site. At least their WebBoard support area is frequently inaccessible, and always incredibly slow.


    MS also touts 99.9% uptime guarantees from Compaq, etc., but fails to mention that Sun claims 99.95% for the Enterprise 10000.


    Nonetheless, my intuition (totally unsupported by any concrete info, other than their poor response to the eBayla exploit) is that eBay is a mickey mouse operation that got really lucky and rich, but does not have the technical expertise commensurate with a multi-billion dollar company. I wouldn't blame any of their vendors, MS or otherwise, for their troubles.

    1. Re:Can't wait for the reply by krusader · · Score: 1

      if ANYBODY can get 99.9% uptime on ANY machine running windows i want to see this :)

      email me if you can actually acheive that :)

  98. Microsoft web site unreliable. by AJWM · · Score: 2

    Much as I'd like to read the linked-to article, Microsoft's web site seems incapable of serving up a version of it that I can read in Netscape 3.01.

    I get one window of text (along with the usual decorations) which is empty if I scroll down, and has vanished if I scroll back up. Fascinating. "View source" shows more JavaScript than actual document text...

    No doubt it works just peachy in Internet Exploiter. But MS misses the first point of communication, which is to convey the message.
    No wonder MS is losing.

    --
    -- Alastair
  99. Re:HINT: -- Would you be so kind as to elaborate? by FtnS · · Score: 1

    hey, don't forget the trailing / :

    s/Suing/Using/

    :)

  100. They are using Microsoft-IIS/3.0!!! by Mario+B · · Score: 2

    According to netcraft (http://www.netcraft.com/cgi-bin/Survey/whats), they are running on MS-IIS/3.0.

    ------------------------------------------
    www.ebay.com is running Microsoft-IIS/3.0

    Microsoft-IIS is also being used by Walt Disney, Compaq, Nasdaq, and The National Football League.
    www.ebay.com is hosted by ebay.com.
    ------------------------------------------

    Mario.

  101. What MS product compares? by Breakfast+Cereal · · Score: 1

    The above is not a rhetorical question--I really would like to know! What product from MS and its hardware partners is supposed to be equivalent to a Sun E10000? I guess I haven't been following MS well enough, because the last I heard, NT scaled to no more than eight processors and loses any sign of linear scalability after four.

    A Sun E10000 maxes out at 64 UltraSPARC processors. NT may (try to) compete with Solaris on low end machines but are people really using NT servers for tasks that, in the Sun world, would typically be assigned to a fully loaded E4500 or higher?

    Even on Alpha, NT isn't a 64-bit OS. That matters at the level we're talking about. I could understand Microsoft taking on Sun's workstations (where NT is eating everyone alive except Linux and the BSDs) and low end servers, but unless the game has changed dramatically there isn't anything Microsoft that competes in this market.

    Microsoft's claims of the E10000's faults sound ridiculous considering that, to my knowledge, no MS-based system has any of the functionality they discuss AT ALL, much less better. I find it hard to believe even MS could make such statements, so what product do that have on that level? Clearly I missed something!

    As for eBay, I used it for a few months a year or so ago and it was slow and extremely unreliable even then. I have to believe that poor configuration and administration are more to blame than any OS, even NT.

  102. FUD... by sboss · · Score: 1

    I have a lot of experience with the E10ks. I manage 4 of them (fully loaded). As far as the SSPs being a security risk. That is true *IF* you do not secure them. But then again if you login as root you can do just about anything on that machine. MS is trying to point out that the SSP is a different machine than the E10k. Physically it is, but logically it is not. I have secured my SSPs and I have not had any troubles. Period. MS talks about how you can not dynamicaly pull out the system board that the kernel resides on. Well, when was the last time you saw a NT box that you could pull a system board out of? Never comes to mind. For pure processing power, like a huge Oracle dbase that is a backend for a website, the E10k is very hard to beat. Sure it has it's flaws but doesn't all hardware platforms? Pointing out the flaws to diverte the attention from your flaws is just plain bogus.

    Can we all just get along?

    Scott

    Scott
    C{E,F,O,T}O
    sboss dot net
    email: scott@sboss.net

    --
    Scott
    janitor
    sdn website family
    email: scott at sboss dot net
  103. Kinda funny... by ChrisRijk · · Score: 3
    It's so absolutely laughable that Microsoft is trying to claim the high ground in availability/reliability over Sun.... This is from a company that to get '99.9%' reliablility you need 4 computers - the other 3 purely for backup, and this figure has so many cop-outs (ie doesn't count if it's planned - ie you're installing something and the OS decides you need to reboot, you need to change the hardware etc - or if it's a network problem, or a problem with any of the applications) in the contract, that it isn't hardly even worth the paper it's printed on.

    A single Starfire is rated as being able to deliver 99.95% availability with one - ie no clusters, and without all those caveats above - though it does need to be setup with reliability in mind for this - there's plenty of options.... Starfires aren't simple either - up to 64 CPUs, many more PCI and similar slots, memory slots, etc, etc. So, plenty of things to go wrong. Similar sized computers (from everyone) are really hard to transport without something going wrong. The only people more nutso on reliability on 'big iron' computers are IBM (from the companies I know a fair bit about anyway). Not only do they have backup CPUs, in their CPUs they do the same operation twice (in parallel, with checking at the end) to trap the ultra-freak chance of cosmic radiation or something casuing a flipped bit, or worse. (yes, they do seriously actually worry about such things... I remember an IBM proposal about how to design memory that can handle a once-a-month chance, for when you have a huge about of RAM, for some particular kind of radiation....)

    The only complaint I've ever heard about Starfires in general is that if a PCI card (though not SBus card) breaks down it can hang the entire system until an operator manually flicks a switch to say that that particular card is defunct. Though this is really because of how PCI works - Sun's 99.999% reliable Netra 1800 has some highly specialised custom hardware to get around this problem with PCI cards, as well as backup CPUs and plenty of other stuff... ridiculously expensive too, they are... though apparantly more cost effective than anything in the same class. The Netra 1800s are a few months old, while the Starfire design is over 2 years old, btw.

    I dunno about all of MS's claims, but I'm pretty damn sure that you can have hardware redundancy for just about everything, if you want, including the Ultra-5 controller. Most of the other claims seem to be related to the fact that you can hot-swap PCI cards, memory, CPUs and even mother-boards in a Starfire...

    EBay do seem to have had more than their fair share of problems though... quite a few hardware problems it seems - I vaguely remember a problem earlier in the year was due to some controller card or something. As far as I know, nobody has had anything close to the problems EBay are having with their Starfire(s)...

    Another little point... MS's idea of expensive downtime is $10,000/hour. I remember reading something on Sun's site a while back about high end availability systems. Sun's idea of expensive downtime is $10,000,000/hour - ie stockbrokers. They also had a list of most common causes for 'unplanned' downtime on their HA systems - first was 'operator error' (or lack of training, etc). I can't remember was second was, but third was 'fire'! (I'm pretty sure Sun's computers don't have a reputation for spontaneous combustion!)

  104. No fail-over??? by jdbel · · Score: 1

    Was ebay really running it's backend on one system, with no fail-over? That's pretty stupid...

  105. Moderate THIS by jazmataz23 · · Score: 1
    I think this was a reasonable piece of writing (for what it is), and I for one am proud to see it here on /.. I read the article (which some folks whose posts have been moderated up apparently didn't...) and it's certainly not being modest about M$'s products. BeBoxer is exactly right when he says this article is for the PHBs. BB makes a good point that another way of looking at the Sun system is that the fact that you *can* page out kernel memory during board swaps using a "quiesence" period is a damn nice piece of engineering. Whomever wrote this is certainly been trained in the ways of FUD.

    But, to make use of this ability, you've pretty much gotta be a Sun outfit. I'm an old mac-head, so I know how much it sucks to be beholden to a single company hardware-wise. My PCI powermac represents a breakthrough for Apple just to use an industry-standard expansion bus. Then it took forever to get to the point where I really can use commodity goods, because the Mac third party manufacturers really didn't like competing with PeeCee suppliers and their down-to-earth prices.

    In sum, the article is a piece of marketing crapola, spinning the problem away from Seattle like a top. It also makes its point in response to a pretty serious problem that reflects quite poorly on M$ products (not that I *knew* eBay was down; is there a slashbox I can set up to keep me appraised?). After reading this, I'm eagerly anticipate what they can come up with in response to ExploreZip/ZippedFiles! :P

    Again, thanks to Hemos for posting this.

    jaz

    --
    Death to Argument by Slogan!! (This post twice-encrypted with ROT-13. Replies not using same will be ignored)
  106. Microsoft's new asshole by Anonymous Coward · · Score: 2

    The problem with your assertion is that Microsoft is using eBay's problems, which may or may not have anything to do with the reliability of Sun hardware or software (more likely it's human error) to further their outrageous FUD campaign.

    It has nothing to do with a Microsoft system crashing, but rather trying to turn the eBay problem in into a FUD event that has people here upset.

    This web page is the most outrageous piece of crap I have ever seen. Advising customers to rely of some piece of untested software still in beta to handle a massive mission-critical load. If I was eBay's CTO I would be looking to go upscale into some really heavy iron like the Himalayas or mainframes that operations that need REAL reliability use. The idea of going to a MS operating system for this sort of application is purely ludicrous.

    The same day this is going on we have another round of word macro viruses terrorizing MS users everywhere. Why don't you see Corel and Lotus touting the fact that Word Macro virii don't trash their systems? Because they aren't low-life like Microsoft. Do you see slashdot trashing MS over this? No, even though they richly deserve it.

    Microsoft deserves to be roundly excoriated on this one.

    1. Re:Microsoft's new asshole by MikeTurk · · Score: 1
      It didn't bring down the server. The companies made the operating decision to bring down the server because that is far easier than telling 10Kpeople not to open attachments to their e-mail. Have you ever tried to tell everyone in a corporation the same thing at the same time while using terminology that most do not understand? ("What's an attachment? What's he talking about?")

      Mike
      --

      --

      Mike
      --
      "Wi nøt trei a høliday in Sweden this yër?"

  107. Or: why good admins are so expensive by Anonymous Coward · · Score: 1

    As we can see from this example, hiring administrators who only know how to point and drool may be less expensive in the short run but you'll get burned and burned badly in the long run.

    Anyone with half a brain would have a failover (or two) for such an important system. Again, it's cheaper in the long run. Hardware does fail. Systems go down. It happens. If you got your administrators out of a cereal box, your company goes down because of it. If you can afford that $10,000 an hour down time (Or that $1,000,000 an hour down time) go ahead and get the point and drool admins at $40K to $60K a year. If you can't, get the $120K+ ones. It'll be less expensive in the long run.

  108. HINT: DO NOT CONNECT ORACLE TO LIVE WEB PAGES by gavinhall · · Score: 1

    Posted by d106ene5:

    Everyone who has tried tying Oracle to a live, high-capacity system on the web ultimately has learned this lesson.

    You can squack all you want about what you think you know about Oracle, but the proof is in the pudding. Remember when Excite's home page used to give you an Oracle error??

    Lycos is going down this road now too - trust me, they'll be sorry.

    I am not talking out my ass, I work at a company that has learned this lesson on a high capacity site.

    1. Re:HINT: DO NOT CONNECT ORACLE TO LIVE WEB PAGES by Ambar · · Score: 1

      Funny thing: the guys at photo.net (check http://photo.net/wtr/ especially) seem to have come to the conclusion that the only thing worse than using Oracle behind a live web page is using anything else currently available. And they have some fairly big sites to show (like www.scorecard.org).

      My experience is similar: get Oracle set up right and you can rest easy. But setting it up right is easier said than done.

  109. it's strange that there's so much media coverage by incubus · · Score: 1

    I'm seeing this story everywhere. If the systems at your bank go down, and all the ATMs are out of service for 6 or 12 hours.. nobody even really notices... and those are considered "mission critical applications."

    What I think we might be seeing here.. is the creation of an even *higher* category of important systems. Some sort of world-stopping problems that result from a downed server/cluster. Maybe the PHBs will start talking about ultra-critical systems.. or some buzzword like that.

    Previously, a system goes down..and you can expect to catch hell from everybody in your company, and maybe even a few outsiders... but now.. you catch hell from CNN and the likes.. :-)

  110. Re:He's dead Jim by rcw-work · · Score: 1
    heh, either invasion, or something resembling this scenario (sung to the tune of "Going The Distance" by Cake):

    http://www.oz.net/~rcw/deleted.the.data base

  111. Back-end problems, not Oracle problems. by bjk4 · · Score: 1
    ...Which brings us back to eBay. For those keeping score, eBay relies on Windows NT-based servers running Internet Information Server to provide front-end web services, and a single Enterprise 10000 from Sun Microsystems to host an Oracle database on the back-end. According to published reports, the outages at eBay, which began in February, are due to problems at the back-end.


    Did anyone notice that they say eBay has problems in the back end? They say in another sentence that they use Oracle on the backend. What they don't say is that the two sentences are related! Perhaps they are having malfunctioning switch (which now can run NT!) on the backend.


    The story is that they only implied that Oracle on Solaris was the problem. Perhaps a programmer forgot to unlock a row in Oracle. Does that mean Solaris' reliability is bad? They never said.


    Microsoft and its enterprise associates believe that customers benefit most when they combine value priced, high performance Windows NT® server-based systems with the high availability advantages that distributed computing offers.


    If you believe this sentence coming from Microsoft, then let me sell you some beach property in Nevada please. One rule in reading articles from any corporation, is to question the origin. Was the article written by an independent observer, or someone paid to write that line. In this case, I think someone was paid to write that line, whether or not he/she believed it.

    -Ben

  112. You must be kidding by ljs127 · · Score: 1

    >>given my experiences with NT Server, I think it would be insane to put an NT server under those types of load conditions.
    Any of y'all out there running Linux with the types of loads eBay has been experiencing?

    There's a long list of sites on the web at least as big as eBay running NT (Dell, Barnes&Noble, 1800flowers, ESPN, etc.), and they don't have eBay's persistant reliability problems. I suspect eBay programmers are at fault.

    What's the biggest Linux site on the net you can think of? Dejanews? Hardly a bastion of reliability, and neither is /.

    1. Re:You must be kidding by pez · · Score: 1

      We do in excess of 2 million highly dynamic page views per day on Linux using Apache/mod_perl.

      In 3 years of operation we've had exactly 2 outages, both of which were caused by Bell Atlantic cutting a wire. That was before we moved our servers to a high-availability data center.

  113. Re:Database Servers. by draney98 · · Score: 1

    I think Microsoft's comment would be that for the same price, you could probably have duplicate fall over servers waiting...

  114. At what? by gavinhall · · Score: 1

    Posted by FascDot Killed My Previous Use:

    MSSQL "rox" at what? Not providing basic features like large page sizes and query-embeddable user-defined functions?

    I'm researching what to use for a midsize datawarehouse-esque DB and MS got the axe immediately in a totally objective feature comparison. That's before we talk about uptimes and speed.
    --
    "Please remember that how you say something is often more important than what you say." - Rob Malda

  115. Micros~1 again compares apples to peaches by Anonymous Coward · · Score: 1


    Sun Microsystems Inc. SunOS 5.5.1 [...]
    # uptime
    4:26pm up 278 day(s) [...]


    I wish I could say THAT about even ONE of our
    NT servers.

    --
    Chris

  116. Re:HINT: -- Would you be so kind as to elaborate? by nrrd · · Score: 1

    Where I work we have been Suing Oracle for a lot of internal apps, but nothing realy high-load. In fact 80% of out apps are simple enough and low-use enough that they work on M$ Access. Of course it's a really big bummer if there is a lot of demand on an Access DB, as it'll take down the server. . .

    We have this Oracle DBA who is pushing for _everything_ to be done on Oracle. I would love to hear more about the problems you've had with Oracle and web apps. What is the "best" DB you've used for the web? What kind of problems have you had with Oracle?

    --
    "Eye halve a spelling chequer, It came with my pea sea, It plainly marques four my revue, Miss steaks eye kin knot sea"
  117. NT with 50 clients vs. Sun with 350 clients by emonk · · Score: 2
    I try not to be biased in MS vs The World issues, so I'll use a real-world example--two higher ed. networks which I am both very familiar with.

    The one, let's call it Site A, uses a $20,000 Dell NT Server 4.0 SP3 (dual PII-300) with 50 win95 clients; also runs MS Proxy Server 2.0.

    Site B uses a Sun Ultra 2 Model 2300, dual sparc 300mhz. It supports tin, pine, lynx, gcc, filesharing, and ftp with 300 concurrent users across a 2 mile radius WAN with .2 cpu usage.

    Is it fair to note that the last "restart" of the Sun was 67 days ago--the last "restart" of the NT...well, with all seriousness, it's been at an average 2 crashes per day (that's an 8 hour day).

    eBay may have DB problems; let's not forget Oracle has all of its products availible for Linux and Oracle products are sold OEM thru Dell and their Online Store. I'm afraid Microsoft is trying to bolster their image. Don't believe NT needs PR help? See http://www.ntsecurity.net

    Adios.

  118. Interesting... Oracle site having trouble by absolut · · Score: 1

    Just exploring the oracle site after looking over this article and saw this great message after clicking on the links on the left menubar:

    "Can not service this request, please try again later"

  119. Oracle..... by MoToMo · · Score: 2

    It should be noted that Oracle is also used by these top sites.... and they don't have problems....

    www.amazon.com
    www.1800flowers.com
    www.cdnow.com
    www.charlesschwab.com
    www.cisco.com
    www.dell.com
    www.etrade.com
    www.onsale.com
    www.rei.com

    I fear that it is the ebay ppl who are at fault....

  120. The benefit of the doubt... by tmhsiao · · Score: 1
    If we assume that Microsoft *is* blameless in eBay's recent outages, why does it necessarily follow that Sun and Oracle are at fault?

    You have to wonder about the relative competence of an IT department that chooses to run IIS and ASP in lieu of the more reliable alternatives.

    The worst thing is the PHBs and advocates will now use a dumn article like that to avoid acknowledging the alternatives.

    --
    "My God...It's full of ads!" -Fry, about the Internet, Futurama
  121. FUD SHARKS to the left! FUD SHARKS to the right! by dublin · · Score: 5

    Sometimes you have to wonder how things ever get approved to be on their website. Let's look at a few of the more imflammatory claims, which is really quite a kettle o' fish:

    RED HERRING: Daemons that control domain operations and perform monitoring functions run on an unreliable device (Ultra 5 workstation), hardly a desirable situation in the context of a data center.

    So what? The E10000 will continue to truck on as before without it. This is a complete red herring. The SSP is a really just a console station, nothing more. If it dies, you reboot it, or in the worst case, replace it with another one from the closet, which with Sun's AutoClient technology, can take on the entire identity of the failed box in a couple of minutes. (AutoClient allows Wall St. traders to replace their workstations and be working again with NO IMPACT in 5 minutes. Let's see NT do that.)

    FUD SHARK: When security is compromised on the System Service Processor, which runs on the Ultra 5 workstation controlling domain operations and performance monitoring, all running domains on the E 10000 can be brought down with a short command sequence.

    No one in their right mind would put the SSP on a network that extends beyond the glass house!! It's a *console*, designed to be locked up securely, like all other mission-critical control consoles. MS still doesn't get the data center, do they?

    DUH WHALE: System boards that are hosting non-pageable kernel data structures cannot be removed from a domain without interrupting service. The Solaris operating system has to undertake a special "quiesce," or suspend, operation while the critical pages are migrated to another board.

    This is incredible. They're knocking the E10K because you can't walk up to it and pull a CPU card at random without telling the machine first that you plan to do this. These cards contain memory, too, folks, which is why it's pretty reasonable to let the system move things to a safe place before the card goes bye-bye. Pretty much only Tandems can accept this sort of things (because they've got at least two of everything all the time, and they cost like they have even more), and if you're after real fault tolerance, you won't be running NT on them, even though you could...

    STING RAID: If you remove a system board from a running domain without enough swap space, Solaris will hang. The administrative tools do not warn you if you do not have enough swap space available.

    This is pretty low. Yeah, it can happen - what else is an OS supposed to do when it has more processes than now remains as memory? Although a warning would be nice, E10K admins aren't stupid (we hope), and they understand that there are easy workarounds to this - the E10K makes it very easy to move enough resources into the OS domain in quesiton on a temporary basis. If you don't have enough hardware to do that, you misconfigured the machine in the first place. This is hardly a weakness.

    On the whole, the incredible thing about this is that MS is throwing rocks at a really good system with availability features far in excess of that for any practical NT box. You've gotta admire their guts, though - some people will read this and think the E10K is a really expensive, dangerous computer. Funny how they neglect to mention that there's not an NT box on the planet that can provide the performance of an E10K, regardless of how much you spend. This may change eventually, but it's pretty cheeky now.

    If you need real fault-tolerance, get a Tandem/Compaq - but after you've paid all that money, I bet the Compaq folks would be the first to advise against using NT on it if you really want fault tolerance.

    --
    "The future's good and the present is nothing to sneeze at." - Roblimo's last ./ post
  122. Re:it's strange that there's so much media coverag by hanway · · Score: 1

    More like...


    It's about time that there's some media coverage.


    eBay has had outages all over the place, and every time they do, it seems that their stock just goes UP another dozen points or so. Maybe somebody might actually figure out that even though the company is worth $billions on paper, their infrastructure still seems as unreliable as a garage operation. (Apologies to all the well-run garage operations out there.)

  123. pot, kettle, black by MrCreosote · · Score: 1

    .

    --
    MrCreosote Meow!Thump!Meow!Thump!Meow!Thump! "You're right! There isn't enough room to swing a cat in here!"
  124. MS forced Dell to switch from WebObjects by rb · · Score: 1

    A couple of years ago, Dell used to run their ecommerce site on NeXT's WebObjects, but Microsoft basically forced them to switch to MS products. The old WebObjects site ran great and it took the engineers many many months to build an equivalent version using MS's tools. It's pretty sad to see Microsoft trumpeting that Dell uses the MS platform when it clearly wasn't the first choice and after they had so much pain in switching.

  125. Re:MS SQL rox by demon · · Score: 1

    Yea, yea. We? We who? Having seen Microsoft's server (server?) software at work, I certainly have a hard time believing that. And I don't think "a few" NT servers are gonna be able to beat a Starfire on database serving. A Starfire is just plain huge.

    --

    Sam: "That was needlessly cryptic."
    Max: "I'd be peeing my pants if I wore any!"
  126. I'll take the Sun anyday by smartin · · Score: 1

    I work for a software company and did time as build captain for a while on our product. I was amazed at the difference in speed between various systems. The product is a fair size with a mix of C and Java and here are the relative speeds of a build on the various machines. (this was over a year ago and from memory :)

    - nt on a 200 mh intel 128MB standalone - 140 minutes
    - nt on a 300 mh alpha 256MB standalone - 130 minutes
    - Unix on some sort of AIX ~40 minutes
    - Sun Ultra with 2 160 mh CPUs 500 MB - 50 some odd users developers pounding on it, over 400 processes - 6 minutes

    One major point in the Sun machine's favour was that the code was on local file systems, the rest of the machines had to go through a 100 mb ethernet to get it.

    It was unbelieveable the difference in speed. Next look at the absolute pain it is trying to set up automated builds on an nt machine, not to mention the fact that both the nt machines would be dead half the time when you try to launch the builds. Microsoft has nothing to brag about.

    --
    The difference between Canada and the USA is that in Canada healthcare is a right and gun ownership is a privilege.
  127. E-10000's are error prone, in practise by Anonymous Coward · · Score: 4

    I don't know about EBay, but I know that E-10000's are extremely tricky to configure correctly.

    Sun markets them as ultra-reliable and hardware-level redundant, but the truth is that configuring them is so complicated that even a team of experienced sysadmins is bound to screw something up sooner or later. If you bet the store on a single E-10000, then sooner or later the machine will crash hard and your store is hosed.

    Given their size, expense and complexity, they are not appropriate for use as the main server in an internet commerce company. Sun should not sell these machines to companies like EBay.

    In defense of Sun, I should point out that their "smaller" systems, namely the E-4000, E-6000, E-3000 etc., are rock solid and just as easy to configure as a small server. But no one would dream of running a whole store on a single one of them -- for reliability, you need to run several of them redundantly.

    And Windows NT is far less reliable than any Sun machine. NT is the opposite of reliability. Production Solaris machines routinely stay up and running for months or years at a time. Show me an NT server which can do that.

  128. It's time to rise up and be Constructive! by RimRod · · Score: 2

    You know what, I'm TOTALLY sick of seeing /. commenters correct the lies that Micro$oft proports on their pages. You need not look at 5 comments to this article alone to get the idea. Instead, let's do something CONSTRUCTIVE with all this criticism! :)

    I'm declaring tomorrow Constructive M$ Bashing Day!

    (Why do I have the power to do this? Because Barney says everyone's special in his or her own special way, and I'm invoking my privledge as a Special Person. That'll teach you to ask why. Feh!)

    The next time you feel like correcting something that M$ claims and that's blatantly false, do so. THEN, email it directly to M$! If we had one day where EVERYONE from /. did this, they'd get hundreds upon hundreds of emails.

    Then, everything would start changing. The wheels would be in motion. M$ would realize the error of their ways and become Tibetian monks to pray for forgiveness!

    We can make a difference, dammit! Can't we??

    --
    - ...and remember, you can't invade Brainania. It's not on the big map.
  129. Re:He's dead Jim by matty · · Score: 1

    Yeah, yeah, we've seen it before! :) (Well, I have. You sent it to me once. How's it goin'? :) -matty

  130. Re:HINT: -- Would you be so kind as to elaborate? by jdh28 · · Score: 1

    s/Suing/Using :)

    john

  131. The more things change-the more they stay the same by Cptn+Proton · · Score: 1

    I have been a ebay user for a couple of years now. They have been crashing so often I would swear that they were using a string of windoze 95 boxes. When they weren't crashing they were really Sslooooooooowww.

    I got to be honest here. I do not understand ebay's high stock price. Shareholders must never use the site.

    Maybe if they did, they would bitch slap ebay with a stock sell off. Maybe then ebay would deploy a load balancing MOSIX cluster and get some serious uptime for a change.

    BTW, I really don't understand Microshaft's take when they can't stop that file loader called windows from crashing my box after two hours.

  132. Interesting... MOST interesting! :) by Mario+B · · Score: 1

    "ebay.com" return 'Solaris' and
    "www.ebay.com" returns 'Microsoft-IIS/3.0'

    Note: 'ebay.com' gets redirected to 'www.ebay.com'. So, they are probably using MS products for the internet part of their software and Sun/Solaris software for the back processing. Maybe the problem lies in the communication between the 2 systems... A buffer might have the probability of getting corrupted during the transfer (bad use of semaphores resulting in overwriting part of the buffer or such). That might be what caused bad data in the database. Their software may have problem to handle these corrupted data properly.

    Mario.

  133. Re: At least NT is bearable by phred · · Score: 2

    I refuse to let 95 or 98 in my office. Not even a CD-ROM. NT 3.51 is a bit more stable than 4.0 in my experience, but doesn't handle big hard drives, so I moved my data crunching system up to 4.0 and it has basically been fine.

    What really sucks is having to reboot whenever you install a new app with one of Micro~1's crappy shared DLLs. The latest offender was Foxpro 6, which I only need for some light file management, and which had me reboot three times (twice for the mandatory install of evilbad IE which I never use). Rebooting for network changes is bad enough, but for mere mortal applications??

    This reminds me yet again why

    --
    Bill Gates Is My Evil Twin.
  134. Troll or Astroturf? by David+Gould · · Score: 1


    Interesting that this is an almost-identical repeat of a previous post. Trying to get as much attention as possible, eh?

    I can't decide if this is just flamebait or genuine astroturf. (When an MS person writes something like this, posing as an ordinary person, he is trying to create the appearance of grass-roots support for MS. Astroturf is fake grass. ESR seems to thinks it's a verb; I think it's a noun.)

    I suspect the latter, but do they really think anyone here is dumb enough to take this seriously? Maybe they're just doing it so they can elsewhere claim to have the support of some /. readers. Let's all watch for a ZDNet article referring to this /. discussion and quoting only that comment. (!) Or maybe they're just flamebaiting in hopes of being able to quote (dumb, obscene) replies and show how immature we are.

    It's pathetically transparent. Why won't they just go away?

    David Gould

    --
    David Gould
    main(i){putchar(340056100>>(i-1)*5&31|!!(i<6)<< 6)&&main(++i);}
  135. Re:Can you give documentation? by mosch · · Score: 1

    www.netcraft.com, toss in www.hotmail.com.... the result is
    www.hotmail.com is running Apache/1.3.6 (Unix) mod_ssl/2.2.8 SSLeay/0.9.0b on FreeBSD