19
Fri, Apr
5 New Articles

Is IBM i Access for Linux Right for Your Shop?

Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

IBM has been notable in its support for the Linux operating system and open-source software in general, so the lack of the package would be ridiculous. But is it right for your shop? That depends.

 

When the IBMers determined that their AS/400 midrange line required a facelift if it was to survive in the new world of GUI-based servers, they turned first to the most obvious part: the interface. We old-timers are quite satisfied using the green-screen command line. It was and still is productive and bulletproof. Unfortunately, many newcomers to the platform find it cumbersome compared to their preferred point-and-click interfaces. I don't want to start any flame wars between the two camps. We old-timers know that our command line is superior, so arguing is pointless. But I digress.


IBM's solution to making the management interface sexier was the Operations Navigator product. The idea behind Operations Navigator was to make Windows administrators feel more comfortable managing i5 systems by giving them a familiar GUI. And a major side benefit is the elimination of one of the main criticisms leveled by Windows-centric admins (its "antiquated interface") to brand the IBM i (aka AS/400, iSeries, System i) "legacy" and irrelevant. Fast-forward to today, and the IBM i Navigator product has matured into an extremely powerful management and development tool that even hard-core command-line aficionados like me can embrace.


As powerful as the product is, I find that it has one major flaw: it is Windows-only. As one who uses Linux almost exclusively (I use Apple OS X for my photography processing needs), I find the need to have a Windows machine available to access and manage my i5 annoying. It was therefore exciting to me when I learned that IBM had created System i Access for Linux. I was eager to take it for a test drive so that I can answer the question: "Is IBM i Access for Linux right for your shop?"

 

Installation

IBM i Access for Linux can be obtained from the product website. It comes in RPM format, suitable for distributions such as Red Hat Enterprise Linux or CentOS, and installs easily. On my CentOS laptop, I issued this command:

sudo yum localinstall iSeriesAccess-7.1.0-1.0.i386.rpm

 

This command not only installs the package, but also automatically downloads and installs any missing dependent packages. In my case, I needed the X11 components, including the libXp and openmotif22 packages. In short order, the software was installed and ready for use.

Initial Impressions of the 5250 Emulator

In general, RPM packages for Linux include a script that adds menu options into the desktop environment at the end of software installation. From what I could determine, IBM's packaging omits this script so adding launch icons is a manual process. That's ugly. Since I wanted to begin my exploration of the product with the 5250 emulator, I started manually by issuing this command:

 

/opt/ibm/iSeriesAccess/bin/ibm5250

 

At that point, I was greeted by the connection window shown below.

 

031113KlineFig1 

Figure 1: Connect to the 5250 Emulator session.

 

Filling in the blanks and clicking OK brings up a standard 5250 session shown below, logged in with the user credentials entered earlier.

 

031113KlineFig2

Figure 2: You're connected via System i Access for Linux!

 

Earlier, I said that the lack of desktop integration was ugly. I don't know how well it comes across in your browser, but if you look closely at the images, you'll note that they, too, are ugly. The font is a basic X11 font, not one of the pretty anti-aliased fonts used by modern desktop managers. This is due to the use of the lightweight openmotif window manager (installed as a package dependency) instead of relying on the desktop manager that may be on the workstation on which the software is running. Compare the System i Access for Linux 5250 screen above to the tn5250j (a Java-based emulator) 5250 screen below. The aesthetic differences are obvious.

031113KlineFig3

Figure 3: Compare this tn5250j screen to the screen in Figure 2.

 

Anyone who has ever used an IBM ServRAID CD or the IBM HMC will recognize the "look" since apparently IBM uses the same openmotif window manager for those as well. Looks aren't everything, though, and the emulator functions pretty much as expectedcertainly as well as the emulator included with the Windows version. You can set the preferences for the emulator using this command:

 

/opt/ibm/iSeriesAccess/bin/setup5250

ODBC Connectivity

Advanced Windows users are generally familiar with Open Database Connectivity (ODBC). ODBC is a creation of Microsoft that provides a standardized API to database managers from disparate vendors. On Windows, one creates "Data Sources" from the control panel and then connects to them via applications such as Microsoft Access. All of the major DBM vendors support the standard and provide the necessary drivers that need to be loaded on the client system. IBM is no exception with its DB2 database on the IBM i.

 

