IBM Wants Linux 464
jsse writes "In a news conference IBM's senior vice president Steve Mills said 'the company will gladly drop its version of Unix from servers and replace it with Linux if the software matures so that it can handle the most demanding tasks.' Now the Giant, along with many other companies, jump to Linux bandwagon. The question is wether this bandwagon is capable of carrying a Giant that huge. Or the question is: can Linux beats AIX?"
Jump on the bandwagon? (Score:3, Informative)
Re:Jump on the bandwagon? (Score:2)
The problem is that the largest expense of software manufacturing is paying for development (R&D). This cost has to be passed on to customers and remains fixed regardless of how many units are sold. This means that there is cost associated with each unit sold which goes down as more units are sold and up as less (Embodied R and D = total R and D / total units sold). This is what has made Microsoft successful in many areas of the market, and it is a failing point for most versions of UNIX. This means that if you buy an NT server, it has less embodied R&D than if you buy an AIX machine.
If Linux could be up to the challenge, it would diffuse the R&D costs by diffusing the R&D, thus making any company who adopted it more competitive. IBM is making the right choices here from a business perspective and (with the exception of CPRM development) becoming more of a present ally for open source.
and the answer is? (Score:2, Interesting)
Re:and the answer is? (Score:3, Funny)
My $.02 (Score:5, Informative)
Well, as a SysAdmin who manages 50 AIX servers and 20 Solaris servers I can try to offer some info.
As has been written in a couple of posts already, AIX is designed to run on enterprise-level hardware. The bonus is that since the OS and hardware all come from IBM, there is a single point of contact for those problems. There are some really cool things that separate AIX from other UNIX's:
* Most of the critical OS functions can be controlled via the SMIT interface.
* Unlike other flavours of UNIX, AIX does not use flat files to define parameters for daemons. AIX has all the relevant information stored in an internal database (The ODM).
* AIX ships with a journaled file system and file systems can be grown on the fly.
* AIX gives way more control over disk management than other flavours of UNIX. It is easy to implement the various type sof RAID. AIX also lets you control where certain files can be physically located on your disk, and during off-peak hours the system can move files around to re-organize the disks.
* It is trivial to create a complete image of the system on a bootable tape, so disaster recovery is a snap.
There are some downsides to AIX:
* AIX takes >5 minutes to boot.
* If the ODM gets corrupted, your system can be toast.
* Sometimes it is necessary to modify the ODM directly, and this can be a bit risky (see above)
* Third-party support for AIX is sketchy. It is better to use IBM applications where possible.
* IBM hardware is more expensive than the alternatives. You pay a premium for Big Blue.
Of the downsides, the last is the most significant. Not many non-IBM vendors write applications for it, and even if they do, Solaris, and Linux get more attention.
Sorry for sounding like a commercial for IBM, but I like AIX. It does some things very well, and is quite stable. My team manages a lot of mission-critical servers and AIX is nice to work with. We have talked briefly about Linux, the perception is that Linux is not yet ready for enterprise-class workload.
Re:My $.02 (Score:2, Informative)
Re:My $.02 (Score:2)
If you are doing custom device drivers then
AIX is a very nice operating system to develop
for. As a micro kernel your drivers are running
in ring 1 so it is difficult to kill ring 0.
Even with modules it is much easier for device drivers in Linux to panic the kernel, and in Linux you don't get a core dump of the panic'd kernel to debug.
Also for those who aren't familiar with AIX, 'smit' is the system administration tool developed for AIX by IBM. There are about a thousand little commands to modify individual configuration files in AIX, that are nearly impossible to remember. Personally I prefer 'vi' and text based configuration. On the other hand AIX commands are scriptable (I suppose text files can be as well
with a bit of Perl, but text is easier to get
AFU'd), and smit provides a nice GUI interface for checking parameter completeness.
$0.01 more... (Score:2, Interesting)
The ODM is real drag though. It make AIX administration so different from every other Unix, that only the extreme usefulness of SMIT makes administering the system tolerable.
IBM's jfs/lvm are great too.
But you forgot one really great thing about about AIX. You never need to rebuild the kernel! (well, hardly ever. The authors of the O'Reilly Unix admin book mention one case.) Kernel parameters are self-adjusting for the most part.
Linux doesn't have the kernel parameter hell of System V (driver hell instead), but it does have kernel parameters, and if you are working at the high end, you _will_ need to tune them. And what's worst is that there is no one central place to find them all. Some are in
Re:My $.02 (Score:2)
LVM = linux's is shitty, and has a habit of toasting disks
HA = linux equivants are a joke. Ever work with an SP cluster?
SMIT = linuxconf is a toy, and a bad one at that
ODM = can be argued both ways
AFS = OpenAFS is not ready for primetime
NFS = remember not to try using version 3!
I suggest trying OS's that you bash.
Literacy (Score:3, Funny)
Um... All your base?
Easy (Score:3, Informative)
Re:Easy (Score:4, Insightful)
I think when IBM says they'll use linux if it "matures so that it can handle the most demanding tasks," they don't mean "you guys need to build pretty little admin GUIs, and make sure linux is consistent looking." I'm thinking that they're more looking for the ability to scale to a large number of processors, and high amounts of RAM.
On that subject, does anyone know if IBM's Big Iron patches ever made it on to the main kernel tree?
Garc
what big iron ? (Score:3, Informative)
IBM did umm the patch to run on S390
(evil clock ticks evil interupts muhhaha)
so what do you mean ?
regards
john jones
p.s. list of kernel work from SGI looks like big iron in many ways I cant find a IBM page anywhere or heard of any of their work beyond the NGPthreads and s390 patchs
(oh yeah and the PowerPC port which IBM does a good job of helping out)
Linux Scalability [slashdot.org]
Kernprof [slashdot.org] (Kernel Profiling)
SGI kGDB [slashdot.org] (Remote host Linux kernel debugger via GDB)
NUMA [slashdot.org] (NUMA support in Linux)
Bigmem [slashdot.org] (Big Memory support for Linux)
Lockmeter [slashdot.org] (Linux kernel lock-metering)
Post/Wait [slashdot.org] (Post/Wait Synchronization)
SGI kdb [slashdot.org] (Linux kernel debugger)
Raw I/O [slashdot.org] (Enhancements to Linux raw I/O capabilities)
POSIX Asynchronous I/O [slashdot.org] (KAIO)
LKCD [slashdot.org] (Linux Kernel Crash Dumps)
STP [slashdot.org] (Scheduled Transfer Protocol)
Re:what big iron ? (Score:2)
Linux Scalability [sgi.com]
Kernprof [sgi.com] (Kernel Profiling)
SGI kGDB [sgi.com] (Remote host Linux kernel debugger via GDB)
NUMA [sgi.com] (NUMA support in Linux)
Bigmem [sgi.com] (Big Memory support for Linux)
Lockmeter [sgi.com] (Linux kernel lock-metering)
Post/Wait [sgi.com] (Post/Wait Synchronization)
SGI kdb [sgi.com] (Linux kernel debugger)
Raw I/O [sgi.com] (Enhancements to Linux raw I/O capabilities)
POSIX Asynchronous I/O [sgi.com] (KAIO)
LKCD [sgi.com] (Linux Kernel Crash Dumps)
STP [sgi.com] (Scheduled Transfer Protocol)
Re:Easy (Score:2)
Of all the unixen I have played with AIX is one of the worst. Only Conrol data's unix and NCR was worse.
Clearly, you never used NeXTStep. Now there was a screwed-up *nix variant... (BTW, anyone wanna buy a color turbo nextstation?)
It's about time (Score:3, Interesting)
Now if only all of the other vendors realized that they were selling hardware instead of UNIX, they'd be happy to switch to Linux.
Actually, they probably all have some kind of "ditch-our-crappy-UNIX-for-Linux" roadmap. Some are much further away than others. But it'd be nice if it actually happened.
Re:It's about time (Score:2, Interesting)
Sure, there are marginal improvements in total system performance from things like cache, bus speed and so on. They are marginal.
For anything up to 8 CPU's, Intel hardware will be better most of the time. That covers all small servers, departmental servers, web servers, small/medium database servers and a stack of other stuff. Sure, 8 CPU intel machine's aren't great, but then 4 CPU ones go as fast as 8 CPU Suns.
Look at distributed.net CPU speed tables. The fasted risc CPU of any kind (UltrasparcIII @ 800Mhz) is less than half the speed of a Pentium III doing 1.2Ghz (for RC5 cracking).
And as for those 16, 32 CPU boxes? Some applications do indeed benefit from that, but increasingly few (latest MS SQL server runs distributed on separate machines very well - no need to SMP (MS flames to
No, what Sun et al. provide is not good hardware. They have operating systems marginally better than linux (better disk stuff (filesystems, software raid and volume management etc), better threading, and a few other things). But, what they do provide is support and service. Lots and lots and lots of it. And they provide guarantees.
But, even that isn't what they really provide.
What they _really_ provide, is the only alternative to Microsoft that your boss will consider.
Re:It's about time (Score:2, Informative)
Hey, check your facts before making broad statements like "Sparcs are slow at RC5, so Intels are better". Somewhere in the distributed.net docs is stated that most RISC CPUs lacks an important assembly instruction (n-bit rotations, if I remember correctly), as opposed to x86 and PowerPC. Guess what, that instruction is essential for RC5 cracking, and Sparcs, Alpha and co. are slow. You might want to check DES cracking speeds, where RISC CPUs are flying at unbelievable speeds, leaving common x86s in the dust.
It all depends on the particular application that you are testing.
Sure, there are marginal improvements in total system performance from things like cache, bus speed and so on. They are marginal.
Again, no. They are marginal when you write "Hello, world" programs. But for heavy computing/database and such memory bandwith/latency is crucial. Even in the PC world, just ONE cpu can be stalled by the lack of memory bandwith. Look at the Pentium 4 test at Anandtech [anandtech.com]: in particular applications (mp3 encoding, streaming in general) there's a 30% difference between different chipsets).
Guess what happens when you have 4 CPUs on a single board, all begging memory access to random locations to complete their database lookups...
Re:It's about time (Score:2, Informative)
Facts:
Are you a NT admin or something?
Re:It's about time (Score:2)
maannn, you don't have any clue what you are talking about, are you? At least don't classify by the number of cpus. This is absolute bull...
IBM's S390 goes from 1 to 12 CPUs and that 41000+ linux instances they had running on one of that beasts was on a relativly small one - later david boyes had 97,943 instances of linux running on 12 CPUs (and 16 Gig). Show me any i386 based system capable of that.
This is not about raw processing power, but even there you have to look at the problem size because memory bandwidth can be pretty relevant there.
Oh, btw. you know who developed some innovative technologies for cpus like SOI and copper - where is intel in that game?
Read for instance
Microdesign Resources [mdronline.com], I cite:
But POWER4 is not just about CMP. Both of POWER4's two cores are 64-bit, five-issue, superscalar processors that will operate at more than 1 GHz, making each one more powerful than any single CPU in existence today. And unlike most companies that just moan and complain about the problems of memory latency and bandwidth, IBM did something about them. POWER4's two cores share a large on-chip L2 cache with 100 GB/s of combined bandwidth. The chip also provides 45 GB/s of off-chip bandwidth to other POWER4 chips, memory, and I/O. These bandwidths are an order of magnitude higher than found on typical processors today. IBM used wave pipelining to allow POWER4's wide expansion bus to operate at 500 MHz over long distances with good signal integrity.
And more about that here:
http://mdronline.com/mpr/h/2000/1120/144703.htm
an indepth view about the new ibm puppies.
Intel is as far away from that territory as mssql from oracle on an e10000.
Re:It's about time (Score:2, Interesting)
Solaris is much more stable than Linux is, and I have never had a Solaris box hang or crash on me. If Sun were to ditch Solaris for Linux, they wouldn't sell any boxes (Because without solaris their boxes are just run of the mill Multi-Processor RISC boxes). On the other hand some flavors of UNIX suck! Take SGI IRIX, they should kill it, and switch to Linux, because SGI has proven that they don't have the dedication it takes to keep up an operating system....
Re:It's about time (Score:5, Informative)
It's time to analyse the facts: IBM, Sun, HP, and Unisys who are the main players in the high-end market (if we forget NCR, Hitachi, and Compaq for the moment) do not make their money from selling hardware, though I'm sure someone must have made a few $$$s from the two Sun E10Ks my last client invested in *grin*
They make their real revenue from the services which they provide to turn their hardware into fully-functioning enterprise-class systems which deliver real business benefit which affects the buyers bottom line.
I've never saw a client sue a manufacturer when something goes wrong (like not being able to sync two E10Ks in a failover cluster), but struggle on and on until the problem is fixed, happy in the knowledge that it will get fixed.
Remember this is Red Hats approach: the added value of their product is the service they provide. They don't earn large revenue's from selling boxed "7.2" distros on Amazon.
Remember what happened to all those "Linux" hardware companies trying to make money shifting boxes
What are the weakest parts of Linux? (Score:2, Interesting)
I know that real-time applications are one issue, as well as multi-processor performance. But how much work has to be done, and what are the prospects?
Thanks in advance for not flaming the newbie.
Re:What are the weakest parts of Linux? (Score:2, Informative)
1. good scalability on large NUMA and SMP systems
2. A proven, full-featured LVM that works
Also, regarding the journaling file systems. How many vendors are selling Linux with them now? IBM, Sun, Veritas, had it for years. So, if you're looking for a proven, scalable, enterprise platform, with good vendor support, applications, etc consider IBM RS/6000 or Sun.
Re:What are the weakest parts of Linux? (Score:5, Informative)
Linux doesn't have STREAMS or TLI support; this means that device drivers are significantly different from the rest of the (commercial) UNIX(TM) world. There are third party patches, but STREAMS will never make it into the source tree, because Linus has explicitly rejected it.
Linux doesn't (AFAIK -- correct me if I am wrong!) have run-time tunable quanta (timeslices) for scheduling. The 'jiffy' (minimum unit of time measurement) is still tied to a 100 Hz clock (except on Alpha, where it is 1024Hz). Other run-time tunable parameters include features like page replacement algorithms (when to replace pages in memory). Solaris has a 'two-handed clock sweep' algorithm, and runtime tunable parameters include the 'spread' between the 'hands' and the speed of the 'clock rotation' (cf. Stallings, William. Operating Systems)
This isn't a linux problem per se, but the gcc toolkit doesn't make the best object code on any target other than x86. That's why solaris distributes gcc with solaris8 but remains confident you're going to get /opt/SUNWpro compilers. Same goes with Tru64, etc. etc. Since most commercial Unices run on non-Intel platforms (Solaris, AIX, Tru64, Mac OS X, HP-UX, IRIX) it generally means that you're not going to get the best executables if you use gcc (exceptions include Mac OS X)
As others have said, NUMA doesn't scale well. Linux proper doesn't have good 'processor affinity' (ie, tying a process to a specific processor).
Linux doesn't have good capabilities support or support for ACLs. While some capabilities exist (eg, CAP_DAC_OVERRIDE for embedded systems without filesystems, or the capability to bind to ports < 1024 without being root), a lot of big-iron systems need capabilities more approaching that of VMS or Windows NT kernel (note I said kernel, not Win32). You can get some capabilities with LIDS, but that's generally related to the CAP_DAC and CAP_MAC set, without much more. As for ACLs, you *can* find some patches, but they're most certainly not standard. Moreover, VFS isn't quite set for things like LVM, much less filesystem plug-ins (witness the hullaballoo in putting ReiserFS in the system because it didn't conform to VFS conventions).
Linux failover and high-availability generally applies to clustering solutions; I've yet to see things like hot-swappable CPUs or multiple backplane support in Linux.
This isn't to say Linux isn't great. I use it along with OpenStep and FreeBSD as my main operating systems. Most people don't need the above, or the penalties for uniprocessor x86 hardware are high (who wants STREAMS on an IBM PC-compatible?). But for commercial UNIX (TM), the above is pretty relied upon.
Re:What are the weakest parts of Linux? (Score:2)
A couple of areas come to mind (I'm sure there are more), but AIX in particular has:
1) "smit", which is a great system management tool. All of the linux config tools (*cough*linuxconf*cough*) are complete garbage. The great thing about smit is that you can do very complex admin tasks, but you can display the command line it will use to do them at any time.
2) Volume management. This rocks under AIX. You can create, destroy and extend filesystems on the fly. You can move them across physical devices -- on the fly. They can span physical devices. Mirroring. Journaling. This is the biggest thing I miss in Linux.
3) sysback. This will automatically create a bootable tape under AIX. System crash? No problem -- just boot off the tape and it automatically restores the whole system, filesystems and all. Want to duplicate a system? Same deal. It has a few limitations (everything has to be under the same volume group), but it's awesome.
If... (Score:2, Informative)
Sounds like a sarcasm.
$ is made from HW, not SW (Score:4, Interesting)
Well IBM was wrong at the time in that statement but it might finally be the truth.
It also makes sense for IBM from a financial perspective. Instead of having a building full of programmers/managers and other overhead that eats up corporate profits just to support AIX, why not outsource that dependency to the open-source users of the world. Big blue then reduces their expenses, increases their income and the open-source community gets a juggernaut pulling for their team. A win-win situation if I've ever heard one.
p.s. - These are my opinions and not my employers who happens to be discussed in this thread.
$ is made from support contracts! (Score:3, Interesting)
Do you honestly think that if IBM were to ditch AIX for linux that this would happen? The value of running IBM hardware and software is that IBM is there to fix it right away. Find a bug in AIX? IBM gets on it in a timely fashion. If anything, I would wager that IBM will fork their own version of Linux if they decide to forgo AIX. Large corporations like the track history and reputation of IBM and are frightened by the lack of the same for Linux. IMHO that seems to be what stops large-scale deployment of Linux in the corporate world - who is going to take ownership of this problem and provide us with patches?
BTW - from what I have seen, (as an IBM'er) the revenue and profits come from annual support and maintenance contracts, not from hardware and software sales per se.
Re:$ is made from support contracts! (Score:2)
This is spot on. Every tech company I've worked for (typically very large ones, not small and idealistic ones) has made support and maintenance their primary source of income; Software or hardware sales are simply how they set up the need for support.
Re:$ is made from support contracts! (Score:2)
Fork (Score:3, Interesting)
Now IBM would probably only sell their distribution to those who bought their hardware, but they might well be willing to sell maintenance contracts (which might [optionally?] include their distribution) to anyone. Just as Red Hat prefers to support customers who are running Red Hat Linux, because it cuts down on the variety of problems that they have to deal with, so it increases their profits without increasing their expenses.
Re:$ is made from HW, not SW (Score:2)
Because the devil you know is better than the devil you don't. IBM will almost certainly retain their AIX infrastructure, and instead of dropping it to use Linux they'll use it to maintain and tweak their own fork.
IBM is a solid company, and it's unlikely that they're idealistic about switching everything over to a hippie OS like Linux. Quite the contrary, they'll take a hardcore cynical position about it, and they'll fork it and make it their own as necessary so that they can trust it.
Don't forget the services market either (Score:2)
I dunno how much money IBM makes or loses off this, but they've been pushing their various management and consulting services pretty hard. Or, least that's what I remember from a few years ago when I was directly exposed it. Going with Linux like this opens the markets they already have their foot into. AIX, I suspect, is a dead end, and IBM knows it. Not too many people use it these days, and everyone seems to be going into Linux on the server side at least.
Re:$ is made from HW, not SW (Score:3, Interesting)
>Valley" where Gates and company were sitting
>down to negotiate with IBM and it was
>said, "Everybody knows that the real money is
>made in hardware, not software".
>
>Well IBM was wrong at the time in that statement
>but it might finally be the truth.
Actually, it was right at the time, but rapidly stopped being so. And now the pendulum's swinging back the other way.
Everything is a service industry. Manufacturing is a service; "products" are an effect often confused with a cause.
Hardware became commoditized. Interchangeable parts available from multiple vendors. Competing on price and functionality, but with transparency and compatability as the entry fee.
One vendor's software beat the other vendor's software because the hardware fought all its battles for it. IBM's PC didn't hurt apple, the PC -CLONES- drove IBM itself from the field, along with apple. Microsoft beat apple because the hardware fought all its battles for it. All it had to do was maintain a monopoly lock on the PC hardware platform and hang on for the ride.
Now commodity software is coming into fashion. It was called free software until it got marketing, and the marketers called it Open Source. Commoditization is the natural thing to happen to any mature market. A Linux system is made from interchangeable parts available from multiple sources, freely downloadable, transparent and compatable.
Red Hat, SuSE and TurboLinux are just like Dell, Compaq, and Gateway. They assemble commodity parts into a finished product, stamp a brand name on it, and sell it with a warantee. But you can put your own box together (or go to linuxfromscratch.com and assemble your own linux distribution). Most people choose not to, they start with an assembled system and customize it from there.
IBM lost its position in the PC market when it tried to close it up with the proprietary PS/2. It has had ten years to learn from its mistakes (and it has a new brain, Lou Gerstner's, to comprehend the blindlingly obvious with). It sees Linux, it comprehends "commodity software", and it's trying darn hard to play the game on the game's terms this time.
And so far, I think it's doing a decent job of it.
Rob
Re:$ is made from HW, not SW (Score:2, Informative)
Re:$ is made from HW, not SW (Score:2)
Good move for IBM (Score:3, Insightful)
Managers like to hear that so they don't buy something their IT people don't know how to run.
But they'd probably want more control (Score:5, Insightful)
However, we've seen that IBM has put a fairly good amount of time, money, and effort into making Linux compatable with their products, and their products compatable with linux itself. But so far, I just don't seem them dropping AIX for Linux anytime soon. Not until the control over the linux kernel becomes more decentralized.
Re:But they'd probably want more control (Score:5, Interesting)
The problem I see with this is that if a company as big as IBM wants to use something like Linux, they're going to want some kind of control of the direction it goes. Companies have been trying to get Linus to loosen his 'control' of the kernel for a while now. No company with smart leadership will drop support for a product that they have complete power over, in favor of an OS where they have little-to-no control over the direction that it takes.
First a caveat: These are my own views and not those of IBM Canada.
Why do you think that IBM needs control of the Linux kernel? It's not necessary. Because the kernel is open source any features that IBM feels are necessary for running Linux on, for example, a 4-way H50 RS/6000 machine can be provided as a patch to the main kernel tree and pre-compiled binaries can be distributed by IBM from one of the web sites. Yes - someone has to keep the patches sane against the latest kernel but it is unlikely in the long run that useful and proven patches would remain out of the kernel tree forever unless they seriously clash with some design decision.
Patch maintenance is a minor headache against a stable kernel series. It only becomes a major problem if you try and keep patches sync'd against a development kernel and IBM is very very unlikely to request customers use such a kernel in a production environment.
And secondly, why do you think that IBM needs total control over everything they use? That's nonsense. Working in the RDMBS world, we all work to published standards. There is no 'total control' exercised by IBM when submitting proposals for new SQL functionality or DRDA protocols. Total control is not the only option for making money out there - being the best at something still makes better business sense. Making sure that the customer support services are actually helping customers makes good financial sense. We have all got really warped by MS's monopoly position and healthy financial situation that it is too easy to forget that it is possible to make a good income by being good in a competitive marketplace.
Cheers,
Toby Haynes
Re:But they'd probably want more control (Score:2, Insightful)
True but I think you are missing some of the point. Even in open standards there are dominant and weaker players. Consider the fight over the next-generation IP. In that case the standards are supposed to be open. However the dominant voices in the process are not developers, not sysadmins, not even universities they are people like Microsoft and Time-Warner. The largest companies that can shout the loudest to get what they want. IBM is the same. IBM is a corporation and to that end they will do what is best for themselves. This is not necessarily driven by malice it is just the state of affairs. If they find it better to move to Linux or at least publicly support it, both to piss off Bill and to make geeks worldwide love them, then they will.
If they move to using and developing Linux they will then be the biggest gorilla at the table. Linus is one person, everyone else who submits patches is one person (for the most part). IBM is hundreds. By sheer force of size and voice they will be able to dominate the direction of Linux. This may be unintentional but their sheer size makes it likely. I doubt seriously whether the CEO of IBM is twisting his handlebar moustache and plotting to wrest control away. If IBM jumps in with both feet though and becomes dependent upon Linux they will need to. At that point it will be necessary for IBM to drive Linux or at least keep it on their desired path as their bottom line will depend upon it. When it comes to the bottom line for a publicly held corporation all else is secondary.
Moreover, what about the public face of Linux? In the computing world among geeks we may know that Linus is the cheiftan. Geeks also know who Ulrich Drepper is. But the rest of the world, the people who just buy machines and use them the end-users, the university purchasers who cut deals for servers and the corporate managers do not. They know brand names and if IBM manages to identify itself with linux they may become "Linux" (or at least it's guardian) in the eyes of the majority of the world. Then this name which is the real public force and property of the Linux movement will become theirs. At that point what Linus wants, or what the early developers want, IBM will be running the show. IBM will be the company rubber stamping distros and by sheer force of weight blocking competition from people such as RedHat and co.
This is a doomesday scenario I know. But keep in mind that the computing world was once known as "IBM and the Seven Little Dwarves." Keep in mind that they also attempted to paint their ads for peace-love-linux all over san-francisco in an effort to ID themselves with the 60's. I don't think Linus and the rest of us should turn our backs on IBM (allthough I'm sure RMS does). But I do we should see them for what they are, a company, and not rush to them like the Manhattan Indians bearing gifts.
Re:But they'd probably want more control (Score:5, Funny)
Which is why IBM's PCs all still come preloaded with OS/2 instead of Wi-- oh, wait.
Sounds great...what's the catch? (Score:2, Insightful)
I suppose IBM may make some money upfront convincing their AIX clients to pay for a Linux conversion by convincing said clients that Linux has better support, the client won't be locked in to depending on IBM, stable, fast, blah blah blah. And I suppose IBM might save money in the long-term by having a larger talent pool from which to hire Linux gurus. But, unless someone else can give shed some light on something I just don't understand, this initiative to move AIX customers to Linux, while sounding like a great technical manuever, doesn't sound like a great business manuever.
IBM never drops support (Score:3, Insightful)
IBM never completely drops support, and would never leave profitable AIX shops out in the cold.
OK -- so how about a Test suite ? (Score:5, Insightful)
I'm sure IBM does a great deal of validation testing. Why not tell the kernel developers where things come up short? One of the most valuable development prerequisites are good bug reports. IBM could unleash their testing team. Or does politics get in the way -- the testing team manager doesn't approve of the Linux takeover?
Re:OK -- so how about a Test suite ? (Score:3, Interesting)
Well, I don't have the time to do a search, but I have some "unvalidated thoughts and memories" on the subject.
I think a while back IBM wanted to submitt some patches to the linux kernel that would allow it to play better with the big boys. The patches would enable scaling up to a large number of processors, and efficiently using large amounts of memory. IIRC (doubtful, someone else wanna help me out here), linus didn't want the patches b/c he cared more about linux running on a normal machine well. I hope that they'd just do something like #ifdef _BIG_IRON_. Instead, IBM just kinda backed off, they didn't want to create any sort of resentment from the community, nor did they want to fork the kernel so they could have a version with their patches. I think the willingness of the company to give, and not get upset if its gifts aren't accepted well is a great testiment to its devotion to linux.
I think insertion of those patches, even if on a #ifdef type basis would be a leap in the right direction for IBM to replace AIX with linux.
I'm not 100% sure of the facts, if someone would like to correct me, please do. Of course if someone wants to back me up with links, that'd be ok too :)
Garc
Re:OK -- so how about a Test suite ? (Score:3, Interesting)
The first was that this was near the end of to 2.2 series, so Linus didn't want to accept any major changes, and the decision was to wait for the 2.4 kernel.
And the second was that there would have been a tremendous number of #ifdef patches. So the decision was to slightly modify the design of the 2.4 kernel so that there would be fewer required. And to wait for the 2.4 kernel.
But it was reported that there were some vigourous discussions before that decision was made.
Re:OK -- so how about a Test suite ? (Score:2, Interesting)
My concern is that are the current programmers who are cooperating on writing the Linux kernel know how to write kernel code that will take advantage of IBM mainframe hardware? Programming for multiprocessor x86 server boxes is one thing, but programming for IBM mainframes with their POWER CPU design, massively parallel CPU architecture and high bandwidth I/O everywhere is quite something else, especially if you want it to run with the type of extreme reliability mainframe users demand.
Good Business (Score:4, Insightful)
1. As has already been stated IBM has been on the Linux bandwagon for several years now.
2. This makes perfect sense for IBM. They are mainly a service company and secondly a hardware company. Anyone who has done business with IBM knows that they, like most other large computer companies, make their money on installation and support. If they can cut the expense of developing their own OS they can focus on their core business.
And this one: (Score:2)
"The question is wether this bandwagon is capable of carrying a Giant that huge."
Actually, the Giant will be helping to carry Linux, so it's not a case of the bandwagon carrying the Giant -- because, once they adopt Linux, they also become contributors.
The bandwagon grows because of people adopting it, not in spite of it.
This is dumb (Score:3, Insightful)
Note: I am not a Solaris advocate.
teknopurge
Re:Catch up? (Score:2, Interesting)
I don't think it's a matter of when Linux catches up, I think it's a matter of when I can put in 64 intel/amd processors in a system of 8 system boards and do it while the system is on. Right now, AMD & intel are having a big enough problem finding decent chipsets to work on 1 damn processor. I think it's a matter of hardware for intel (just because they have the most marketshare). We know they make huge mistakes (RDRAM? Were they drunk when they thought that disaster up?) and companies like AMD are much better. I want IBM to step in this realm and throw some punches.
Wladawsky-Berger on Linux and open standards (Score:2, Informative)
Duh... (Score:2, Informative)
Two more points.
1 - Linux isn't AIX and has a ways to go. Same with OS/400, etc.
2 - IBM doesn't want to control Linux as long as it can do what they need. They got in trouble for giving their OS away before. Giving away somebody else's OS I assume is OK though.
Re:Duh... (Score:2)
They were able to do this since they released micro-code patches which included additional low-level instructions. Which is some cases were nothing but NOP (equivilent) instructions.
By dividing the OS group from the Hardware group it becomes difficult to tie two products together to that degree.
AIX != linux therefore diversity is good (Score:2)
(which is a good thing the less the big ape hears about linux the better)
BUT in reality as a solution it wont fit everyone AIX gets most of its power through its custom hardware
and template binarys are something real cool that linux wont get anytime soon the thing that IBM love about linux is that the researchers in the LABs love it and since alot of IBM blue sky stuff turns over their proffits then its a good bet considering hardware is where IBM really shine (buy a harddrive today and you pay IBM one way or another)
the point is horses for courses
the nice thing is that their is a winer overall in a multi disapline event and its nice to that IBM thinks the winner will be linux
regards
joh jones
Can IBM make Linux better than AIX. (Score:2, Insightful)
I am sure IBM is not sitting there idling. I would hope they are not leaving it to us(the open source community) to build them the os they want. I assume they are hard at work on this project at hand.
That is nothing but good news. Not only could we benefit from the things they build but more importantly, maybe they could be the leaders of direction. "Where do you want to go today?"
Some people may worry about a big corporation being too heavily involved in their "free os". I personally look forward to the days to come if IBM get truly involved. I first tried linux a few years ago and loved it, and continue to use it today. However, I thought at this point it would be farther ahead in some areas. If it takes a company like IBM to come in and challenge, lead and contribute then fine by me.
Even if it doesn't work for IBM, the advances will benefit all of us who use it now and this is a Good Thing.
The future... (Score:5, Interesting)
But assuming that GNU/Linux can evolve to an acceptable level (the level of UNIX, in other words), and assuming that the support from IBM, HP, Sun, and Compaq continues, we'll be in a great position. One of the promises of UNIX was portability; if five commercial UNIXs have a common interface, they should be easy to port between, right?
Wrong... years of corporate specialization and AT&T's rightful protection of the system have created a computing culture which is almost as closed as Microsoft's. Now, porting an application from Solaris to HP-UX can potentially take as long as porting from Solaris to NT.
Enter GNU/Linux. Stallman, Torvalds, and the rest of the usual suspects essentially ripped off AT&T. (It's crucial that you understand this. While those developers can be thanked for the GNU/Linux implementation, the design and archiecture is stolen-- albeit modifed -- IP.) GNU/Linux is UNIX-like, but is also completely open. Thus, if Linux can meet these corporate giants' needs, they should adopt it.
IBM's adoption of Linux for the enterprise will mean many things. It will mean that RS/6000 customers like myself will get new software faster, because Linux is always ahead of AIX on software developers' port lists. And if Linux can also run reasonably on Sun and HP hardware, then we could be talking about UNIX's dream of portability, embodied in GNU/Linux: an open, common interface for hardcore RISC systems. This would be a good thing for everybody expect supporters of inferior x86 servers: x86 hardware vendors and Microsoft.
But while GNU/Linux has brought this uptopia one step closer, it isn't here yet. Talk to any knowledgable, experienced developer or sysadmin, and he will tell you that GNU/Linux simply can't touch UNIX for the majority of serious computing tasks. Linux is cheaper, and in some instances is faster, but just can't deliver the same kind of scalable performance and rock-solid availabilty that are the reasons I'm running AIX right now.
Re:The future... (Score:2)
This is an interesting point that hasn't been brought up much in this discussion. Linux is much closer to being a lingua franca in the software world than is AIX, so switching to Linux would be like saying, "Okay, we'll speak English now." It may not be the best, but it certainly helps business.
Re:The future... (Score:2)
But which kind of English?
Red hat English, SuSE English, Mandrake English? Or perhaps Slackware English, Corel English or Stampede English? Debian English? Ultra English, Yellow Dog English? Caldera OpenEnglish, Storm English, Bastille English, Castle English, LinuxOne English, Mastodon English, OpenShare English or Ocularis English? Phat English, SlackNet English? WinEnglish, Think Blue English, Yggdrasil English?
Or one of the 10s or 100s more dialects available?
Just curious...
Linux and scientific computing (Score:2, Interesting)
I would argue that its appearance in the scientific-computing community wasn't a fluke; in fact, I'll assert that scientific computing was one of Linux's earliest natural "markets."
Scientific organizations typically have
- lots of raw intellectual and technical talent,
- meager funding and tight budgets,
- a "doing it right often means doing it yourself" mind-set, and
- lots of in-house curiosity.
Can you think of a more natural environment for a home-brew OS's ferment?
(I started using and supporting Linux for serious scientific computing in 1993.)
Copied != Stolen, even by IP-Shyster Definitions (Score:5, Insightful)
While you make some good points, I take exception to this characterization of GNU/Linux's similarity to UNIX and its POSIX compliance as "stolen IP." Numerous court decisions, including Apple v. Microsoft, have consistently ruled that compatiblity, compliance to standards, and even the wholesale mimicking of a competitor's look and feel do not constitute a violation of intellectual property in any manner. The design and architecture were copied legally (actually, to be historically accurate, they were copied from a copy
Re:Copied != Stolen, even by IP-Shyster Definition (Score:2)
The money is on the certification side (the "UNIX" brandname). The fact that Linux hasn't been certified hasn't seemed to hurt it a bit.
Don't understand how Linux < AIX ? (Score:2, Interesting)
Re:The future... (Score:4, Insightful)
Desktop Machines (Score:3, Interesting)
Could there be any money in such a move?
It's more AS/400 vs RS/6000 (Score:4, Interesting)
Rumour has it that the groups don't like eachother that much. What I wonder now is: is IBM axing the complete RS/6000 group in favor of the AS/400 group?
Similar but not the same hardware. (Score:3, Interesting)
Now there is competition between all groups in IBM, which is probably one reason IBM sells lots of servers (when you can call a
Now, the As/400 runs Linux virtualized... with no real perfomance penalty, and this is how they run Apache, which btw is mostly threaded because of Rochester As/400 programmers...
The key to the whole article is that Linux receives a lot of press, but its not a powerful operating system. Its an average operating system that is open to peer review, and average and open can mean many times more value than excellent and closed.
beets (Score:2)
I think it'd be childish to throw beets at AIX. AIX had its day in the sun (and probably on one at some point) and it was a great OS. If linux is truly better it should humble itself and send AIX off with a retirement party, not just throw things at at. Especially beets, they stain clothing.
IBM's Strange Affair With Linux (Score:2, Informative)
Having worked in both places, and ridden both beasts, I can give people a qualified yes when it comes to wether or not IBM wants to very deeply embrace Linux. Why a "qualified yes"? I'll try to explain:
IMHO, for the year or so I worked at IBM as a contractor, Linux sort of went from a curious oddity the engineers tossed around on the floor to something that upper management decided would be good for the company to look into. Although I obviously cant speak for IBM as a whole, or even the division I worked in, it seemed pretty clear to me that IBM was trying to move as fast as possible in Linux' direction...As fast as any company of IBM's size can manage, as it were. My job there was to run-test (heh, or crash-test, depending on your POV) RAID subsystems, writing code basically meant to abuse the array to the point where it failed, and coughed up errors we felt might arise in the feild. We were doing alot of parallel testing on a variety of platforms, Linux included.
Unfortunately, I can tell you from my own personal observations that Linux as of 2.2 wasn't quite ready to handle the sort of stresses that are normally endured successfully by other platforms. Without getting into details (Ay, the spectre of my 6-month NDA looms above) management spent some time trying to determine if Linux was "ready for prime-time", and wasn't finding what it needed..In my little niche, at least. This was a while ago, and I hope that the situation has improved somewhat...but I cant help but get the feeling the same sort of thing was happening elsewhere within the company. It seemed everyone there wants to make inroads towards Linux, to sort of adopt it in a parent-child sort of way, but the Linux picture really hasnt fully gelled yet to where companies like IBM can bet their money on it with total confidence. Nonetheless, the demand is there folks..Customers are asking the company for solutions involving Linux, even on the big iron. IBM wants to embrace Linux, but Linux isn't maturing fast enough in the right areas. It would be wise for us to get hammering on the things that need to be addressed...By the time we actually get around to solidifying whats important (ie. a standardized GUI we can all use instead of two sibling projects who don't want to play in the same sandbox) and hammering out the better known weaknesses in Linux (The handling of SCSI devices, in particular) it may already be too late, unfortunately.
Cheers,
Re:IBM's Strange Affair With Linux (Score:2)
As someone who uses Linux with SCSI every day,
I can confirm that Linux is much less stable with
SCSI devices. Typically an error on the SCSI bus will start an unending sequence of bus resets. Buffer allocation leaks in the st driver error out after a couple of opens (if you are using st, you
basically have to allocate buffers at boot or mod load time; otherwise the buffer issue will kill the device quickly); also the st performance is
awful when configured for reliable writing (unbuffered, synchronous) and the st devices defaults to a useless configuration with a bizarre
mechanism for getting a useful device that means you will never know from one machine to the next if your code will work. SCSI DVD-RAM is recognized but completely unsupported and the sr
maintainer appears to think that DVD-RAM is
similar to CD-RW (not true; CD-RW only does packet
writes, while DVD-RAM can be treated like a hard-drive. It should just be added to the sd
driver.) The sd driver has its own problems,
basically ignoring the drive 10byte command request and using 6byte commands anyway unless
the sector being written is out of the 6-byte command range (6-byte commands don't work at all
with some of the newer SCSI devices). Device ordering is messed up, the OS doesn't correctly
recognize the BIOS settings for SCSI before IDE
so booting such a system adds the chore of manually maintaining BIOS drive numbers. SCSI busses are recognized in a predetermined order defined by their scan names instead of their order
on the PCI bus. As a result Linux often gets the
order incorrect half of the time if two different SCSI controllers are installed (patch the scan order and rebuild the kernel to get past this
problem.) And there are some filesystem partition size limits around 32G and 8G that require patches to get around.
And those are just the problems that I've personally encountered in the last two years
off the top of my head.
Software Upgrade Paths (Score:2, Insightful)
~
Never trust IBM with software visions (ahem, OS/2) (Score:2, Troll)
It was 3 years ago when the ball dropped on the infamouse (and powerfull) OS/2 solution. (well, someoen over at http://www.ecomstation.com is picking up now).
IBM Changes software and solutions like there is no tommorow. If it isn't Calle E-Gizmo then IBM will change it to that.
IBM Supporting linux is great, hooray! woopie. But don't expect much. It was the users who supported IBM and it was IBM who told the users to shove off. Hopefully that won't happen again.
AIX just sucks so i don't know why they're saying anything about linux competing with AIX. AIX has more patches then you can shake a stick at, java is flaky at best and supported libraries are rare at most.
Oh well.
Wrong move if done (Score:2)
AIX may be hard to understand. Much harder then Linux. But this system works much better than Linux or even Solaris in cases when one needs higher security, good file management and automatised work round the clock. Here we have two AIX systems serving as Web servers. For the three years they worked we never had serious problems with them. Practically they only suffer minor upgrades and are practically carrying the same system they came with. No matter the time, these machines keep performing high in this OS. And we keep sticking on it no matter that there is a more modern variant of Linux for these machines.
There are only a few but significant minus with AIX. One is the terrible lack of support and documentation. Well, IBM may not feel this critical but when one compares the situation with Linux, BSD or even Solaris, then AIX is seriously loosing. The second problem is the way the system costs. It's a Hell of money if one considers that even version upgrades cost good money. And finally is the fact that AIX is not so well integrated on the community as its brothers. The system may be excelent but it is hard to use popular open source tools on it.
AIX and Linux are already merging (Score:2)
Many other people have pointed our the areas where Linux needs growth and AIX is strong. AIX is weak in areas where Linux provides strength:
Multimedia - Linux has better sound support
User Business Software - Love to see Star/OpenOffice or Applixware for AIX
Desktop Interface - Until AIX 5.1L, only desktops available were X11/Motif and CDE.
As someone who works with AIX, I'm very excited about the improvements Linux will bring to AIX.
It's pretty simple really. (Score:2, Insightful)
For the past several years, IBM has been moving into the support and services areas with less of an emphasis on selling hardware. Selling complex software that requires specialized implementation services fits perfectly into that model. Porting those Apps to a less expensive platform makes the apps (and the implementation services) appeal to a much broader range of small- and medium-sized businesses. They can sell to companies that can't currently afford the big iron to run those apps.
Opening up new markets for tried-and-true applications is probably a very good business decision. I've never been a big IBM fan at all, but personally, I think it's a shrewd and calculated move. I applaud them for making it.
- Freed