Slashdot Mirror


Qantas Ditches Linux for AIX

An anonymous reader writes "Australia's No. 1 airline Qantas will shift their underlying platform running its internal finance systems from Linux to IBM's AIX next month as part of a wide-ranging technology transformation project. 'We're moving from a Linux platform to an IBM AIX environment — we did that to address some stability issues we were having', said Suzanne Young, Qantas group general manager for finance improvement and segmentation. The decision was made last year, as part of the planning for the rollout."

4 of 360 comments (clear)

  1. Re:IBM business plan at work by snero3 · · Score: 5, Interesting

    You are not too far from the truth there.

    We started our relationshop with IBM on their intel and Linux X series servers and as we grew they moved us to P series servers running AIX which happens to run all linux binaries just fine and even has the same command set.

    The "Upgrade" path was easy and plainless and the cost was spread out over years so it kept management and the accountants happy.

    Personally I see it as a winning solution for both Linux and IBM.

    --
    It said "windows 98 or better" so I installed Linux
  2. Why the surpise? Linux IS NOT the most stable Unix by keepper · · Score: 4, Interesting

    Ok, put it as experience.. Put it as bias...

    But in my experience and that of many others. linux is flexible... fast.. versatile.. but the most stable it isnt.. its part of its design goal. A stable OS, has stable developement practices.. Linux's goal is not to have a stable dev practice. ( see the whole spew about bin drivers.. :( )

    Why do you guys think redhat has RHEL... to stabilize linux. go to any other distrib, and well.. things change often.

    Fast change does not bode well with stability. Stability comes with time.

    You want fast and cheap, go linux.

    You want stable, you go commercial unix ( Solaris,AiX these days)

    You want a good middle ground.. you go *BSD ;)

    ( yes, i'm biased, i've run extremely large bsd environments, but currently running a linux one.. and trust me, i miss my bsd )

  3. AIX C compiler by 12357bd · · Score: 4, Interesting

    My first experience with AIX was auditing some large set of application C code. It was shocking, lots of uninitialized local vars, code assuming it to be 0, and it worked!
    I suppouse someone at IBM decided to systematically clear stack var area at function entry... better that than to fix the broken code!.

    --
    What's in a sig?
  4. Re:well by LizardKing · · Score: 4, Interesting

    Linux not stable? Give me a break.

    When my second to last employer switched OS from Tru64 to Linux, we saw a massive drop in stability. This wasn't a drop in stability or reliability of our applications, but of the OS and hardware. We had been an Alpha and Tru64 shop, and before that a Vax and VMS one. When the writing was on the wall after Compaq acquired DEC and HP then acquired Compaq, we switched to Linux on HP. This was their supposedly high-end machines, complete with huge RAID cabinets with dual redundant everything. From not needing to reboot the Alphas unless we wanted to reinstall the OS, we went to having to reboot the Linux boxes every couple of days. The RAID arrays would simply stop working, but more often than that Linux would go haywire and lock up with unkillable processes chewing up the CPU's. Despite a very expensive support contract, HP couldn't fix either issue, we just came to expect a visit from the engineer to replace the RAID controllers every so often and frequent reboots. As we were selling a logistics system to run warehouses 24/7, we were not happy and started to look at Solaris on Sun hardware. I left before the switch, but unless HP have managed to solve the Linux and RAID issues I expect that they have lost a customer by now.