Blog
You and i

« July 2012 | Main | September 2012 »

August 2012

08/20/2012

IBM i Information Strategy

By Steve Will

In this week’s “i Can” blog, Dawn May celebrated three years of giving her readers excellent tips and techniques, as she has revealed some of the “hidden gems” from the IBM i operating system.

IBM i Logo

But it’s more than that. It is a cornerstone of the commitment the IBM i team has to the idea of ensuring our clients can get full value from the platform. As the years have gone by, we’ve adapted our information strategy to include more social media than we ever imagined a few years ago. Today, social media is part of our platform strategy. Since this blog deals with strategic topics, and this week also marks the third anniversary of “You and i,” I decided to share some history and some highlights with you.

In the spring of 2009, several key IBM i people gathered in a conference room here in Rochester to discuss how to get more information out to the IBM i community. We decided we should start two blogs. “You and i” would focus on strategy, customer stories, high-level technology, and new features. “i Can” would be more deeply technical, telling people things they might only find out by going to a conference or playing around with the machine on their own.

I wonder if any of our readers appreciate how startling this decision was. As we sat in that conference room, some of us wondered, “Will they let us start blogs?” The unanimous feeling by the time we left the room was, “We are they – we need to start them, so we will do it.”

Our experience has been overwhelmingly positive. This blog, for example, has more than twice as many hits each month than when we started it. Of course, the growth of social media in general has been tremendous. (Did you know Twitter had only reached its billionth tweet in May of 2009, but by 2011 a billion tweets were happening each month?) IBM has been embracing it companywide, and the IBM i team is glad to have been at the forefront.

Our strategy for getting information to our partners and clients now explicitly involves social media. Of course we still have the Information Center, which will remain the “Technical Reference” for the platform. And, of course, IBM i will continue to have a presence in ibm.com. These are both extremely important reference points. But these days, it’s important for you to understand the role played by blogs and developerWorks.

Blogs: We now have (at least) four IBM i-specific blogs being written by IBMers. (I say “at least” because someone will read this blog a year from now, and it’s possible we’ll have more.)

  • You and i” – Announcements, strategy, customer references
  • i Can” – Tips, techniques and examples
  • Modern-i-zation” – Modern application development
  • DB2fori” – IBM i’s integrated DB2 and related topics

For the most part, the authors of those blogs have discretion over their topics. However, we do coordinate some messages and articles. For example, “You and i” always talks about the highlights of a new release or Technology Refresh, and then we ask Dawn May to pick out a few of the highlights and describe them more deeply. Now that Tim Rowe and Mike Cain have started blogging, if we have a topic that fits best in an application development blog, Tim will write about it and if we have a DB2 topic, Mike will put it in his blog.

DeveloperWorks logo

developerWorks: For almost a year and a half now, we’ve been working to consolidate many widespread IBM i webpages into a cohesive set of material hosted in IBM’s developerWorks. This information is for everyone, not only for people who think of themselves as “developers.” This, too, is a cornerstone element of our information strategy. The IBM i Technology Updates page in developerWorks is the home for detailed information about the function delivered with each new Technology Refresh, as well as function delivered via other means between releases. It also hosts many forum topics, and links to many articles written by our technical team.

Twitter is another social media tool that I am using fairly extensively to communicate with our users. If you follow @Steve_Will_IBMi on Twitter you’ll get notified whenever this blog has something new, and sometimes I tweet about what’s going on in IBM i development, or I’ll point you to a webcast or article or blog which might be useful. Though Twitter has the reputation for being the medium used to share unimportant details, I can tell you Steve_Will_IBMi I won’t be tweeting about what I had for lunch! I use the @Steve_Will_IBMi account for IBM i-related tweets, or sometimes other IT or IBM topics. After my blog about IBM i strategy work, for example, I used Twitter several times to let you know which technologies had presented their strategic updates, but I also pointed to a couple of articles about clients who are using mobile technology with IBM i.

If you are interested in keeping up with IBM i, you have many more opportunities to do so than you had as recently as three years ago. We hope you find our information useful and interesting. Let us know. We are definitely paying attention!

 

 

Twitter: #ibmi, @Steve_Will_IBMi

 

08/01/2012

“Why IBM i?” Architectural Foundations

By Steve Will

I have recently had several opportunities to give a brief explanation of the architecture of IBM i -- to explain the key foundational elements and explain why these make IBM i significantly different from other operating systems. Today, I will share with you the notes I wrote for one of these sessions. When I present the “Why IBM i? A System Designed for Business” presentation, I often say I could talk for 30 minutes or more on one single chart -- the chart that lists these elements. I never get a chance to talk for that long, but here is the shorter version. I hope it helps you.

Why i - Architecture

IBM i is very different from the other operating systems in the industry, and the differences are related to its unique architecture. From the birth of the AS/400, the goal of the operating system was to create a platform that would allow a business to be insulated from the complexity of IT technology. Our customers want to "run the business, not the computer." The five architectural elements below are not just marketing words -- they are built into millions of lines of operating system code -- and their purpose is to make IBM i stable, simple, secure and scalable.

DB2 for i & Single Level Store: We build intelligence and expertise into our handling of customer data. DB2 on IBM i is a part of the operating system, and it automates many functions that require human analysis and management on other operating systems. Single Level Store is a way of treating all storage attached to IBM i as if it is one huge set of memory. Working with DB2, our storage management spreads data across a customer's DASD in order to optimize data access. For these two reasons, customers rarely have to hire storage administrators or database administrators for their IBM i environments, and those professionals who are hired spend more time on analysis than on day-to-day management.

Object-Based Architecture: AS/400 was built understanding that security would be a key requirement of all businesses. Each object on IBM i has a set of well-defined functions, and it is architecturally impossible to treat an object in a way that violates its intended use. For example, two common methods of spreading viruses or “Trojan Horses” in other operating systems are to modify code in a compiled executable, or to rename an object so that a program looks like something that is not dangerous -- sending a program in an e-mail but making it appear to be a photo, for example. Neither of these two attacks can be done to software compiled as IBM i programs, because those operations are simply not allowed by the architecture.

Integration: We believe that the only software a typical customer really wants to deal with is the software that runs its business directly -- the applications that are developed by the customer or that they buy from our ISVs. For that reason, our operating system comes integrated with all of the necessary "middleware" a business application might need: Not only DB2, which I mentioned before, but also web servers, security services, user identity management and so on. These pieces of middleware must be added on top of other operating systems. We incorporate them into IBM i, and we ensure they fit into the architecture of the system, including the object-based architecture I mentioned, as well as the virtualization and TIMI I will describe next.

Work Management: The AS/400 was built assuming that a business would rather have one physical system that is capable of running all of the workloads it needs, rather than buying a new system for each workload. To support that idea, IBM i has a "subsystem" concept that allows an ERP application to sit next to a CRM application, which sits next to a web server and so on -- all of them sharing resources such as the database, but not colliding with one another. This is very different from typical competing operating systems, where it is architecturally difficult to run multiple workloads safely on one machine -- or one virtual machine -- and so the industry has had tremendous "sprawl" as customers of other platforms have had to buy a new system for each application or workload. Yes, today these other operating systems “solve” the problem their architectures created with virtualization. Subsystems are a virtualization technology that existed since the beginning of the operating system, and they allow an IBM i client to spend less on managing multiple environments.

Technology Independent Machine Interface: IBM i is split into two pieces, and the TIMI separates them. The TIMI also provides a layer of abstraction that does two important things. First, it allows programs that were compiled on older releases to run unchanged -- without even recompiling -- as IBM i changes technology beneath those applications. The operating system moved from a 48-bit CISC hardware architecture to today's Power architecture without the need for customers to recompile code. Second, the TIMI works together with some of the IBM i-specific capabilities built into POWER processors to keep system memory separate from user memory, protecting the operating system from intentional or unintentional interference. An interesting point though, is that all of the IBM i "device drivers" for I/O are beneath this TIMI. To protect the integrity of the operating system, and by extension the customer’s data, IBM i cannot have a "device driver" authored by another provider.

For those of you who made it to the end of this, thanks for reading. I suspect all of you now feel like you could develop the next extension to this extremely integrated operating system. No? Well, then perhaps you at least could explain some of its value to the next person who needs to hear it.

 

 

 

Twitter: #ibmi, @Steve_Will_IBMi