LINUXWORLD: IBM'S MILLS SEES LINUX IN 'NEW ERA'

LINUXWORLD: IBM'S MILLS SEES LINUX IN 'NEW ERA'

Post by alw » Sat, 25 Jan 2003 22:39:47



NEW YORK -- Even now, Steve Mills fields incredulous
questions about how his company and other vendors make
money working with freely available open-source
technologies like Linux, the IBM software head said Thursday.

In a Thursday morning LinuxWorld keynote address
primarily devoted to a run-down of some notable IBM
customer deployments of Linux, Mills affirmed that
Linux is a large and growing revenue generator for
IBM. IBM estimates that industry-wide Linux
expenditures will grow at an average annual rate of 35
percent through 2006.

For the full story:
http://www.infoworld.com/articles/hn/xml/03/01/23/030123hnibmlinux.xm...

 
 
 

LINUXWORLD: IBM'S MILLS SEES LINUX IN 'NEW ERA'

Post by Rexford Ballar » Sun, 26 Jan 2003 08:48:21


IBM has made their "Billion dollar Investment" back several times.

By providing really good support for Linux, customers concerned about scalability
have been able to upgrade to Z Series servers.  By providing DB2, Websphere, and
Tivoli for Linux, customers who are concerned about commercial grade transaction
processing capabilities have been able to use these applications where the
application is really mission critical.

At the same time, Linux provides benefits which aren't available on either Windows
or most UNIX variants.  Rather than putting massive systems on every CPU, customers
can leverage the Open Source technology for the more "informational" aspects of an
application, then jump to mainframe mentality software (can't lose the transaction,
two-phase commit, load balancing across multiple servers, virtualization...) for
things like processing orders.

Ironically, from the Press Releases, it appears like IBM is going after Solaris
with Linux, while Sun is going after NT servers with Linux.

The best thing about Linux is that you can do development, unit testing, and even
system integration testing on laptops or desktop machines, then move the code
directly to E-Servers for End-to-End testing, System Stress testing, Pilot, and
Production systems.

Virtualization of servers makes it possible to create all of those low-stress
servers without having to dedicate entire machines exclusively to a single
project's development.

This ability to code on the laptop, while you're flying to an engagement on the
plane, or while commuting on the train, is one of the reasons that Linux on the
desktop has become such a hot issue.  When the Dell speaker referenced WalMart as a
model of innovation, a member of the audience asked why they had to go to WalMart
instead of Dell to get a desktop or laptop preconfigured with Linux.  Of course,
the same question could also be asked of IBM, HP, and the other PC vendors who are
now touting their Linux server capabilities.

IBM and Dell have been trying to make sure that their desktops and laptops work
with Linux, but leave it up to the end-user to do the install.  Linux users are
supposed to twiddle their thumbs while they could be productive, or spend their
time trying to "remember" details required to document processes and progress of
Linux coding.

Of course, with Linux, they don't necessarily have to fly to the server anyway.
They can use real-time messaging such as local jabber sessions (or Lotus Sametime
:-)) to communicate, and can share servers with other developers without having to
"wait for the console", since even the GUI applications can be run on a Linux
desktop.

As a bonus, by having Linux on the desktops, especially in company office building,
they could be added to IBM's e-business on demand Linux Grids.  While your boss is
writing a memo on StarOffice (doesn't need 2 Ghz CPU, uses less than 10%), the
company can use his machine in the cluster to help do forcasting, modelling, or
even tracking the company financials to the nearest penny and accurate to the
nearest minute.


> NEW YORK -- Even now, Steve Mills fields incredulous
> questions about how his company and other vendors make
> money working with freely available open-source
> technologies like Linux, the IBM software head said Thursday.

> In a Thursday morning LinuxWorld keynote address
> primarily devoted to a run-down of some notable IBM
> customer deployments of Linux, Mills affirmed that
> Linux is a large and growing revenue generator for
> IBM. IBM estimates that industry-wide Linux
> expenditures will grow at an average annual rate of 35
> percent through 2006.

> For the full story:
> http://www.infoworld.com/articles/hn/xml/03/01/23/030123hnibmlinux.xm...


 
 
 

1. 'ping' sees route but 'telnet' doesn't??

Hi,

    I'm connecting to one ISP (T-Online) via isdn/ipppd, which

seems to work fine.  But when I try to go to my other ISP (where

my mail is) I get the seemingly contradictory result that I can

ping it just fine, but when I try to telnet to it, it says "no

route to host".  I can think of no explanation for this (and

certainly no fix.  Here's the evidence:

bison% traceroute 194.95.220.131
traceroute to 194.95.220.131 (194.95.220.131), 30 hops max, 40 byte packets
 1  212.185.250.117 (212.185.250.117)  22 ms  20 ms  20 ms
 2  193.158.137.206 (193.158.137.206)  20 ms  20 ms  20 ms
 3  M-ag2.M.net.DTAG.DE (194.25.7.213)  30 ms  30 ms  30 ms
 4  M-gw13.M.net.DTAG.DE (212.185.10.210)  30 ms  30 ms  30 ms
 5  L-gw12.L.net.DTAG.DE (193.159.159.9)  30 ms  30 ms  30 ms
 6  L-gw13.L.net.DTAG.DE (62.156.140.86)  30 ms  30 ms  30 ms
 7  S-gw12.S.net.DTAG.DE (193.159.159.113)  40 ms  38 ms  40 ms
 8  S-gw13.S.net.DTAG.DE (212.185.11.3)  40 ms  40 ms  40 ms
 9  ir-stuttgart1.g-win.dfn.de (188.1.54.1)  40 ms  40 ms  40 ms
10  * * ir-stuttgart1.g-win.dfn.de (188.1.54.1)  32 ms !H
bison% ifconfig ippp1
ippp1     Link encap:Point-to-Point Protocol
          inet addr:62.156.3.51  P-t-P:212.185.250.117  Mask:255.0.0.0
          UP POINTOPOINT RUNNING NOARP  MTU:1500  Metric:1
          RX packets:882 errors:0 dropped:0 overruns:0 frame:0
          TX packets:941 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:30

bison% netstat -r
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
212.0.0.0       *               255.0.0.0       U         0 0          0 ippp1
default         212.185.250.117 0.0.0.0         UG        0 0          0 ippp1
bison% telnet 194.95.220.131
Trying 194.95.220.131...
telnet: connect to address 194.95.220.131: No route to host
bison%

I have a good default route (ping has no trouble).  Is someone blocking

me (if so, why doesn't it say that.)  Any plausible explanation would be

welcome, a solution for it would be fabulous :-)

Thanks - Ed

--

----------------------------------------------------------

2. MyDomain -> Server IP Question...

3. logon not seen by 'w' and 'who'?

4. CD Not recognised by kernel

5. Odd Solaris problem: file is seen by 'vi' but not 'ls' ???

6. Linux -> GCC -> Wait,Delay,Sleep in ms????

7. What's 'side effects' of Ksh built-ins?

8. open ("/dev/tty01", . . .

9. 'uname' is not updated after installing new '2.4.20' kernel??

10. New kernel stops booting at ''finding module dependencies''

11. Getting unresolved symbols for 'new' and 'delete' operators

12. Existing file can't be seen with 'ls'