Slashdot Mirror


IBM Merging with Sequent

Ober was the first to write in with the news that IBM is merging with Sequent. IBM says it plans to begin selling Sequent products immediatley after the merger, and it looks like they even want to improve some of Sequents NUMA machines. IBM and Sequent are both involved in Project Monterey.

59 comments

  1. I was a teenage Sequent user by Anonymous Coward · · Score: 0

    Well, almost. Lancaster University (UK) acquired a Sequent (a brand new Symmetry S81 with multiple 386s running Dynix, AFAIR) in the late 80s (I think in the Summer before my final year, '88-89). This became the main computer service multi-user machine, replacing a VAX, and was my first experience of any flavour of UNIX. At the time, it seemed to be quite fast!

    I just did a Google search, and quite a few university compsci web pages list them as current machines - perhaps they are still useful for classes on parallel programming?

  2. Re:It's still bus based by Anonymous Coward · · Score: 0

    The Sequent system has an interconnect network just like the SGI does. That is, it has a bus based 4 way nums node, that is connected to other nodes via an interconnect.

    This provides for system cost granularity of a 4 way. This is compared to the sun ue10k where you have to buy this huge expensive box built to hold 64 proc. even if you only want 4 now.

  3. Re:IBM has set out to kill Microsoft by Anonymous Coward · · Score: 0

    No IBM has set out to make money. If that means supporting MS fine, if it means supporting Linux then fine as well. I believe I read somewhere that IBM is going to have the most Win2k ready apps upon its launch.

    Big companies don't setout to have child like wars with each other, they setout to make money.

  4. A teensy bit misleading on their part. by Anonymous Coward · · Score: 0

    Hmmm, you interpret it that way, but the way many PHB's will interpret that quote is that it's "the leading Unix that can be used for commercial solutions".

  5. Re:NUMA by Anonymous Coward · · Score: 0

    Go read Hennessey & Patterson or Patterson & Hennessey or maybe even both. In fact, you should already own these books, and if you don't, you're not spending your money in the right places.

  6. Re:Anyone used Sequent systems? by Anonymous Coward · · Score: 0

    We have an older S-2000 here at the University where I work. Sequent, a local Portland company, makes systems designed to handle LARGE amounts of data... they make excellent file servers.

    The hardware is specialized, and the software is mated very well to it. Our system only has 4 486 processors, but it easily serves all 50Gb of data we currently have, which can nearly be doubled. The proc's, memory and drives can be hot inserted, which makes it very nice if a drive happens to go down. And remember, this is a 10 year old computer.

    The thing that makes Sequent so good is that the IO system is very intelligent, so all of this data CAN be handled by 4 486's. In fact, the only time the system even breathes hard is when it is doing parallel fsck's on a reboot.

    Best of all, it is extremely stable. The machine is never rebooted, except when there is a power outage.

    What's the downside? The OS is a flavor of UNIX called dynix/ptx, and it's not as friendly as the Linux that I've learned to love. Also, the system is physically large. Once it's in place, that's where it will stay! Finally, our system uses differential scsi which means additional/replacement drives cost more.

  7. Re:Anyone used Sequent systems? by Anonymous Coward · · Score: 0

    Firefly cards were the bane of my life a few months ago. Sequent claimed that we "had a bad batch." Now they tend not to fail quite so often, but they still error rather too frequently under heavy I/O.

  8. Re:It's still bus based by Anonymous Coward · · Score: 0

    According to some of the white papers on Sequent's web page, off-quad (ie, non local) memory access are around 20 times slower than local access. In other words, although you can get away without changing your programming model in theory, in practice you have to.

  9. Re:Anyone used Sequent systems? by Anonymous Coward · · Score: 0

    The reason you may not have heard much about Sequent machines in the press is because they are large Enterprise scale servers. Their customers tend to be companies such as Boeing, Ford, and Cisco rather than the bakery down the street (as in the Evil Empire's recent spate of commercials).

    I've been a graduate student at the University of Washington since approximately the dawn of time and the University used to use Sequent Symmetry boxes as mail servers for the entire 35,000 person campus. The Sequent Symmetry models did not use NUMA (non-uniform memory access) and were simply large SMP boxes with up to 20-some Intel processors. Rumor has it that the University Hopsital also used Sequent Symmetry's for OLTP. Sequent machines tend to be very good for bus-intensive tasks and less good for CPU-intensive tasks.

    I was also a systems administrator on Sequent Symmetry 5000 and NUMA-Q machines for Boeing a couple of years ago. Boeing runs the database tier of their distributed computing system on Sequent hardware. These systems are terabyte-scale with up to thousands of users. Most of the alternatives that other people have mentioned (Suns, HPs, SGIs) don't scale large enough to compete despite their marketing claims.

    The Sequent NUMA-Q archetecture is based on Intel Quad boards (hence the "Q") lashed together to share memory, disks, and other system resources through a high-speed fibre-optic network. As another person pointed out, the OS treats the hardware as one large system, distributing processes and allocating space according to optimizing algorithms. As with most UNIX machines, the administrator can tune the system to the needs at hand by building the appropriate kernel. Therefore, performance is very much dependent on the match between applications and kernel configuration.

    Sequent machines have their problems. Their OS tends to be buggy and their hardware doesn't always live up to expectations. But nearly all vendors are subject to these same criticisms. They are not in the "last supported" category as one writer suggested and are a first tier platform for many application developers such as Oracle and Informix. Sequent is a medium-sized company with reasonable quality products that compete well in their market and decent responsiveness to the customer. They often compete with IBM and I can see why IBM would want to acquire them.

    -Mark

    mmartin@amath.washington.edu

  10. IBM isn't merging with anyone by Anonymous Coward · · Score: 0

    IBM bought Sequent outright.

    Light Blue

    1. Re:IBM isn't merging with anyone by Anonymous Coward · · Score: 1
      The terminology is kinda fuzzy :-). IBM even uses the word merge right in their own headline:

      IBM and Sequent announce merger agreement
    2. Re:IBM isn't merging with anyone by resilient · · Score: 1

      First off.. it seems really silly to write about how they used the term merger instead of bought.

      So to show how silly it is.. check out this article..

      http://cnnfn.com/1999/07/12/deals/ibm/

      :)

    3. Re:IBM isn't merging with anyone by Code-Fu · · Score: 1

      Does Slashdot post news in a distorted way simply for the shock value? I know this was not simple incompetence that would describe IBM's purchase of sequent as a "Merger."

      Come on.

  11. Anyone used Sequent systems? by Anonymous Coward · · Score: 0

    I've read a little about NUMA, but never used a system in action. Has anyone used a Sequent system before? Good or bad experience? Strictly a geek interest, I don't care about their sales force, etc.

    -Nathan

    1. Re:Anyone used Sequent systems? by Anonymous Coward · · Score: 0

      We are using them for the system we developed for our client. We use the Numa-Q 2000 as a database machine. Seems to run well (I'm not the sysadmin for that box). I understand that they are targeting the high end of the market at the cost of any low end sales. IIRC, the Numa will run NT (only certified by Sequent on the 4 processor model, the NUMA will go up to 32 I think). They are working on a system that will run NT and Dynix at the same time. This type of system would be pitched as a data wharehouse box.

      Seems like a good system, but most apps must be custom written for it (lack of marketshare limits shrinkwrapped apps). BTW, we're running an Oracle 8 database on it.

      Chris
      mtnbkr@mindspring.com

    2. Re:Anyone used Sequent systems? by Anonymous Coward · · Score: 0

      University of Illinois used to have a Sequent called UXA; it was the host everybody logged into to read their email. (This was before the proliferation of POP and IMAP. Hell, this was before most people were connecting with TCP/IP--I was cutting edge when I finally got SLIP up and running on my machine.) I was a mere underclassman at the time, but if I remember correctly, it originally had ten 386 processors. Later, I think these may have been upgraded to 486's, and more processors may have been added.

      This sounds pretty lame today, but the system used to have hundreds of concurrent users logged on at the same time. At the time, this was a big deal--few university systems could do such a thing.

      The system was finally slagged sometime around 1995. Current UIUC students now use machines called ux7, ux9, etc, but as far as I know, UXA was the first in the series. I have fond memories of UXA, and still remember trivia like the IP address of UXA used to be 128.174.5.60, and my email address used to be mjg51721@uxa.cso.uiuc.edu.

    3. Re:Anyone used Sequent systems? by Niomosy · · Score: 1
      It's not a bad architecture. The OS (Dynix/ptx) isn't quite as bizarre as AIX.

      I just wish they'd stop sending us firefly cards that die out every so often. Sheesh.

    4. Re:Anyone used Sequent systems? by Nexus7 · · Score: 1

      Greetings mjg51721!
      Still remember changing directories, furtively modifying the .cshrc file, reading nn... from the help sheet for uxa.cso! I had the impression it was 4 386s though.

      Way back when, eh?

      bsmg9810

    5. Re:Anyone used Sequent systems? by Earl+Shannon · · Score: 1

      Yes. Fayetteville State University in North Carolina had one. I don't know if they still do. It had about 20 terminals hooked up to it in one room and had dialup access as well. Nor do I remember how many processors it had, but it ran well enough for what it had to do (education).

      --
      -- Some people say they can tell the time by looking at the Sun, but I have trouble seeing the numbers.
    6. Re:Anyone used Sequent systems? by richnut · · Score: 1

      Ahh UXA, that brings back memories... I remember dialing into mossberg with my 2400 modem.

      btw, (loosely typed from memory :-)

      *** DO NOT stage files in /tmp it is used for ***
      *** too many other important things! ***
      You have new mail.
      uxa 1>

  12. Light Blue strikes twice by Anonymous Coward · · Score: 0

    Slashdot is not entirely to blame for this one. My own employer is at fault, by implying it was a merger themselves.

    However, if you read into the details of the deal, you'll see that IBM is buying all outstanding shares of Sequent and Sequent is not reciprocating. This is not a merger. This is a takeover.

  13. NUMA layman's definition by Anonymous Coward · · Score: 0

    It's a blend of SMP where all CPU's talk to the same pool of memory and there is one "Image" of the OS, and parallel systems where discrete systems have their own resources (memory) that they don't share.

    A CPU in a Numa system can access all memory everywhere, but it knows that some memory is "better" (local and faster).

    SGI's higher end Origin servers also use NUMA. You may find their review of the Origin 2000 at www.performancecomputing.com

  14. *IBM*!!!! by adr · · Score: 0

    IBM merging? Man. Isn't that one of the Seven Signs of the Apocalypse or something?

    Everybody's merging with everybody else though, so I guess it's not all that surprising.

    adr

    1. Re:*IBM*!!!! by cdlu · · Score: 1

      IBM's buying Sequent - what on Earth is Sequent?

      Anyways, I think we don't need to worry about this. We'd be in trouble if AOL and MS merged to create the American-Wintel-On-Line system (AWOL).

  15. When a $250B company merges with a $725M company.. by dsfox · · Score: 0

    Its called an ``acquisition''. IBM is buying Sequent.

  16. Not really a complete buyout either.... by Gestahl · · Score: 0

    IBM simply bought out 70-something % of the stock (source: ZDTV News), so its not a complete buyout, but they completely control the company since they have over 50% of the stock. IBM has future plans to fully integrate the company later, and to start selling their products too. They still have a little while to go, though before they trully own the company.

  17. Re:IBM has set out to kill Microsoft by Brandon+S.+Allbery · · Score: 1

    "Support the PowerPC processor"? They *do* support it: IIRC they are the biggest user of PowerPC. In AS/400s and big iron.

    --
    -- brandon s. allbery, sysadmin @ cmu electrical & computer engineering "Think, youth, THINK!"
  18. Re:IBM has set out to kill Microsoft by Brandon+S.+Allbery · · Score: 1

    Nope.

    Sequent's big thing is NUMA architectures --- an alternative to SMP which avoids some of SMP's problems (ensuring cache consistency across many processors sharing the same memory is a nightmare, for instance, and carries a significant performance penalty for large numbers of processors). Buying Sequent doesn't mean anything for the low end, because SMP works well there; it's high-end multiprocessing they're after.

    --
    -- brandon s. allbery, sysadmin @ cmu electrical & computer engineering "Think, youth, THINK!"
  19. Multiple OS-s by deno · · Score: 1

    What strikes me as the bigest difference between NUMA-s and other multi-processor machines would be the idea of using different OS-s (well, actually only their Unix and M$ NT) on the multi-procesor system so that each OS gets one (or more?) processor to work with. At least that's what they claim here:

    NUMACenter enables simultaneous use of both Unix and Windows NT on one system.

    1. Re:Multiple OS-s by spawn/nowait · · Score: 1

      Also being persued by Digital - Compaq and the Galaxy systems see here http://www.openvms.digital.com/affinity/galaxy.htm l

  20. Merging? by Colin+Smith · · Score: 1

    Sequent "merging" with IBM is like a rain drop "merging" with the ocean.

    --
    Deleted
  21. Re:project monterrey -> project ibm by ehovland · · Score: 1

    I wasn't making a comment about Sequent employees, rather I was commenting on the all too often occurence after any techno merger. Everyone from the assimilated company jumps ship. Examples of good companies which followed this phenomena were digital->compaq and palmcomputing->3com. I am sure there are absolutely tons of competent Sequent employees now. Tomorrow...

    As far as anyone bothering and especially in IBM's case, it is most likely because they can and because some middle level executive convince some upper level executive that it was a good idea at a cheap price and it fits with this strategic goal or that sentence in a mission statement. It doesn't have to make sense but it does have to work out to some monetary and market advantage and this one does (although I consider it negleable in big blue's case).

    I expect someone else to do the same with SCO. We'll see.

  22. Re:What's the point of NUMA? by ehovland · · Score: 1

    The most interesting answer to your question is there are plenty of companies out there who's venture capital come from Intel. When Intel owns say 20% of your company and you need an enterprise level computer for your data center do you honestly think that Intel is going to let you buy a PowerPC/UltraSPARC/Alpha based system with their money. The answer is no.

    Look at Intel invested startups like eToys. Just Intel boxes running linux, NT or Sequent's unix.

    This is an interesting way for Intel to invest to preserve it's market dominance.

  23. Jobs at Sequent by Ken+Broadfoot · · Score: 1

    I work there... I know for a fact that they need people right now!

    Mostly internal and external help desk though.

    Call Volt if you are looking.

    Ken

    --
    Bitcoin pyramid: Join here: http://www.bitcoinpyramid.com/r/1427 it's FREE!
  24. Re:What's the point of NUMA? by RelliK · · Score: 1

    uhhm no.
    UltraSPARC scales up to 64 CPUs (in reality). Sequent's boxes scale up to 64 CPUs (in marketing).
    UltraSPARCs are 64 bit and can use terabytes of memory. Intel's CPUs are 32 bit and are limited to 2 gigs (or maybe 4).

    --
    ___
    If you think big enough, you'll never have to do it.
  25. What's the point of NUMA? by RelliK · · Score: 1

    I went to Sequent's web site to see what it's all about, and apparently all they do is intel-based boxes, and charge 6 digits for them. The boxes run Sequent's proprietary version of Unix (which I had never heard about before).

    Now, it may be just me, but I am completely missing the point of of this. Wouldn't it be cheaper to just buy a Sun box instead? The support and the availability of applications would be much better too. Who the hell would want to run a large data centre on 32 bit intel hardware anyway???

    --
    ___
    If you think big enough, you'll never have to do it.
    1. Re:What's the point of NUMA? by Scola · · Score: 1

      As was pointed out before NUMA allows for many more processors than your avarage Sparc. Furthermore, as was also pointed out, it's not really dependent on a certain type of chips. It sounds like the future direction of NUMA will involve IA-64 and PPC chips.

  26. merger by trb · · Score: 1
    It's an accurate report, reflecting IBM's press release. If it's a reporter's job to be accurate, then it's ok. If it's a reporter's job to be truthful and subjective, /. might have attached a flashing honking bullshit alarm to the word "merger." We do live in an Orwellian Newspeak world. Or as Mr Gilbert said, skim milk masquerades as cream.

    As far as I'm concerned, issuing such a bowdlerised press release is like sticking a kick-me sign on your own back, I don't understand how anyone could see it in a positive light.

    In this light, /. reported properly, that is, without comment. You're a grown hacker, you figure out what it means.

  27. Re:IBM has set out to kill Microsoft by A+Big+Gnu+Thrush · · Score: 1

    an IBM executive recently made a testimony against Microsoft regarding OS/2 and Windows, in court.

    Who hasn't testified against Microsoft recently?

    If IBM has set out to kill Microsoft does that mean Lotus will begin to give a rat's ass about any platform other than Windows? Does that mean IBM will begin to support to PowerPC processor?

    IBM has a lot of vested interest in Microsoft's continued success. The affair isn't over; IBM is just looking for a less demanding companion.

  28. ok Sequent are SMP by johnjones · · Score: 1

    for years you did a benchmark for SMP and Sequent came out top BY A LONG WAY

    go look up the byte stuff on this

    seems they got taken over by everybody else tho

    ah well would love still to work for them


    john jones


    a poor student @ bournemouth uni in the UK (a deltic so please dont moan about spelling but the content)

  29. I've used Sequents. by richnut · · Score: 1

    They were old pieces of junk though. There were a couple at UIUC for a while, (The student UNIX machine was one, the staff UNIX machine was another). The one the students got was an S81 running DYNIX 3.1 (NOT ptx) and the os was terribly outdated. It was some SVR2 and BSD 4.2 stuff that was just nasty. The machine was also underpowered to the point it was humorous. These are the days when I had a 486dx33 running Linux, they were running on 20 MHz 386's. There were like 16 or 20 of them at one point, but it was still perpetually sluggish. There could easily be about 250 people on at midday reading their mail leaving plenty of time for you to go get a soda while your process went about their business (It only had like 128M ram at it's most powerful stage). I really used to be able to make it suck by running something like xv remotely. Most of the time I rememebr it wwas when it had like 64M ram and 8 processors, what a dog. It used to take like an hour just to fsck. The even scarier part about it is that I look back on it fondly since it was the first UNIX machine I ever used and some of the other boxen for students were even slower and more useless.

    I heard University of washington had some positively monsterous Sequents for student use, but I never had access to one.


    -Rich

  30. why they call it a "merger" by sethg · · Score: 1
    Mergers and acquisitions have different accounting rules. Therefore, when a large company, er, assimilates a much smaller company, it looks better on the books for them to call this a "merger".

    Disclaimer: I am not an accountant, but I am an employee of Kenan Systems, which merged with Lucent Technologies a few months ago. (The proprietor of Kenan Systems got about $1.5 billion in the deal; Lucent's market cap is over $190 billion....)

    --
    send all spam to theotherwhitemeat@ropine.com
    1. Re:why they call it a "merger" by Aaron+M.+Renn · · Score: 2

      You're referring to "pooling of interests" accounting. FASB wants to eliminate or severely restrict this and require companies to account for these as purchases. The tech companies are screaming bloody murder about it because under purchase accounting the excess payment over book value would have to be recorded as goodwill and amortized over many years, which would deflate future earnings. Many of these acquisitions would be something like 99% goodwill since the companies are virtually worthless on paper.

  31. Re:I've Used Sequent by SendBot · · Score: 1

    I've used sequent boxes too. I've only used the symmetry 2000's and I thought they were pretty nice. I agree that they're horribly expensive. I have a s2000 cab I like to play with. It makes an impressive microwave holder. The scsi they used was differential scsi, which isn't common, but it's not proprietary. I've always been interested in seeing linux run on one. I know sequent was big on running NT after they made smp suck less with nt4. I'm pretty sure their web page still runs IIS.

  32. NUMA by RoLlEr_CoAsTeR · · Score: 1

    if NUMA is so amazing and wonderful, how come it hasn't had more media coverage? (or has it?) I hadn't heard of it until this press release; of course, I realize that I'm not always up-to-date on things, I do read /. often, and I read magazines, etc...

    Does anyone know anything about how this NUMA technology works? I couldn't find anything very specific on IBM's website, and Sequent's site didn't really explain it either.

    --

    Insert mind here.
  33. Re:IBM isn't merging with anyone (true, but...) by Sun+Tzu · · Score: 1

    As noted in other comments, of course this is not a Slashdot error. As for why IBM would present it in such a misleading light, consider:

    Whenever an IBM buys a controlling interest in a smaller company like Sequent, they have might have several motivations. In this case, I suspect there are two major ones. First, this gives IBM a position at the top, although a small one, in the large-scale business Unix systems market. Second, and possibly even more important, this buys them a lot of engineering experience and expertise in increasingly important NUMA design. With Sequent being one of approximately two large NUMA systems companies, IBM buys their way out of the mistake(?) of not developing NUMA themselves years ago -- and possibly saves money in the process.

    If the acquisition of expertise and engineering work is the major reason for the purchase, IBM must go to some considerable trouble to prevent Sequent engineers from jumping ship. Otherwise, this deal is not much of a bargain. The first thing IBM will do is treat Sequent, it's employees, designs, and market with the utmost respect. They might even make noises about improving the compensation of engineers and knowlegable sales staff.

    While referring to this purchase as a "merger" is pretty transparent, it still conveys respect and accomplishes the same objective. It is a flattering way to tell Sequent that what they are doing is important and that IBM understands and respects it.

  34. merging... by ilyah · · Score: 1

    I would say that Sequent merged with IBM, not vice versa. The larger company is, usually, listed second, I think.

    --
    -Ilya Haykinson
  35. Re:project monterrey -> project ibm by resilient · · Score: 1

    Think about it.. if Sequent "adds up to almost nothing when compared to any of the Unix big boys" then why would IBM even bother with them?

    And regarding your hostile and rude comment about Sequent employees.. I bet that if anything some of the marketing or lawyers will be layed off.. but they still need the people who support sequent products (ex. OS, Compiler group).

    Maybe you shouldnt be so quick to jump to conclusions and just wait and see.

  36. Watch Sequent's people jump ship. by Ungrounded+Lightning · · Score: 1

    So they're only paying a 75-cent premium over current market for the shares. This means the major talents' stock options just turned into shit.

    If IBM doesn't come up with an additional incentive for them within the next couple weeks, watch for them to start taking a hike as soon as they've had a chance to evaluate offers, line up financing for their next startup, and/or the minute their next vesting increment hits.

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
  37. Multiple OS-s not new in Mainframe world by Ungrounded+Lightning · · Score: 1

    Amdahl has been doing this for years - splitting up multiprocessor mainframes and the attached equipment into "domains" - separate virtual machines. One domain might be running VM on 4 CPUs, another running UTS (mainframe Unix) on a half-CPU timeslice, and so on.

    Not long ago they rehacked their machine identity system so that you could license software for the number of CPUs in a domain rather than the number in the box.

    --
    Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
  38. Ooh, exciting! by Consensus · · Score: 1

    Wow, this is really exciting because I live three blocks away from Sequent's headquarters in Beaverton, Oregon! Job opportunities abound! :)

    --
    -- "'It was horrible' recalls former child" - Never Eat Anything Bigger Than Your Head
  39. NUMA on RS/6000 and AIX by mattcasters · · Score: 1

    I went to SP World about 6 weeks ago and there I got a glimpse of the directions IBM RS/6000 is taking.
    As far as NUMA is concerned (Although they refused to really call it NUMA) they will be upgrading the current SP backbone (300MB/s) to 2GB/s and later to even over 10GB/s with very low latencies. (That's Byte, not bit)

    As far as the software is concerned, Sequents software will be incorporated into Monterey. AIX and Monterey will evolve to become a single source tree to be marketed under a new name. They were asking for original names, although they said it shouldn't have a number in it...


    Matt

    --
    News about the Kettle Open Source project: on my blog
  40. Re:IBM has set out to kill Microsoft by Nexx · · Score: 1

    If IBM has set out to kill Microsoft does that mean Lotus will begin to give a rat's ass about any platform other than Windows? Does that mean IBM will begin to support to PowerPC processor?

    They do. Lotus has announced that the Lotus Notes will be available for Linux. The current RS/6000 line of workstations and servers run on both PowerPC and IBM Power architectures.

    As for this acquisition of Sequent, this is really strange. I'm not sure what they want to do with it, really, other than bolster their NT side. Maybe we can see modifications to Linux for the Sequent machines, though. That would be cool.

  41. It's still bus based by jandrese · · Score: 2

    Sequent mananged to clear out some bottlenecks with their NUMA architecture, but their systems are still bus based. Even though the bus is large, they will not be able to push as much data as say a SGI Origin class machine (with cache coherent NUMA and a Hypercube topology instead of a bus topology)

    More information is available on SGI's NUMA page, still more info available here

    Disclaimer: I work for SGI, but I believe in everything I say.

    --

    I read the internet for the articles.
  42. I've Used Sequent by Aaron+M.+Renn · · Score: 2

    I've used Sequents for a large clustered Oracle implementation and as application servers going back to the old Symmetry 2000 line. The idea of Sequent was to build an SMP box based on stock Intel chips. They apparently were one of the first people to solve the SMP problem in Unix with their Dynix/ptx operating system. The 2000 series was horrible junk, IMO. We ended up upgrading to their Symmetry 5000 line (the based on Pentiums) which was much better. The last time I worked with them (about two years ago), we were playing with the NUMA line.

    Sequent had two problems in my opinion. First, they were charging an outrageous amount of money for their equipment. Despite claims to use off the shelf components such as the Intel chip, virtually everything they had was proprietary. They even used non-standard SCSI connectors. The machines were supposed to be "mainframe class" and were priced like it. The second problem was their proprietary Unix OS. Sequent was always a niche player and it was problematic getting support tools to run on them. Everybody's first platform is Sun, then HP, IBM, etc. Sequent was way down the list if supported at all. Plus being a minor platform app vendors always tried to blame their problems on OS bugs.

    Having said that, the app I worked on is now running on all NUMA's and is doing quite well. We were able to run some serious transaction volume through these machines. Though I'm not sure how they stack up versus the competition today.

  43. project monterrey -> project ibm by ehovland · · Score: 2

    This buy out has two interesting ramifications. Everyone reading the press release saw how the sequent boxes 'compliment' the IBM line. But they do directly compete for data center space as well. The sequent boxes may not be long for this world. IBM, historically has proven to go either way on these sorts of things and with sequent constantly lumped in the 'other' piece of the market share pie it may make no sense for IBM to keep the company around.

    Also, project monterrey has three members, SCO, Sequent and IBM. Now it has two members. Is SCO in the merger kill zone too? Yes they are. What would project monterrey be if only IBM was the only member.

    (flame bait)Not that monterrey will be able to compete with linux and solaris.

    Seriously Sequent adds up to almost nothing when compared to any of the Unix big boys this is barely news worthy, only because sequent has shown up in all the project monterrey press releases next to big blue.

    Good luck to all those sequent employees. I can hear the resumes being edited from my office.

  44. IBM has set out to kill Microsoft by Silex · · Score: 2

    If you have any insider knowledge of IBM, you know that IBM is rapidly trying to restructure itself to adapt to the changing industries. The Old IBM was too slow and uncreative; in 1994 IBM suffered the greatest corporate loss in history.

    Whatever decisions IBM makes at this crucial time are going to be for long term interests. Recently, IBM has announced a lot of support for Linux, has really pushed its RS/6000 archetecture and AIX operating system and has now merged with Sequent, a company whose products compliment the RS/6000. And a little off topic, an IBM executive recently made a testimony against Microsoft regarding OS/2 and Windows, in court.

    In the past couple years IBM has partnered with Sun Microsystems and Netscape to try to destroy the Microsoft monoply. The three companies allied not only in technical inovation but also in court.

    There is an obvious pattern here. IBM is trying to push away from the industry's dependance on Intel and Microsoft systems. And although it's going to take a long time for this to really happen, any attempts made by IBM will definetly have an impact on the industry, consumers and even Linux.

  45. Fun bit from press release by Analog · · Score: 3
    ...Project Monterey, which is poised to become the industry's leading commercial UNIX... - emphasis mine.

    Dunno 'bout you, but the fact that they bothered to differentiate says worlds to me about the current state of the corporate mindset. As far as things have come for Linux (and open software in general) in the last 18 months or so, every now and then I have to wonder if I really know the half of it.

  46. here's NUMA by RoLlEr_CoAsTeR · · Score: 3

    oops.. further review of the Sequent site (and some delving into the old stuff, I think) led me to find this, which might help some. It seems to look technical, and I'll bet it's what I was looking for... :)

    --

    Insert mind here.