20
Sat, Apr
5 New Articles

New POWER9 Systems and IBM i 7.3 Updates Announced

Analysis of News Events
Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

If you're on older iron, then the combination of POWER9 and IBM i 7.3 is your path forward.

On February 13, 2018, IBM announced the new POWER9 systems. Of course, we knew this would be coming soon as IBM announced the initial POWER9 offerings for Linux back in December. There's a whole lot to cover, so we'll start with the speeds and feeds of the new POWER9 iron.

New POWER9 Systems and IBM i 7.3 Updates Announced - Figure 1

Figure 1: This diagram details the new POWER9 S9XX systems.

The word on the street for the last couple weeks is that these POWER9 servers will offer a 1.5X performance improvement over the POWER8 systems from a few years ago. On February 27, IBM released a performance benchmark report that was pretty much on the money. You can see the CPW increase on the POWER9 S9xx machines highlighted in bold below. Note that these numbers are based on machines that have been patched for the Spectre and Meltdown vulnerabilities. This is a great report by the way, if you want to understand how CPW is affected by patching those vulnerabilities. For instance, the S814 6 core machine was announced with a CPW rating of 59,500. After patching for Spectre and Meltdown, the CPW has dropped to 56,400 which is about a 5.21 percent performance hit. This seems pretty consistent across the board.

Pitcher 2018 03 21 table1

Sticking with the 6-core S814 and its natural migration path to a 6-core S914, you'll see that the CPW rating gives the S914 a little more than a 1.39 times more powerful performance improvement. The higher-end models like the S914 24-core model gives almost 1.7 times the horsepower of its S824 24-core counterpart. So it's roughly 1.5 times the CPW rating overall. You'll also notice that there's no follow-on product (as of yet) for the little S812. That's not unexpected, considering the S812 was late to the original POWER8 party, being announced just a little over a year ago.

While the POWER9 systems are exciting, the big thing about these recent announcements is the software: IBM i 7.3 Technology Refresh 4 (and IBM i 7.2 Technology Refresh 8), which by the way you'll need as a prerequisite to the POWER9 iron.

IBM i updates get me excited because that's where the real value is to a business. Of course, faster throughput and bigger horsepower makes your jobs run more efficiently. "Go fast" is always important. But let's see what's new in 7.3 TR4 in order to see what's available for everyone.

Big ones on my personal list?

The ability to store the source and compile a CL program from the Integrated File System (IFS) is long overdue considering that RPG got that capability years ago. This is important in order to help modernize our application development. Explaining physical file source members to someone shouldn't have to happen in 2018.

Speaking of development modernization, enhancements to the ARCAD RPG converter are always welcome. If we can get RPG code looking like modern code, I'd say that half the battle is won.

I would argue that Access Client Solutions (ACS) deserves its own article any time it has an update. It's powerful, slim, and easy. In the newest version, ACS has some new enhancements in the IFS to manage permissions.

Also, there's some cool stuff going on with Run SQL Scripts. I just updated mine to the latest version and had a look. I'm sure that the Abnormal IPL Predictor script below was not on my outdated copy of ACS as of this morning.

WITH last_ipl(ipl_time)

AS (SELECT job_entered_system_time

   FROM TABLE(qsys2.job_info(job_status_filter => '*ACTIVE', job_user_filter

   => 'QSYS')) x

   WHERE job_name = '000000/QSYS/SCPF')

, abnormal(abnormal_count)

AS (SELECT COUNT(*)

   FROM last_ipl, TABLE(qsys2.history_log_info(ipl_time, CURRENT TIMESTAMP)) x

   WHERE message_id IN ('CPC1225'))

SELECT

CASE

WHEN abnormal_count = 0

THEN 'NEXT IPL WILL BE NORMAL'

ELSE 'NEXT IPL WILL BE ABNORMAL - ABNORMAL END COUNT: ' concat abnormal_count

END

AS next_ipl_indicator FROM abnormal;

Either way, ACS needs to be in your arsenal if you're an IBM i administrator, developer, or database analyst. And it updates frequently.

7.3 TR4 Updates

Here are the updates of the IBM Announcement on 7.3 TR4 (copied directly from the announcement):

CL Program Language

ILE CL source code stored in IFS stream files can be compiled. The SRCSTMF and INCDIR parameters are added to the CRTCLMOD and CRTBNDCL commands so developers can compile ILE CL programs from source stored in IFS stream files.

In addition, the SRCSTMF parameter has been added to the INCLUDE command so users can embed another source file stored in an IFS stream file.

SMTP Distribution List Enhancement

A distribution list contains a list of email addresses or other distribution lists to simplify sending emails to a group of users.

This new feature (PTF SI63689) adds new functions for supporting SMTP distribution list under *SMTP and *SMTPMSF mode:

CRTSDSTL (Create SMTP Dist List)

CHGSDSTL (Change SMTP Dist List)

DLTSDSTL (Delete SMTP Dist List)

RNMSDSTL (Rename SMTP Dist List)

DSPSDSTL (Display SMTP Dist List)

WRKSDSTL (Work with SMTP Dist Lists)

ADDSDSTLE (Add SMTP Dist List Entry)

RMVSDSTLE (Remove SMTP Dist List Entry)

IBM i Integrated Web Services Server

Integrated Web Services now includes a number of key updates and enhancements to help both the developer and the system administrator.

     VarChar support - Users are able to define varchar fields in order to determine how much data was passed in or is to be returned. In addition, it eliminates the need to have an additional field when using the detect length fields support in order to determine lengths of fields.

     Authenticated user - The web services can now run under the authenticated user. Previously, the user needed to be specified when the web service was deployed.

     Web service redeploy - The web service can be redeployed without requiring the service to be uninstalled first. This is a great improvement for the administrators when updating the services engine for updates to the service.

To get the updates, load the latest HTTP PTF Group.

IBM i Integrated Web Services Client for ILE

The client transport support of the Integrated Web Services client has been enhanced to support the ability to retrieve the SOAP defined error fault specification from your RPG program.

When a client is using RPG stubs to invoke SOAP web services and a SOAP fault is returned by the server, there was no way to retrieve the SOAP fault data. If an error occurs in a web service, a fault message is returned to the client. The basic structure of the fault message is defined in the SOAP specifications. Each fault message can include XML that describes the specific error condition. These updates are included in the latest HTTP PTF Group. Details can be found in the Web Services Client for ILE Programming Guide and the Technology Updates web page, which may be found on the Integrated Web Services Product page.

For more details on this most recent enhancement, see the IBM Integrated Web Services for i Technology Updates page.

IBM i Access for Web - Mobile Solutions for i

IBM Access for Web (5770-XH2), the core for our mobile system access and management support, has been updated to now run on the latest versions of WebSphere Application Server V9.

Enhancements to Software Installation

IBM i is extending its recently introduced installation method that uses USB Removable Mass Storage technology, making the IBM i installation easier and more convenient. Additional devices are now supported. In addition to use of a USB Flash drive, RDX media is now also supported. Besides downloading to an IBM i partition or a Windows PC, the IBM i images from the Entitled Systems Support (ESS) website can be downloaded to a Mac for copying to a USB removable media. The IBM-provided USB utility program that is used to copy the Licensed Machine Code from the ESS website to a USB media has been enhanced with a GUI.

IBM i Access Client Solutions

IBM i Access Client Solutions (ACS) continues along the path of becoming the IBM i tool of choice for administrators, programmers, and database engineers. This Technology Refresh includes many user-requested functions and features. These are listed below:

   5250 Emulator:

       Updated support for the traditional Chinese CCSID 1371 has been added.

   Integrated File System enhancements:

       In the list of objects and folders, a new action 'Permissions' has been added for all the users to view the authority setting for each object or folder.

       A new action 'View' has been added to the list of objects allowing the user to view the contents for selected objects within the IFS.

   Database specific enhancements in ACS:

       Within the SQL Performance Center, the sorting for Show Statements has been improved and enhanced.

       Support for Properties, Start/End, and Swap Receivers has been added to the Journal section.

       Within Visual Explain a new legend has been included to help the user better understand what is being viewed.