While primarily a Windows phenomenon, ODBC connectivity can be used in Linux as well. For Red Hat-based systems, that functionality is added via the unixODBC packages and can be configured by editing the /etc/odbcinst.ini and /etc/odbc.ini files. The former file is used to describe the ODBC drivers on the system, and the latter holds the Data Source Name information. The installation of System i Access for Linux adds the necessary i5-specific drivers. Configuration of these files is beyond the scope of this article, but there is ample documentation provided in the RPMs to make the task rather painless.

 

Once the ODBC connectivity is properly configured the IBM i database can be accessed by LibreOffice Base or OpenOffice Base (open-source equivalents of Microsoft Access), by the Perl and PHP languages, and by any other languages or applications that provide access to data sources.

Other Utilities

Besides the emulator and ODBC connectivity, System i/IBM i Access for Linux provides a number of other interesting utility programs that provide the following functionality:

 

I cut and pasted that list directly from the IBM i 7.1 Information Center site so that the hyperlinks are accurate, should you wish to investigate them further.

The Verdict

Is IBM i Access for Linux right for your shop? My answer: it depends.

 

To be honest, I would find using the emulator product for anything but occasional use totally unsatisfying. The fonts take me back to my early days of X11 graphics, so there is some nostalgia associated with it. But I fear that extended use would be at best a distraction and at worst a headache generator causing me to waste time attempting to tweak the openmotif package to add better fonts. That's not a good use of my time. There are both free and commercial alternative emulators available that provide a much better user experience. If you already have Java installed on your workstation, then I highly recommend the wonderful TN5250J package. It looks and works great and has been my primary emulator for a long time. Should you not wish to add Java to your system, then I'd point you to the tn5250 5250 telnet client package, which is included with most distributions. It not only provides 5250 emulation, but can also create emulated printers for use by your system. So if all you want is 5250 emulation, then I'd avoid the IBM i Access for Linux package and go with an alternative.

 

On the other hand, if you need to access your i5 database from a Linux-based server, and you aren't going to hit the database using the Java JDBC driver, then IBM i Access for Linux is a requirement. In a prior life, I created a system that integrated an Asterisk-based phone system running Perl scripts, a Linux-hosted web service created using the Struts Java Servlet framework, a Linux-hosted Oracle database, and an i5 database and application. None of this would have been possible without the ODBC driver and RMTCMD utility provided by the System i Access for Linux product. Fortunately, if you don't need the emulator, then IBM provides the IBM i for Linux package sans 5250 emulation. This has the advantage of a smaller download and the elimination of the graphical dependencies that come with the full product.

 

Am I thrilled with IBM i Access for Linux? Let's just say that I'm glad that the IBM i folks recognize the necessity of providing it, given the popularity of Linux web servers. And after all, IBM has been notable in its support for the Linux operating system and open-source software in general, so the lack of the package would be ridiculous. But for me to be really thrilled with the product would require it to be the equivalent of the System i Navigator for Windows product, allowing me to reclaim the disk space currently used by the virtualized Windows guest I maintain just for Navigator. I'm not holding my breath for that to ever occur.

Barry Kline 0

Barry L. Kline is a consultant and has been developing software on various DEC and IBM midrange platforms since the early 1980s. Barry discovered Linux back in the days when it was necessary to download diskette images and source code from the Internet. Since then, he has installed Linux on hundreds of machines, where it functions as servers and workstations in iSeries and Windows networks. He co-authored the book Understanding Web Hosting on Linux with Don Denoncourt. Barry can be reached at This email address is being protected from spambots. You need JavaScript enabled to view it.

BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

$0.00 Raised:
$

Book Reviews

Resource Center

  • SB Profound WC 5536 Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application. You can find Part 1 here. In Part 2 of our free Node.js Webinar Series, Brian May teaches you the different tooling options available for writing code, debugging, and using Git for version control. Brian will briefly discuss the different tools available, and demonstrate his preferred setup for Node development on IBM i or any platform. Attend this webinar to learn:

  • SB Profound WP 5539More than ever, there is a demand for IT to deliver innovation. Your IBM i has been an essential part of your business operations for years. However, your organization may struggle to maintain the current system and implement new projects. The thousands of customers we've worked with and surveyed state that expectations regarding the digital footprint and vision of the company are not aligned with the current IT environment.

  • SB HelpSystems ROBOT Generic IBM announced the E1080 servers using the latest Power10 processor in September 2021. The most powerful processor from IBM to date, Power10 is designed to handle the demands of doing business in today’s high-tech atmosphere, including running cloud applications, supporting big data, and managing AI workloads. But what does Power10 mean for your data center? In this recorded webinar, IBMers Dan Sundt and Dylan Boday join IBM Power Champion Tom Huntington for a discussion on why Power10 technology is the right strategic investment if you run IBM i, AIX, or Linux. In this action-packed hour, Tom will share trends from the IBM i and AIX user communities while Dan and Dylan dive into the tech specs for key hardware, including:

  • Magic MarkTRY the one package that solves all your document design and printing challenges on all your platforms. Produce bar code labels, electronic forms, ad hoc reports, and RFID tags – without programming! MarkMagic is the only document design and print solution that combines report writing, WYSIWYG label and forms design, and conditional printing in one integrated product. Make sure your data survives when catastrophe hits. Request your trial now!  Request Now.

  • SB HelpSystems ROBOT GenericForms of ransomware has been around for over 30 years, and with more and more organizations suffering attacks each year, it continues to endure. What has made ransomware such a durable threat and what is the best way to combat it? In order to prevent ransomware, organizations must first understand how it works.

  • SB HelpSystems ROBOT GenericIT security is a top priority for businesses around the world, but most IBM i pros don’t know where to begin—and most cybersecurity experts don’t know IBM i. In this session, Robin Tatam explores the business impact of lax IBM i security, the top vulnerabilities putting IBM i at risk, and the steps you can take to protect your organization. If you’re looking to avoid unexpected downtime or corrupted data, you don’t want to miss this session.

  • SB HelpSystems ROBOT GenericCan you trust all of your users all of the time? A typical end user receives 16 malicious emails each month, but only 17 percent of these phishing campaigns are reported to IT. Once an attack is underway, most organizations won’t discover the breach until six months later. A staggering amount of damage can occur in that time. Despite these risks, 93 percent of organizations are leaving their IBM i systems vulnerable to cybercrime. In this on-demand webinar, IBM i security experts Robin Tatam and Sandi Moore will reveal:

  • FORTRA Disaster protection is vital to every business. Yet, it often consists of patched together procedures that are prone to error. From automatic backups to data encryption to media management, Robot automates the routine (yet often complex) tasks of iSeries backup and recovery, saving you time and money and making the process safer and more reliable. Automate your backups with the Robot Backup and Recovery Solution. Key features include:

  • FORTRAManaging messages on your IBM i can be more than a full-time job if you have to do it manually. Messages need a response and resources must be monitored—often over multiple systems and across platforms. How can you be sure you won’t miss important system events? Automate your message center with the Robot Message Management Solution. Key features include:

  • FORTRAThe thought of printing, distributing, and storing iSeries reports manually may reduce you to tears. Paper and labor costs associated with report generation can spiral out of control. Mountains of paper threaten to swamp your files. Robot automates report bursting, distribution, bundling, and archiving, and offers secure, selective online report viewing. Manage your reports with the Robot Report Management Solution. Key features include:

  • FORTRAFor over 30 years, Robot has been a leader in systems management for IBM i. With batch job creation and scheduling at its core, the Robot Job Scheduling Solution reduces the opportunity for human error and helps you maintain service levels, automating even the biggest, most complex runbooks. Manage your job schedule with the Robot Job Scheduling Solution. Key features include:

  • LANSA Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.

  • LANSAWhen it comes to creating your business applications, there are hundreds of coding platforms and programming languages to choose from. These options range from very complex traditional programming languages to Low-Code platforms where sometimes no traditional coding experience is needed. Download our whitepaper, The Power of Writing Code in a Low-Code Solution, and:

  • LANSASupply Chain is becoming increasingly complex and unpredictable. From raw materials for manufacturing to food supply chains, the journey from source to production to delivery to consumers is marred with inefficiencies, manual processes, shortages, recalls, counterfeits, and scandals. In this webinar, we discuss how:

  • The MC Resource Centers bring you the widest selection of white papers, trial software, and on-demand webcasts for you to choose from. >> Review the list of White Papers, Trial Software or On-Demand Webcast at the MC Press Resource Center. >> Add the items to yru Cart and complet he checkout process and submit

  • Profound Logic Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application.

  • SB Profound WC 5536Join us for this hour-long webcast that will explore:

  • Fortra IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn: