04
Sat, May
5 New Articles

Installing Zend Server on the i: How and Why

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

 

Want to get started with PHP on the i? Well, the first step is to download the products that are available on the i from Zend. And the first part of that is to download the Zend Server. But how? And why?

 

PHP on the i. Why am I bothering to write about this? Mostly because I think we have reached a point where every RPGer and every IBM i should have some capability to do web-oriented languages. You might use Ruby or CGIDEV or even Java, but I'm a PHP fan.

 

You might decide to learn PHP yourself and build your own scripts, or you might find real PHP programmers and have them do the work for you. What's important is that unlike a web PHP app, which can be done on your PC, PHP apps that run on the i and interface with the DB2 database on the i, are going to need a development and run environment that runs on the i itself. And the best option for that is Zend Server. But many people have an ancestral fear of words that begin with "Z," so a little encouragement may help.

 

Before I begin, I want to put in a plug for ZendCon, the annual Zend conference. It's coming up the last week in October, and there's a tremendous lineup of sessions. If you're getting into PHP and Zend, it's the perfect place to be to get some solid education on the tools. I also need to send a big shout out to Mike Pavlak from Zend, who was kind enough to read this article and point out all my mistakes to me. So great to know someone like that who isn't part of my family!

What Is the Zend Server?

The Zend Server is a piece of software that provides a complete PHP development and run time environment. It includes things like PHP (which does not come preloaded on the i), an instance of an HTML server powered by Apache (because PHP generally runs on the server side of things rather than the client side like HTML), database drivers (SQL, DB2, etc.), and over 70 other packages that fit together to provide what you need to support a language.

 

You can roll your own, of course, but that takes a lot of time and patience, and you really need to know what you're doing, along with having an AIX LPAR and C compiler on the i. With Zend Server, it's all there, packaged nicely in one of those NFL-themed gift bags. All you have to do is download and install it.

Yeah, But It Costs Money, Right?

It could. The Zend people are very accommodating, and if you want to pay them, they're more than happy to help you. But there's a version of the server that's completely free and it makes an excellent starting point for exploring PHP.

 

There are really four versions of the Zend Server available and, without trying to be crass, it's a case of "you get what you pay for." That's fair.

 

Basic Edition

 

The last time I wrote an article about this, Zend was offering a free Community Edition (CE). The CE is no longer available; it's replaced by the Basic Edition (BE), so the names have changed but the deal is more or less the same.

 

The BE is free forever, but it's available only if your platform is the IBM i (it's part of a special deal between Zend and IBM). Everyone else has to pay to get one of the other versions of the server.

 

And with it you get one year of Silver Support. After the first year, you'll need to pay for that support to continue, but on the bright side you might get fired or have your job outsourced before that year is up, so you might not have to deal with it.

 

So, problem solved, eh, mate? Just get the free version, learn everything you need to know in one year, and you're good. But, as I said, while the BE is a great way to get your feet wet, it doesn't provide everything and is probably not suitable as a production server or even as a heavy-duty development environment. So if you get heavy into PHP, you're realistically going to want to upgrade at some point.

 

Professional Edition, Enterprise Edition, Developer Edition

 

To be honest, there's a lot of stuff that you don't get in the Basic Edition. Yes, you can create apps and test them and run them, but it's definitely not…how shall I say this?...feature-rich enough to be used as a big-time development or production machine.

 

The Professional Edition is the most popular, giving you everything you need for a normal-sized production environment, and the Enterprise Edition is positioned for the big dogs who are running enterprise-size networks. The primary difference between the Professional and Enterprise editions is the degree of SLA and LDAP integration.

 

You may wonder why there's a Developer Edition at all; wouldn't you just get Professional and call it good? But many companies will run several versions of the Zend Server, particularly one for development and one for production. And that's where the Developer Edition comes into play.

Z-Ray

Z-Ray is not, as I had originally hoped, a version of Zend Server that incorporates a death ray, but rather a new tool that has just been released with the latest version of the server. In the words of Zend guru Mike Pavlak, Z-Ray is to PHP code what Firebug is to HTML and JavaScript. In other words, it gives you the ability to look inside the code for debug and performance purposes. This is a very big deal and a real step forward for PHP in general and on the i (where we prize visibility) even more.

 