These and other ACS enhancements can easily be obtained from the Access family product web page.

Rational Development Studio for i

Rational Development Studio for i is providing enhancements to the key languages, extending developer capabilities and increasing productivity.

RPG

The RPG IV language continues to be enhanced with significant new functions.

New operation code DATA-INTO allows RPG programmers to parse structured data in any format into an RPG variable. The DATA-INTO operation is similar to the XML-INTO operation except that the RPG programmer must specify a program or procedure to parse the data. This enables new data definition objects like JSON to be parsed natively in your RPG program.

For example

DATA-INTO myDs %DATA('myfile.json' : 'doc=file') %PARSER('MYLIB/MYJSONPARS');

Some sample parsers will be provided (for example, a JSON parser and a parser for a properties file). Users, ISVs, and business partners will be able to write their own data parser to include new data types they deem important. For more information about the features, see the RPG Cafe wiki page.

Backup, Recovery and Media Services for i

Backup, Recovery and Media Services for i (BRMS, 5770-BR1) 7.2 and later is enhanced with cloud remote system restore, which is the capability to restore virtual backup media from a cloud location to an alternate location on a system other than the originating system. Note that storing data in the cloud requires IBM Cloud Storage Solutions for i (5733-ICC). The BRMS PTF Group will be available March 16, 2018.

ARCAD Observer for IBM i

The ARCAD Observer for IBM i (5733-AO1) new level includes updates and fixes to help the IBM i development community navigate the world of modernization and development on IBM i. Some of the key updates include:

   Multijob compile. The compile process is split into multiple jobs to improve the compile performance.

   Support for RDi 9.6. This latest version of ARCAD Observer for IBM i takes advantage of the latest updates in Eclipse and requires the following versions:

       Rational Developer for i: RPG and COBOL Tools 9.6, or later

       Rational Developer for i: RPG and COBOL and Modernization Tools, Javaâ„¢ Edition 9.6, or later

This new level of ARCAD Observer for IBM i is equivalent to ARCAD Observer 10.08.02. To acquire this new level, the ARCAD Observer for IBM i V1.1 download on the Entitled System Support (ESS) will be replaced on March 16, 2018. Clients who downloaded ARCAD Observer for IBM i V1.1 from ESS prior to March 16, 2018 should download the product again on or after that date.

ARCAD Converter for IBM i 10.08.02 - New conversion warnings and remediation views

The ARCAD Converter 10.08.02 includes additional features for managing truncation risk.These features specifically address the language changes made between RPG 400 or RPG ILE and RPG Free Form, providing:

   Identification of any truncation risks within code

   Fixes for truncation risk, applied automatically or manually according to user choice

Available from both RDi plug-in and native, new conversion warnings and conversion warning remediation views allow users to override default conversions on global, member, or line basis to deal with possible numeric truncation or indicator differences for CHECK, SCAN, and LOOKUP in converted source.

IBM Software Announcements

IBM Notes/Domino 9.0.1

IBM Notes/Domino 9.0.1 Feature Pack 10 includes a number of fixes and enhancements. It upgrades Eclipse/OSGI to the 4.6.2 version for both Notes client and Domino server, upgrades the embedded Sametime® to 9.0.1.x in the Notes client, upgrades Designer to JVM 1.8 compile time, and provides an add-on installer for CCM.

Simplified D-Mode IPL

The IPL process has been simplified for companies not using a Hardware Management Console (HMC). This is specifically for Disaster Recovery and install IPLs (that is, D-mode IPLs) for servers with POWER9 technology. A DVD is no longer required to IPL to DST and then continue with another device. Instead, the load source for a D-mode IPL uses the integrated USB adapter in the POWER9 System Unit. You can use any of the integrated system USB ports and USB IPL hardware types (for example, DVD, RDX, USB Flash drive) for an entire install operation.

 

Steve Pitcher
Steve Pitcher works with iTech Solutions, an IBM Premier Business Partner. He is a specialist in IBM i and IBM Power Systems solutions since 2001. Feel free to contact him directly 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: