« Did You See the SDF III Announcement? :-) | The Mainframe Blog Home | Your Home Mainframe? »
Will Microsoft Windows be next on System z?
Anyone paying attention to the Sine Nomine demo, two weeks ago, now knows that Solaris is inevitably
coming to System z. In the wake of all of this, I have heard from a number of
you – and people throughout the industry about – you guessed it: “What’s next,
Windows?” I’m guessing many of you have
the same question. To really get at the
dynamics of this, we have to look to the past.
Back in the early 90's, Windows was not just on the x86
architecture (at the time, only on Intel – remember Wintel?). It was also running on
MIPS, Alpha and the PowerPC architecture. There's something a bit different
about the x86 architecture....this is a bit technical here, but it uses the Little Endian bit
representation within a byte while the RISC architectures under the popular
UNIX platforms and IBM's mainframe use Big Endian
architecture. Solaris and Linux were
written in a way that makes that bit representation transparent. But Microsoft
decided long ago that Windows would only run in Little Endian mode.
Back in 1994, there was a skunk works within the IBM
mainframe division that looked at running Windows NT as a native operating
system on what was then a 10-way S/390 platform. It figured out how to boot the
machine up as a Little Endian server and it could have run Windows across those
10 processors. But guess what? No hypervisor or virtualization capabilities
would exist. They have been written in Big Endian mode. So it would be an
entire mainframe dedicated to a single instance of Windows. My palm can do
that.
So, IBM realized then that this had no future in terms of
consolidation value. In turn, Microsoft decided to uniquely support the x86
architecture and the Alpha and MIPS implementations of Windows died a rather
quick death.
Next up was to bring some Windows portability to the
mainframe. So working with Bristol Technology (now a subsidiary of HP), IBM
looked at getting a set of Windows 32 bit APIs and its OLE and COM capabilities
on OS/390. This was just after IBM had announced its intention to brand OS/390
as a UNIX operating system. Bristol Technology had a license to the
Microsoft source code to facilitate that. Well, Microsoft must have gotten
afraid of the possibilities of Windows applications running easily on the
mainframe, so they took away the software license from
Bristol
. Bristol, in turn, sued them for unfair trade and they won. But by then, Microsoft’s approach had driven these types of developers from their platform. Today, Mainsoft Corporation provides a Windows portability layer across UNIX systems and z/OS, but we'll never see a day when Windows will run natively on the mainframe.
So what are the implications to the mainframe? Let’s start
with development tools for creating new applications. If you only use Microsoft
.Net development tooling, those solutions will be relegated to the Wintel
platform. Should those applications want to interoperate with the mainframe,
there are a variety of connectors that enable interoperability with both 3270
and SOAP/Web service based applications as well as distributed data requests. As mentioned earlier, you can use Mainsoft's technology to translate the .Net code into Java byte codes and run that on z/OS and Linux for System z as well. Therefore you get some developers synergy, but deployment options beyond Wintel platforms.
If you really want cross platform deployment from the Windows desktop environment, eclipse.org is an open standards group comprised of a number of leading tooling vendors to facilitate rapid application development, good tool integration and provide a flexible choice for platforms to which those applications can be deployed. Leveraging this tool set will facilitate exploitation of mainframe technology and is highly recommended to deliver the best qualities of service for software running on System z. IBM’s Rational Developer for z is an implementation of the eclipse capabilities for System z.
by JimPorell | December 14, 2007 in History Permalink |
TrackBack
TrackBack URL for this entry:
https://www.typepad.com/services/trackback/6a00d834521c8469e200e55069b6c58833
Listed below are links to weblogs that reference Will Microsoft Windows be next on System z? :
Comments
Adam Thornton once brought up Windows NT brought up under bochs under Linux running on a 390 box.
Needless to say, it was not a speed demon.
http://www.fsf.net/~adam/NT-on-390-desktop.png
Posted by: Ray Mullins | Dec 19, 2007 11:58:47 AM
Doing program development using a GUI workstation environment makes sense. But other than that, the real question is "Why would you want to run Windows on a mainframe?" Given Windows' horrible record in the area of security and up-time, it simply would not make any sense. This is expensive hardware, why would you pay that extra money and then run software that is not top notch (buy a bunch of blades instead). UNIX is in the realm of reason. But Windows is not yet up to the challenge.
Posted by: Dan Mulligan | Dec 19, 2007 7:02:22 PM
Although you make a good point otherwise, mainframes are not particularly expensive hardware any more. That's a common misconception persisting from a bygone era.
Posted by: Timothy | Dec 19, 2007 8:40:53 PM
To people looking at the reality of up-front capital costs, as well as the ongoing monthly licensing extortion for zOS/TPF/VSE, mainframes are still very expensive. I wonder when we will ever see something resembling an affordable P/390 with maybe 200 mips in a PC footprint, combined with ESL-like one-time pricing. That would be an affordable mainframe.
As for why a mainframe as opposed to a blade, and windows as opposed to anything else, the key points are workload rationalization, cost management, and complexity management- the three main benefits of the economy of scale of centralization, which the mainframe implements more effectively than almost any other environment. Too bad we can't separate the API's from their machine/platform dependencies so that we could run Windows, Linux, and Solaris without being bothered by their mainframe-wasteful design.
Also- how unfortunate that you have to be a Fortune-N level corporation to really afford a mainframe of any size and capability, all things considered- storage, licensing, support, power, workload volume.
Posted by: | Dec 20, 2007 12:38:26 PM
Don't forget Mono on Linux on Z...
Posted by: Tim | Jan 3, 2008 5:24:30 PM
For those interested in learning mainframe assembler and IBM's z/Architecture, check out www.z390.org where you can download z390 Portable Mainframe Assembler and Emulator for free. This is an open source Java tool enabling anyone to assemble, link, and execute mainframe assembler programs on Windows Vista, XP, or Linux OS running J2SE. The z/ARchitecture problem state instructions including 64 bit registers, HFP, BFP, and the new DFP Decimal Floating Point instructions are supported. It comes with MVS compatible set of macros for QSAM/BSAM DCB native file I/O and VSAM ESDS, RRDS< and KSDS native file I/O plus an EXEC CICS compatible transaction manager. For more information visit www.z390.org and come to SHARE in Orlando on February 25, 2008 for session 8194.
Posted by: Don Higgins | Feb 1, 2008 7:27:32 AM
Although they were also Windows applications at the time, I do recall running Lotus 123 and Wordperfect on VM. Never again!
Posted by: Sebastian Welton | Feb 4, 2008 11:51:30 AM
The comments to this entry are closed.