Slashdot Mirror


Sun Chief Calls Out IBM, Demands Compatibility

downbad writes "Sun's President, Jonathan Schwartz, yesterday published an Open Letter to the CEO of IBM, Sam Palmisano, in which he alluded to "behavior reminiscent of an IBM history many CIOs would like to forget" - a reference to Sun's frustration that IBM isn't supporting Solaris 10 with WebSphere, DB2, Tivoli, Rational and MQSeries products. In his "Dear Sam" letter - circulated via his blog - Schwartz refers first to the "long history of partnering" between Sun and IBM, and claims Sun customers have made repeated calls to IBM about having the choice to run IBM products on Solaris 10." *cough* Kettle, meet Pot.

9 of 419 comments (clear)

  1. Re:Well then let's see DTrace, ZFS, etc. on Linux by grahamsz · · Score: 3, Informative

    DTrace is a Solaris Kernel tool. It debugs problems in the Solaris Kernel, and strangely enough the Solaris Kernel only works on Solaris - what would be the point of putting it into linux?

    According to the ZFS Q&A on http://www.sun.com/emrkt/campaign_docs/icee_0703/t ranscript-SEE-091504.pdf they are already investigating porting zfs to linux.

    Other sun stuff like Java, Star/Openoffice, Netbeans/SunOne Studio, iPlanet etc... are available for a multitude of other OS's.

  2. Re:Well then let's see DTrace, ZFS, etc. on Linux by Zocalo · · Score: 4, Informative

    Interesting that you should mention DTrace, because according to The Register it's getting open sourced under Sun's CDDL license. OSI approved the CDDL license a couple of weeks ago and it's basically a revamped version of the Mozilla Public License. If DTrace (or a reasonable facsimilie) can be made to work with Linux or other FOSS opererating systems then it's just a matter of time...

    --
    UNIX? They're not even circumcised! Savages!
  3. Re:The most secure OS? by bano · · Score: 3, Informative

    He's refering to TrustedSolaris being merged into the main Solaris distribution. So go ahead and readup on Trusted Solaris. then try commenting.

  4. Re:IBM.... by KiltedKnight · · Score: 3, Informative
    That's because, once upon a time, when it came to business computing, IBM was top dog. In the 1970's, when you needed a system, you went to IBM... not because they were the best, but because they provided a service contract. If your machine died, one phone call had at least one, if not several, IBM folks at your site, digging through your hardware, trying to diagnose the problem. Or it had several IBM folk sitting back at their offices, searching the OS or other application code for the problem, based on the diagnostic information you sent them. A friend of mine worked for IBM during the 1960's and 1970's, then was a consultant on IBM systems after that for many years. He's told me this several times: What got IBM top marks was their service reputation. In the corporate environment, stability and uptime/system availability are two of the biggest issues.

    You are correct, however, that they made several bad business decisions... like considering the PC a "passing fad."

    --
    OCO is Loco
  5. Not Supported Doesn' Mean Won't Run by FJ · · Score: 4, Informative

    I've dealt with IBM Software in the past. They typically lag behind in their "official" supported platforms because they need to go through a lot of tests to validate their software works as designed. When I've run into issues like this they simply say "it may work, but we haven't tested it enough yet".

    That is why they pick a flavor (or two) of Linux as supported instead of saying "we support Linux". Other distros will probably work, but they only have so much time to validate & test. For a long time WebSphere (at least on z/Series hardware) was only supported on a 2.2 kernel. It ran fine on 2.4, but it wasn't officially supported.

    That being said, if you do have a problem and you have a support contract IBM will work with you to solve the issue, but they don't like to make gurantees about unsupported hardware / software interacting with their stuff.

  6. Re:Dear Sun: Follow your own damn advice! by SunFan · · Score: 3, Informative


    ZFS is a core feature of the Solaris 10 kernel. This isn't ./configure;make;make install stuff, people. Please, just stop posting such ignorance.

    And since when has UFS been common across UNIX, BSD, and Linux...never! So why are you complaining, now?!?

    --
    -- Microsoft is the most expensive commodity operating system and office suite vendor in the marketplace.
  7. Re:dangers of proprietary software by kpharmer · · Score: 4, Informative

    > If people would use PostgresSQL, most companies' OLTP systems would be thrown, performance-wise, back
    > into the stone ages. No matter how you cut it, DB2 (and some of the other commercial RDBMSs) are simply
    > light years ahead of open source software.

    Yeah, there are still many reasons to choose a commercial dbms. Like:

    1. db2 just set the world record for transaction speed - at about 50,000 transactions a second. Last I heard mysql was trumpeting 800 transactions a second with innodb. Not sure about postgresql.

    2. with partitioning, parallelism, and clustering, you can get subsecond response time from db2 *adhoc* queries against tables containing over a terrabyte of data. Postgresql, Mysql, and Firebird aren't even in the ballpark here. Note: mysql "speed" will end up requiring you to index every single column, which will kill your insert speed, double the size of the data, and their optimizer won't use the indexes anyway whenever you want to access more than 5% of the data.

    3. Mature, proven high-availability solutions.

    4. Mature, proven replication solutions.

    5. Cost. Really - cost is a reason (sometimes) to use commercial software. Here's how this works: lets say you've got a critical business problem in which 1 minute of downtime = a loss of $10,000 dollars in revenue. Add to this a development team of 20 people ($1,000,000/year). Add hardware costs ($500,000). Now, that commercial database license may run you $50,000 (vs $500+ mysql, free for postgresql). But $50k is nothing compared to the costs at risk:
    - online changes to db2 vs recycling mysql & postgresql
    - robust ha on db2 vs replication for mysql
    - standard sql functionality & productivity on db2 vs mysql
    - less hardware for db2 than msyql/postgresql to get same performance
    - etc, etc, etc
    So, on a big project where the database is critical - you will actually *save* money going with a commercial database. Well, on large & critical applications anyway.

    6. Consistency: since most organizations will require a commercial database for their most demanding applications - and they can benefit from a complexity reduction by using the same database on all applications. This way they've got just one set of skills to get all dbas on, they can get by with a smaller dba team (read: less labor = less cost), when a new version, patches, etc - they can get up to speed with it much faster, etc.

    Not to say that the open source solutions aren't great: they are, and can pick up much of the database work these days. But there's still a huge case to be made for commercial products - and will be for a while, since the functionality missing in mysql & postgresql needed to compete at the top-end will be very difficult to implement.

  8. Re:Stating the obvious... by mrhartwig · · Score: 3, Informative

    I've never used AIX, but from what I've been told, everything runs thru some admin tool that edits binary files for configuration instead of the standard human readable text files used under Linux.

    You've been given the wrong information. The admin tool in question is SMIT (Systems Management Interface Tool? I don't remember for sure, but that's probably close) which presents a menu heirarchy & (eventually) just calls the appropriate CLI command to do the work. The vast majority of the config files are text, just like any "normal" Unix. Anything that isn't text probably wasn't in "normal" Unix anyway (although I'm sure someone will have a conter-example to prove me wrong -- go ahead).

    AIX does have the Object Data Manager (ODM) where a lot of config info is also stored. Many of the commands update both the text & ODM data; a lot of what the ODM contains is device & driver information, which is part of what allows so much in AIX to be updated dynamically.

    Back in the day (*early* versions of AIX) some things came from the ODM instead of the text files; this caused Bad Things to happen when someone familiar with another Unix changed /etc & not the ODM. AFAIK, those effects have been gone for years; I stopped encountering them sometime in the mid- to late- 90s.

    AIX does have a number of commands that update config information, but their use is not always required. There are also some annoying differences, like /etc/filesystems instead of /etc/fstab (and it's in a different format) but other versions of Unix also have differences. Thank you, BSD vs SysV....

    One of the nice things about SMIT is that you can see the actual command line incantation do do whatever it was you asked SMIT to do via the menus & filling out fields. This allows one to actually learn the command line, and save time later.

    Please note that I haven't been working with AIX for a couple of years now (all Linux) so some of my info may be old. If IBM has changed AIX 5.3 back to some of the old behavior I don't know -- I stopped with 5.2. But the history should be right.

    AIX is so different to administer, I'm shocked you include it as "Linux-like". (Note, I've never used AIX....

    This isn't meant to be a flame, but I've gotta ask: if you've never used AIX, how would you know? The "Linux compatibility" that IBM's been putting into AIX since late 4.3 & early 5.x versions has been inclusion of GNU toolsets (so you can -- for example -- use the "Linux" version of make if you wish, or the AIX version) and addition of library routines that make it easier to compile common OS SW on AIX.

    I always find it amusing that some of the things IBM originally put into AIX to "industrialize" it were things that folks complained Aren't The Unix Way, but they've ended up in other Unices as the years go on. LVM, enhanced security, dynamic kernel, a systems management interface, etc. Yet, 15+ years later, I still hear complaints about how different & not-nomral-Unix AIX is. Whatever.

  9. Re:Well then let's see DTrace, ZFS, etc. on Linux by Alsee · · Score: 4, Informative

    It's more than just hypocrisy, it's a brass-balls dirty attack.

    SUN CEO Scott McNealy on the Microsoft-Sun deal:
    unprecedented work is being done to make all of Microsoft and Sun's software compatible. "Unfortunately, (our stuff) won't interoperate with IBM very well," he joked.

    Yep, Sun CEO delcares a conspiracy with Microsoft to lock out IBM and then Sun turns around and accuses IBM of playing dirty on compatibility.

    I tried submitting that link to Slashdot at the time. Oh well. I suggest reading the whole thing. I love how it practically says Microsoft wants Sun around as a pet competitor due to monopoly issues.

    You'd think the people at Sun would have the brains to notice that being Microsoft's pet lapdog is an historically more dangerous and fatal position than being targeted for extermination as a Microsoft competitor.

    -

    --
    - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.