IBM (Offically) Launches Linux Box Clustering 136
Neumsy writes " IBM has offically announced that it is releasing Linux-Based Server, Software Packages. Yahoo! News has the story . According to IBM, this will expand the use of Linux. It's a good overview article. Not too much in depth, but still nice to see Linux getting out there more and more."
The commercials weren't lying? (Score:4, Funny)
Maybe I outta start believing marketing people? Nahh....
Finally some real advertising for Linux. (Score:4, Insightful)
Anyway, this advertising thing is something I've been wishing I could do for a long time. It's one of the few things still really holding Linux back. I've just never had enough money to put together a campaign, and that's the major shortcoming of Linux: lack of awareness due to lack of significant cash flow. This, together with the DoJ statement that Microsoft can no longer use boot loader restrictions to leverage its monopoly position, will lead to a truly competitive desktop OS market in the near future (I say desktop OS because Linux is already taking over the servers, as evidenced by this commercial).
Re:Finally some real advertising for Linux. (Score:3, Interesting)
> Up until now
Being listed by the computer schools is probably a strong indicator that Linux is hot stuff. These schools operate on a for-profit basis; they teach what they think people want to learn. If the people going to these schools think knowing Linux is worth paying for, that's another milestone for visibility, mindshare, and mainstream acceptance.
Re:Finally some real advertising for Linux. (Score:2)
Up until now (at least in my area) the only "advertising" Linux has received has been the mention of Linux...
I don't know if anyone remembers, but IBM has been marketing Linux for some time now. When I was in Boston and San Francisco last July, it was hard to walk a block without seeing a billboard or a bus ad of the "Peace, Love and Linux" campaign, among other stuff from IBM marketing Linux.
I remember even seeing some of these in Toronto...
Re:The commercials weren't lying? (Score:1)
I have this bridge that's going on auction, cheap.
Double version of the commercials ? (Score:1)
A : "what is Linux?"
B : "it makes you save money"
Now it says:
A : "what is a server?"
B : "it makes you save money"
Can anybody confirm/deny that ?
(BTW this sort of 'ads fixing' seems to be a standard practice: I've seen it happen lots of time. They sort of analyse people reaction and 'fine tune' the ad accordingly)
Gaming and Clustering (Score:2, Interesting)
Mind you, it would need a fair bit of bandwidth I'd bet.
Re:Gaming and Clustering (Score:1, Informative)
(You could do that with the Onix)
Because most of the stuff is done by GFX card
Re:Gaming and Clustering (Score:1)
Re:Gaming and Clustering (Score:3, Informative)
The main factor in determining your q3 performance is not processor speed, but the bandwidth between the processor and video card (and the video card and the actual display buffer).
Even if you could thread quake through a cluster, it would make no difference.
As for threading.. these clusters are not hte same thing as a multirpocessor machine... unless they implement shared memory and such across the network.. which would be slow.
Re:Gaming and Clustering (Score:1)
I thought Q3A game quality depended on the CPU to video card bandwidth as well as the 3d processing power of the processor. I assumed as well that the original poster's idea was to offload all the 3D computations off of the video card and onto the system (which he planned to cluster. Let's assume that his cluster had high bandwidth between them)
In an entirely 2D application, how fast can the system update the ENTIRE video buffer (all 1024x768 pixels say) in a given amount of time?
If the processing was offloaded to the system and all one needed to do was to reflect the changes in the video buffer, wouldn't that help to alleviate the 3D processing bottleneck?
Re:Gaming and Clustering (Score:1)
The main factor in determining your q3 performance is not processor speed, but the bandwidth between the processor and video card (and the video card and the actual display buffer).
er... iirc, q3a is actually directing calls to the machines opengl subsystem, so it stands to reason that if you moved that opengl processing from the video subsystem back to the cpu, you might be able to reap some type of clustering benefit.
otoh, i'd be surprised if that type of setup could work; q3a is built so carefully that a major change like that would probably be detrimental.
maybe The Carmack will post the answer.
Re:Gaming and Clustering (Score:2)
Yes, you could take the hugest cluster in the world and do massive computations, really fast...
but the time between feeding the equation to the machine and getting the answer is what's at stake.
It may reduce a 100 year problem to 10 seconds.. but it can't reduce a 1 second problem to a hundredth of a second.
Part of the reason that modern 3d video cards get such performance is the high-speed bus between the video processors doing all the 3d work and the video ram itself.
Re:Gaming and Clustering (Score:1)
steve
The Holy Grail of CLustering (Score:1, Funny)
Hopefully... (Score:2, Funny)
Linux Myths too - full page ad (Score:5, Informative)
Interestingly enough, just this morning I saw a two-page ad for IBM servers running linux. I haven't found the actual ad online, but it showed the famous "bigfoot" photo, labeled as fake, and then a penguin walking through the server room in the same pose, labeled as real. The other page of the ad was an abbreviated list of the usual Linux myths that we all know and love, with IBM-specific arguments as to why these were no longer true. This is the real fruit of the $1 billion campaign from IBM, and a great answer for your hesitant management.
IBM's main page for this, aimed at upper brass rather than engineering, is at http://www.ibm.com/linux/cio2 [ibm.com], and the myths seemed to come from this brochure: http://www.ibm.com/linux/Demystifying_Linux_Brochu re.pdf [ibm.com].
Maybe this isn't entirely on-topic, but I thought it was a great example of some more of that good mindshare. And this time IBM isn't going to have to scrub off any sidewalk paint :)
Re:Linux Myths too - full page ad (Score:1)
Re:Linux Myths too - full page ad (Score:2)
Re:Linux Myths too - full page ad (Score:1)
Re:Linux Myths too - full page ad (Score:1)
Thanks - somebody just posted the pages on a bulletin board around here and I was too lazy to go back and figure out what paper it came out of and on what date. Even better that it's in the WSJ, and was a really professionally-done spot IMHO. It's strange how I can go from disgust at Microsoft's marketing weasels to admiration for IBM's in so short a span :)
For old times' sake... (Score:2)
Price and performance less than Unix... (Score:5, Funny)
"Linux is appealing because of its price and performance, which can be less than with a comparable Unix-based system, Quandt said."
Sounds great...oh, wait, no it doesn't.
Re:In regards to your sig (Score:1)
The beauty of clustering (Score:4, Interesting)
Three types of cluster (Score:2, Informative)
Clusters are clusters, but not all clusters are equal.
You have high speed compute clusters like Beowulf.
Then there's the first type of High Availability clusters -- the hot standby/failover configuration, where services and storage on one system are reassigned and restarted by another if the first goes away. Most Unix and Linux implementations haven't got beyond this yet.
Then there's the more grown up version of High Availability clusters, where all the clustered systems have concurrent access to the same storage, cluster wide lock management, and can run multiple cooperating instances of the same application on all systems. Like Oracle Parallel Server. VMS pioneered this ; Tru64 Unix has it now, and Linux is working towards it with GFS (the Global FileSystem).
GFS has got to be one of the most exciting current Linux developments in my book. I've had a taste of this kind of clustering on Tru64 Unix, and believe me, once you've experienced it you don't want to go back.
Re:Three types of cluster (Score:2)
OpenGFS [opengfs.org] seems to have taken off in the free software side of the camp.
Cluster-wide locking requires applications understanding it, so it's not easy. I'm not sure, for instance, what would MySQL (a popular app that might benefit from this) if two processes tried to access the same storage read-write concurrently - even if the locking semantics were perfectly implemented by the filesystem.
Where I work I'm trying to set up a mixed active/standby+active/active configuration (shared Fibre Channel-connected storage, applications that can run independently do so, and those who cannot run in hot-standby). I'm almost ready to go live (glee).
Woo .. IBM / Linux propaganda (Score:1)
http://www-4.ibm.com/software/is/mp/linux/softw
Re:Woo .. IBM / Linux propaganda (Score:1, Interesting)
> Its always refreshing to hear corps stress the benefits of this OS
Maybe old news, but yesterday I noticed an IBM/Linux commercial on the telly for the first time. I wasn't paying attention when it came on, but the gig was that some execs walked into their datacenter and were shocked to see a big empty room -- thought someone had stolen all their servers. But IBM had merely replaced them all with a single Linux box.
Re:Woo .. IBM / Linux propaganda (Score:1)
I've seen the commercial too, but couldn't tell if that was a rack full of Linux boxen or an IBM mainframe. I'm guessing the former, but the use of the singular caused me to question my assumption. Anybody know by lookin'? We've got IBM boxen here, but they're all AIX and Windows (except the one on my desk....).
Re:Woo .. IBM / Linux propaganda (Score:1)
I saw the commercial early - being an IBM employee has its benefits.
Re:Woo .. IBM / Linux propaganda (Score:1)
I saw the commercial early - being an IBM employee has its benefits.
Re:Woo .. IBM / Linux propaganda (Score:1)
Corporate America (Score:1)
Re:Corporate America (Score:1)
That is definitely not news. These are people who have worked long and hard to be able to turn on and off their Windows and Mac machines :)
Re:Corporate America (Score:2)
Then Windows NT must be the IDEAL choice. Less expensive with less performance... No wonder Linux is having a hard time
Re:Corporate America (Score:1)
The official news link (Score:3, Interesting)
http://www.ibm.com/news/us/2001/11/13.html [ibm.com]
It's called looking at the big picture... (Score:1)
You can't apply Linux this to Linux that?
Re:Wine needs to look to IBM for guidance... (Score:1)
They even probably have a marketing department.
Think thin client (Score:2, Informative)
In this case, wine, or other emulators, are not necessarily the best solution for legacy windows apps. Look at using windows 2000 terminal server to host the windows apps and rdesktop to access them from the clients. Very simple to integrate and maintain. The drawback is the cost of the seats on windows 2000 terminal server - but that cost will certainly be offset by the cost orf managing and debugging an emulator.
Of course, terminal server / emulator is to be thought of as a temporary solution until the legacy app is ported to something which is client independent.
Re:Think thin client (Score:1)
Terminal Server is a decent alternative, but the costs are on par with just running Windows on your desktop.
I'm referring to "What I think needs to be done to allow Wine to replace Windows in fairly generic environments."
Ie. My environment is FoxPro-based apps, and MSOffice.
Both on the desktop, and in the pocketbook. yes, rdesktop can be used to negate the licenses, but I'm talking legally. At this point, the cost of running Windows on the desktop is less than attempting to convert all the users to Linux, and running the app through rdesktop.
Re:Wine needs to look to IBM for guidance... (Score:1)
What wine needs to do is implement
all of the win32 functions.
While that may be easy to say,
actually doing it is not.
Often the way a function works is
how MSDN says it works.
What must be done then is painstaking
debugging in order to get the function
working in a way that the applications
that use it expect it work.
Secondly, saying that wine will never run all win32 apps is true, however I have a feeling you are thinking of something different.
VxDs are the problem; theu will be impossible to run in the way that WINE works, you can't translate what a VxD is doing -- it requires direct hardware access.
Thus you would have to throw in a whole emulator to get all VxDs to work. Not fun.
I feel you were thinking more along the lines of what I was mentioning as what the first goal needs to be.
Wine does include registry settings.
I'm not sure what you are thinking.
It does not include every one that it needs,
but there is a reason for that;
usually the functions that need that setting
aren't working.
As another AC mentioned, the kernel already has a mechanism for seamlessly running PE format executables.
However, if you're worried about running applications from other applications, wine already does that.
Since the people that need the kinds of things you are talking about usually click on icons,
I don't see this being a big deal.
Third, Why don't
It doesn't take a programmer. You can bug wine-devel when something doesn't make sense.
In fact, having non programmers work on documentation often is better, because things that don't make sense to them definatly won't make sense to a user.
As for truly useful things:
Alexandre mentioned a few weeks ago something I
would find very useful.
Having a part of wine or a frontend
that would handle per-application settings.
Thus, you could have the annoying installers that
want to run full screen run in a 604x480 wine desktop,
and you could have quick time player run in managed mode.
Re:Wine needs to look to IBM for guidance... (Score:1)
:P
>What wine needs to do is implement
>all of the win32 functions.
At some point, yes.
>While that may be easy to say,
>actually doing it is not.
>Often the way a function works is not
>how MSDN says it works.
>What must be done then is painstaking
>debugging in order to get the function
>working in a way that the applications
>that use it expect it work.
Ahh, but that's where the 'front-end' work done FIRST becomes helpful. If it's difficult for people to get running, a lot of people are just going to drop the whole thing before they could submit a potentially decent bug-report.
>Secondly, saying that wine will never run all win32 apps is true, however
>I have a feeling you are thinking of something different. VxDs are the
>problem; theu will be impossible to run in the way that WINE works, you
>can't translate what a VxD is doing -- it requires direct hardware
>access. Thus you would have to throw in a whole emulator to get all VxDs
>to work. Not fun.
That's true. And I admit that I know little about Win32 programming, I think there's enough 'garbage' out there to keep basic applications from running in Wine. Hell, Elmo's Workshop doesn't run under XP quite right....
>I feel you were thinking more along the lines of what I was mentioning as
> what the first goal needs to be.
Nope. I have Terminal Server, it's a decent solution (although Citrix is better). It's not THE solution I think needs to be implemented.
Here's my situation.
I have 30 PC's. Most of them run FoxPro 5 based applications, and MS Office, on a Netware Server. I think this is a prime candidate for going
to a LTSP type setup, where I have a beefy server serving thin Linux clients, and all file access is done 'locally'. FoxPro is a bitch for
file access, and the less I can pull over the network, the faster it'll be.
I only need to convert MS Office to Star/K Office, and then run FoxPro in Wine. It's damn close, but some ole errors are killing it. The Foxpro Apps are two commerical, and a slew of custom apps, all centering around SBT.
A conversion to SQL would be exceptional, but the cost isn't beneficial.
Hell, it's $12 grand to UPGRADE to SBT 6.5 for 30 users.
In any case. The benefits would be both cost, and administration. If I can leverage NDS in there, the cost savings for the server would go away, but I would be even happier.
> Wine does include registry settings.
> I'm not sure what you are thinking.
> It does not include every one that it needs,
> but there is a reason for that;
> usually the functions that need that setting
> aren't working.
Yes, but having to import them manually should not be necessary. I found the 'documentation' to do that in the wine-devel archive.
> As another AC mentioned, the kernel already has a mechanism for
> seamlessly running PE format executables.
That's definately informative and I was not aware of that. Problem solved. Now how do we let others like me know that?
> However, if you're worried about running applications from other
> applications, wine already does that.
> Since the people that need the kinds of things you are talking about
> usually click on icons, I don't see this being a big deal.
Nope, I don't have an issue with functionality AFTER installation. Except for the obvious apps not running yet, but it's not a final product yet.
>Third, Why don't
Well, I'm a manager. I manage.
>It doesn't take a programmer. You can bug wine-devel when something
>doesn't make sense.
As much as I would like to. To be frank, I don't want to. I don't have that kind of time available.
At this point in my life, I'd rather take a day or two off, and reshingle the garage (it's a bitch lifting those things up there), than take EXTRA time out of my day to make more money on the side consulting. Yes, I enjoy helping people out. I have a bunch of stuff at www.havokmon.com/stuff for people to use, and I help out on mailing lists, but those aren't time-consuming like this project would take. I'm more of a quick-fix type of person, not spending a lot of time on one particular thing, of course, I should never have to revisit that issue either.
Plus, my documentation sucks, and I have a bad attitude about it, because I know people don't read it.
>In fact, having non programmers work on documentation often is better,
>because things that don't make sense to them definatly won't make sense to a
>user.
Ok. If I did it, this is what I would do.
Take a bare system.
Install Wine as fake_windows.
Write down what I did.
Nicen up the registry import documentation.
Create a win32 app (or find one?) to capture complete application installation for 'replay' into Wine registry, and appropriate file locations.
Now, the whole point of my original post, is the above shouldn't be needed. Wine should have the registry imported when it's installed
with fake_windows (ala codeweavers), and Installation apps should be the first
programs to run. I think it's wrong that I can't install the VFP5.0 runtime yet through Wine.
If you build it they will come. It's really true, but it 'they' can't get in, they're going to go away. And I think Wine needs to have 'more
access', before it has more applications. Why have a big park full of rides, if a large part of the community can't get in. The Linux community
is becoming more and more 'newbieish'. I see people all the time, just wanting to "Try Linux." They have no clue how to do any of that. It
took me hours to find the registry import stuff that's right there in the wine checkout (Why wasn't it mentioned in the README, or am I a twit, and just missed it?). For some reason, I just expected the installer to install the runtime.
>As for truly useful things:
>Alexandre mentioned a few weeks ago something I
>would find very useful.
>Having a part of wine or a frontend
>that would handle per-application settings.
>Thus, you could have the annoying installers that
>want to run full screen run in a 604x480 wine desktop,
>and you could have quick time player run in managed mode.
This sounds nifty, but I think it's out of order. Get the installers to RUN first, then worry about how to manage the screen real-estate.
Don't work on what's cool, it's the non-cool stuff that will get the train moving.
>-- What doesn't kill you hasn't tried hard enough.
Or you made her sign a pre-nup...
At last a professional Linux cluster (Score:1)
Re:At last a professional Linux cluster (Score:1)
There are a number of Beowolf clusters produced by IBM for their customers. I helped build (build = carried servers into room and racked) one setup for in New Mexico.
However, if you look at the Top 500 Clusters Site [top500.org] You will see many a IBM Linux cluster on there. Specifically numbers 41, 106, and 125. There are numbers more that aren't listed on that site that are going into many a commercial account every month.
Re:At last a professional Linux cluster (Score:2)
Linux HPC Clusters [ibm.com]
Re:At last a professional Linux cluster (Score:2)
Sure. In France : Artabel [artabel.net]. I don't know any other company doing the same.
mosix for rendering (Score:1)
ms fighting linux expansion (Score:3, Interesting)
Re:ms fighting linux expansion (Score:1)
Not only that, they're calling it "free software" all over the place. Those bastards! :)
Leveraging IBM for college Linux/BSD installfests? (Score:1)
It looks like Bill's now desperate to hook students into paying for MS-Passport.
As an example, the Nov. 13 issue of PC Magazine points out that even Microsoft's online privacy statement Generator requires hooking users first to MS-Passport. In contrast, IBM's generator does not.
So, it is good to see IBM using positive examples. If enough new people give up on pathways that lead to guaranteed vendor lock-in, then we'll see even more Open Source and Free Software and more useful applications.
And the obligatory comment... (Score:3, Funny)
What? Oh, okay - never mind...
Less Performance!! Woohoo! (Score:1)
Less performance!! Woohoo!!
Reminds me of the Simpsons when Homer starts his own (internet?) company: "I'll make myself president!! No.... VICE president!!!"
Tivoli on linux? (Score:1, Insightful)
Keep in mind it's IBM software on linux that IBM promotes more than linux (partly because AIX is so lame and was never that widely adopted)
AIX lame? (Score:1)
What exactly about AIX do you think is lame?
Re:Tivoli on linux? (Score:1)
Easier for me (Score:1)
Thank god! Mabye my job will be a bit easier now.
This adds new meaning.... (Score:1)
At least in Redmond...
competes with??????? (Score:1)
Linux is free open-source software, which means that all code is public and can be adapted by companies and individuals. It competes with other operating systems, such as the popular Unix operating system.
Re:competes with??????? (Score:1)
Not according to Linus.
Re:competes with??????? (Score:2, Insightful)
Competitor implies that they're working towards a common goal, just using different methods.
Re:competes with??????? (Score:2)
But isn't that exactly the case? MS just doesn't actually say their goal is world domination. Both camps are "working towards the same common goal, just using different methods".
IBM Clusters at NCSA (Score:5, Informative)
http://access.ncsa.uiuc.edu/Releases/011018.Titan
Top500 org (http://www.top500.org) has the latest rankings out and Platinum is ranked #41 in the world with a 594 rating and Titan is at #34 with a 677 rating. These are not slow systems, but they do require a knowledgeable support staff. Both systems are IBM "out-of-the-box" clusters, running RedHat Linux versions.
I'm just glad to see linux advertised in the mainstream media. Name recognition helps.
More information is available at the main website: http://ncsa.uiuc.edu
Clusters aren't magic! (Score:2, Insightful)
Re:Clusters aren't magic! (Score:1)
Not magic, but darn nice.
steve
Why IBM is so important? (Score:1, Informative)
Re:Why IBM is so important? (Score:1)
Look at what happened with SGI - they start working on porting Linux to their machines, we get their coders porting XFS to Linux. IBM ports Linux to their machines, we get AFS, and more is in the works. IBM is also active in helping Linux run efficiently on "big iron". Companies whose business model revolves solely around Linux have been dropping like flies, but companies like IBM and SGI have the ability to keep the Linux side running, and give a lot back to the community.
steve
Well, it depends... (Score:1)
As for Linux it's simply a tool of choice being among a small number of operating systems able to facilitate such an extensive research that clustering (especially the branch of global computing [gridforum.org]) necessitates.
Re:Why IBM is so important? (Score:1)
I like the fact that one of our clusters is composed dual pentium PIII at 1.0GHZ- nothing you couldn't buy yourself. Ours are in a 1u form factor so that we can fit 30+ in a rack, but otherwise the basic node isn't that far out.
We do use some fancy networking equipment to pump up the message passing speed, and those NIC's aren't cheap, but what we have in production is inexpensive and effective for a whole new level group of potential users- those whom CRAY and SGI ignore.
Linux vs. UNIX??? (Score:1)
Really? I was?!
woof.
Every two weeks (max) I have to explain to some "Administrator" how to make Microsoft Clustering work with various software. I haven't ever in my life had to explain it to someone working in UNIX or Linux. Any ideas why?
Re:Linux vs. UNIX??? (Score:1)
IBM Cluster Book (Score:2)
Uhhh... IBM has been selling clusters for a while (Score:5, Informative)
The announcement may make it 'official', but IBM has been selling turn-key style clusters for over a year now.
How do I know, and why do I care? 'Cause I work for IBM, and design and build Linux clusters for a living.
We rack purpose-built 1U's (x330's) built for easy large-scale mangement (built-in daisy-chain KVM capabilities, integrated service processor network, cool blinky lights, etc, etc), have internally developed mangement software and system imaging solutions, and ship them to customers at a point where all they need to do is plug them in and log on.
The only real issue is almost no one has a 'standard' cluster application. Almost every one uses a different IPC mechanism, and usually an app is only validated against one very specific software image. So to get the most out of a cluster, customers still need to spend time tweaking.
Maybe someday soon, we'll all be able to 'apt-get install damned_big_cluster', but until then... <shameless>just call IBM.</shameless>
--Matthew
slashdot at sigalrm dot com
A no-FUD brochure (Score:2)
Compare this with Microsoft's advertising, which is sometimes grossly misleading, occasionally even other-worldly. I feel good about IBM being on our side. Let's hope lots of Slashdot'ers forward this to their top IT management.
It's true, the commercial says so! (Score:2)
so does this mean... (Score:1)
Clusters.fsck?
But Does it Mean Anything? (Score:1)
Reason company's like point and click OS's (Score:1)
Re:debth? C'mon guys! (Score:3, Insightful)
Re:debth? C'mon guys! (Score:1)
> A lot of people seem to confuse what the posters say (which is in quotes btw) and what the Slashdot crew says. Of course, either is just as likely to be spelled incorrectly
Your logic is too deeb for me to fathom.