Slashdot Mirror


Linux in Enterprise Environments

watzinaneihm writes "Eweek has an Article about how Linux is getting accepted in Enterprises.IBM is releasing Tivoli for Linux. CA released Unicenter for Linux a few months ago.I got rumours about rumours that HP might do something similar with Openview. " One for those of you who dress nicer than me.

7 of 190 comments (clear)

  1. Lotus Notes, Please! by swordboy · · Score: 4, Interesting

    Just release Notes already. I realize that it runs under wine but...

    --

    Life is the leading cause of death in America.
  2. Linux in the Marine Corps by kryonD · · Score: 5, Interesting

    Linux is not just being considered, it's being used as a realistic, cost effective solution. See this presentation on what the Marine Corps now uses to manage its warehouse inventories. It's a bit old, but still very relevant as the system is being deployed here in Okinawa next month.

    --
    I've dirtied my hands writing poetry, for the sake of seduction; that is, for the sake of a useful cause. --Dostoevsky
  3. Microsoft TCO makes linux success inevitable by Argyle · · Score: 4, Interesting

    I work as a CIO in large corp and know the costs involved with running a Microsoft centric enterprise. The TCO (total cost of ownership) is unsustainable. Microsoft is increasing these costs yearly with limited benefit outside the Outlook/Exchange arena.

    Money, not reliability or security, will be the reason corporations switch to linux. The upcoming rise of network computers ala Citrix will also reduce the value of a Windows-centric enterprise.

    --
    nuclear iraq bioweapon encryption cocaine korea terrorist
  4. GUI? We don't need no stinking GUI! by Inflatable+Hippo · · Score: 4, Interesting

    > What about the GUI?

    What GUI? It doesn't have a monitor...

    I've got a beloved Cobalt RaQ4 running a proprietary app server.

    I've booted it once when I turned it on an that's it. That was a year and a half ago. I patch it when necessary, keep the fluff out of it's inlets and that's it. (Sometimes I stroke it, and sing to it)

    On the other hand I have the same app server running on a Windows development box and, well, you can just tell what I'm going to say so I won't bother.

  5. Financial Corps by Anonymous Coward · · Score: 5, Interesting
    Large financial corps have been aggressively looking at clustering linux for future generation platform. All the work IBM and research facilities have put into clustering linux has proven it's reliable and scalable. There is no equivalent in on windows. How many windows clusters are listed in the top 100 supercomputing clusters?

    Microsoft won't win in this area for several reasons. Large grid and clusters sometimes require really low level tweaking to optimize performance. When you start getting into shared memory architecture, windows is still 10 yrs behind. Plus, the researchers and high end computing need access to source code to tweak and optimize. Microsoft is it's own worse enemy in this area. MS effectively locks themselves out of the supercomputing world due to their business practices.

  6. You *can* use Notes under Linux by nicestepauthor · · Score: 4, Interesting

    Here at work I sometimes use Linux mail programs like Mozilla Mail with Notes. Notes supports IMAP for reading your email and LDAP for accessing the company address book. We've been doing this using Netscape Mail on the Macintosh for years (Notes client is available for the Mac but the Mac users didn't want to buy it) and it works just as well for Linux. For Notes databases (other than email) you can make them useable over the Web with a reasonable amount of work. Notes *developers* need the full client, but many Notes users could probably do without it.

  7. Re:Not enough documentation by DeadSea · · Score: 4, Interesting
    This is one of the reasons that I love Java. Everybody who writes code in Java puts in javadoc comments directly into the code. Java comes with a tool that pulls out these comments and makes web pages, pdfs, or pretty much any other format documentation out of it. Sun does this with the java.* classes, I do this with my classes, other third party libraries all have this. Because the documentation is in the source, it beats external documentation like man pages. It sure makes programming in Java a pleasant experience.

    I still recommend that if you are using Java, Linux is the way to go. The Java from Sun runs on Linux just as well as any Windows platform. It beats Java for Windows 9x by a mile. If you will only use opensource software, GCC's Java compiler (get a nightly build and compile it yourself rather than relying on what comes with your distribution, as those are older) is getting pretty darn near usable. It works for 97% of my stuff now. Similarly, the classpath libraries are reaching a point where I can usually substitute them for the sun libraries.