Z-Ray is not available on the Basic Edition (which is one reason why it's a good way to start but will not be the best route once you pick up speed).

Downloading the Zend Server

No matter what edition of the server you get, you need to download it. That's not a difficult task, but neither is it as simple as hitting a button in the iTunes App Store and downloading The Clover's Greatest Hits. There are a couple of steps, so let's talk about that.

 

Start by accessing the Zend website. By the way, at some point you're going to register your i, so be sure you have your serial number handy. Also, don't kick off the download until you've looked at the Installation Instructions (see below).

 

There are various ways you can do the download (because there are several ways to navigate to that page), but I recommend that you hover on the "Try and Buy" text on the home page and select either the "Try Now – Zend Server" (if you want the 30-day free trial) or the "Buy Now – Zend Server" if you just want to start paying and be done with it. The 30-day trial gives you access to the Enterprise Edition. When the 30 days are up, you can either sign up for that version or ask for a Basic Edition license, pay nothing, and have the functionality drop back to the basic level (but you will still get a free year of Silver Support). There's only one download; your license will determine what features you have so that upgrading to a higher-level product does not require an additional download, just a different license.

 

Anyway, you will be directed to another screen where you can kick off the download. By doing it this way, when you get to the download screen, it will ask you to select your platform (UNIX, Mac, etc.).

 

091714ShireyFig1 

Figure 1: Select your platform.

 

By selecting IBM i, the link to the Installation Instructions text is changed to be appropriate for the platform involved. It's the same version of the Zend Server, but the instructions to install it change by platform. And it marks you as an i person so that you're eligible for the Basic Edition once the 30-day trial is over.

 

You will also perhaps see more than one version of the server that you can download. As of this writing, the version of Zend Server is 7.0.0, but you can get that with either fries or onion ringsthat is with PHP 5.4 or PHP 5.5 which is the newest version. I would go with the latest version of PHP, but I'm a thrill seeker, and you may have real reasons why you want to go with an older version.

 

There's one thing I guess I should mention here. IBM has gone to great lengths to ensure that, as new versions of RPG come out, everything that was in the older versions still works. This is nice, but it does mean a lot of outdated techniques remain supported (and therefore in use). Most web languages, PHP included, are not like that. As new procedures, commands, and ways of doing things come in, some of the older stuff is cut loose. This means some people don't want to upgrade from an older version of PHP. In general, the differences between more recent releases of PHP (like 5.4 to 5.5) are not hugely significant. But you'll want to test your old apps against the new release before going to production with it.

 

Getting back to the download, it will be done to your PC and will arrive in a zip format. You can unzip that and then FTP it up to the i.

 

Before you hit the download button, however, I would click on the Installation Instructions verbiage for the one you are going to download.

 

091714ShireyFig2

Figure 2: Click on the Installation Instructions.

 

Then, click on the first link under Contents (Installing Zend Server for IBM i). You'll see the following screen.

 

091714ShireyFig3

Figure 3: Install Zend Server for IBM i.

 

Check out the prerequisites for your particular OS level, and also look at where the product should be installed on the IFS (that's where the Zend Server and all of your PHP documents will reside).

 

There are two ways in which you can carry out the install: Silent and Interactive. Silent just goes through the steps without an installation interface. Interactive uses the more typical installation window and steps you through it. Your choice. Click on whichever one you feel the most comfortable with (just below the big, blue "Installing Zend Server for IBM i" type) and step through the instructions. Just remember, you'll download the package to your PC, unzip it, and then FTP it to the IFS on the i. Plus do some other stuff as indicated in the Install Instructions.

What Are You Waiting For?

It's really a pretty simple procedure; only a couple of minutes and 300M of storage sets you up to start your PHP journey. The link here is for the installation instructions for the i.

 

Zend Server. If you have it, learn to use it. If you don't have it…well, need I say more? Next month, if the Piggly Wiggly man doesn't drop the eggs all over the front yard and end up making "grass custard," we'll talk about the things you can do to the Zend Server to customize it.

 

David Shirey

David Shirey is president of Shirey Consulting Services, providing technical and business consulting services for the IBM i world. Among the services provided are IBM i technical support, including application design and programming services, ERP installation and support, and EDI setup and maintenance. With experience in a wide range of industries (food and beverage to electronics to hard manufacturing to drugs--the legal kind--to medical devices to fulfillment houses) and a wide range of business sizes served (from very large, like Fresh Express, to much smaller, like Labconco), SCS has the knowledge and experience to assist with your technical or business issues. You may contact Dave by email at This email address is being protected from spambots. You need JavaScript enabled to view it. or by phone at (616) 304-2466.


MC Press books written by David Shirey available now on the MC Press Bookstore.

21st Century RPG: /Free, ILE, and MVC 21st Century RPG: /Free, ILE, and MVC
Boost your productivity, modernize your applications, and upgrade your skills with these powerful coding methods.
List Price $69.95

Now On Sale

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: