power9 and ibm i: install, upgrade and backup using … · since v5r1 ibm i has been distributed on...

73
© 2018 IBM Corporation © 2018 IBM Corporation POWER9 and IBM i: Install, upgrade and backup using USB Robert A Schuster IT Specialist Power Systems IBM Power Systems technical webinar series (Power VUG)

Upload: lytuong

Post on 20-Sep-2018

220 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

© 2018 IBM Corporation© 2018 IBM Corporation

POWER9 and IBM i: Install,

upgrade and backup using USB

Robert A Schuster

IT Specialist – Power Systems

IBM Power Systems technical webinar series (Power VUG)

Page 2: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

D-Mode IPL from RMS Media

Jim Tilbury – Thanks for your support !

IBM i removable media

© 2018 IBM Corporation

Page 3: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive.

The computer industry has been moving away from DVD drives being standard, and typically use USB devices as their portable media.

When IBM POWER9 systems become available, there will be no integrated DVD-Drive available. Question: What is IBM's strategy for distributing i?

Background

© 2018 IBM Corporation

Page 4: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

USB attachment has become ubiquitous and inexpensive.

Flash “thumb” drives are very inexpensive and easy to use.

Downloading from ESS is acceptable, but “burning” IBM bootable media is problematic (3rd party software frequently “fixes” the media and makes it non-IPL capable)

Assertions

© 2018 IBM Corporation

Page 5: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Optical container support was first added with 7.2 TR5 and 7.3 TR1

RMS (removable mass storage) includes RDX cartridges and Flash drives,

which configure on i as optical class devices. (Flash drives configure as a

632C-005, with a Media Type of *DEVICE)

*CONTAINER is a INZOPT option that allows an optical class device to

hold media images (virtual media) and work similarly to an IMGCLG.

If a media is formatted as a *CONTAINER, and then an IPL capable save

(e.g. SAVSYS) is done to the media, it will still be a *CONTAINER. When

a D-Mode IPL is done from a container media, the LIC code will

automatically create a virtual resource that includes the bootable volume

as the first entry, and will automatically load any other media images on

the volume.

Boot from this media type is supported in V7R2 TR5 and V7R3 TR1 and

later

Optical container support

© 2018 IBM Corporation

Page 6: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

666

With IBM i 7.2 TR7 and 7.3 TR3 support was added for installing Power

Systems with POWER8 and later technology using USB 3.0 flash drives

and IBM i images downloaded from the Entitled Systems Support (ESS)

website.

Two ESS features are now provided for the bootable LIC media.

First is the normal DVD based image that was previously available

Second is a new image (USB I_BASE_01_Licensed_Machine_Code*.img) that is

targeted for the 512 byte blocks found on RMS media.

An IBM supplied tool is also provided to “burn” USB Flash Media for install. Tool is a Java 8 program, found with the same feature as the new image.

Targeted to run on Windows or MacOS X.

No charge.

Burned filesystem will be expanded to make full flash capacity usable.

New install option leveraging optical containers

© 2018 IBM Corporation

Page 7: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

“_CONT” is added to the volume name to prevent problems with duplicate IFS file names.

When a D-Mode IPL is done, the virtual device will be reported as the load source device

(this means the virtual device will be the default source for install).

After the copy to RMS option completes, if the flash is inserted into IBM i, the

system will automatically create a virtual drive and load the physical media image

as the first file. For example, WRKOPTVOL:

*CONTAINER RMS (cont)

© 2018 IBM Corporation

Page 8: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Allow the DVD images on ESS to be added to the FLASH,

so the device can be used as an IMGCLG to both boot, and

install both LIC and other software.

*CONTAINER media allows both DVD and RMS flash

images in the catalog

The LIC code will load and sort the images. All images

must be in the root directory.

WRKIMGCLGE *DEV OPTVRTxx will display the loaded

images and allow switching. (Very similar to NFS

backed... does not support all the IMGCLG commands.See developer works:

https://www.ibm.com/developerworks/community/wikis/home/wiki/IBM%20Remov

able%20Media%20on%20IBM%20i/page/Optical%20Containers?lang=en

*CONTAINER RMS (cont)

© 2018 IBM Corporation

Page 9: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Optical Containers - developerWorks

9

© 2018 IBM Corporation

Page 10: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Install code knows how to switch media when needed. But to switch manually (e.g. LPPs),

use WRKIMGCLGE *DEV OPTVRTxx

*CONTAINER RMS – Media Switch

© 2018 IBM Corporation

Page 11: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

VERY similar...

QOPT *CONTAINER does not require the VOLUME_LIST file. If present, does respect

the list. If not present, will attempt to load/sort all files in root as ISO files.

If the physical media is bootable, the first image in the virtual volume is always the actual

physical volume (so that the virtual load source has the LIC code first).

Volumes default to read only, just as with NFS backed.

If mastering via IFS IMGCLG, Differences exist for the LIC code (I_BASE_01/SAVEDS

volume), see developerWorks.

/QOPT *CONTAINER vs NFS IMGCCLG

© 2018 IBM Corporation

Page 12: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

What does config LOOK like?

From System Service Tools, Hardware Service Manager view:

© 2018 IBM Corporation

Page 13: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like ? How do I create USB IBM i Key ?

13© 2018 IBM Corporation

https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/IBM%20Removable%20Media%20

on%20IBM%20i/page/Adding%20virtual%20volumes%20to%20optical%20containers%20for%20install

Page 14: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like ? Creating USB IBM i Key

14© 2018 IBM Corporation

https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/IBM%20Removable%20Media%20

on%20IBM%20i/page/Adding%20virtual%20volumes%20to%20optical%20containers%20for%20install

For USB 3.0 devices the 32GB max capacity restriction was removed with 7.2 PTF MF63610 and 7.3 PTF MF63611.

Page 15: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like ? Readme.txt

15© 2018 IBM Corporation

Page 16: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like ? Readme.txt

16© 2018 IBM Corporation

Page 17: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like ? Readme.txt

17© 2018 IBM Corporation

For more information, please visit the IBM i Technology Updates wiki in developerWorks(R)

https://www.ibm.com/developerworks/community/wikis/home/wiki/IBM%20i%20Technology%20Updates/page/New%20

installation%20process%20for%20LIC%20using%20USB%203.0%20media

Page 18: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like ? ESS Download Site V7R3

18© 2018 IBM Corporation

Page 19: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like ? ESS Download Site V7R3

19© 2018 IBM Corporation

Page 20: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like ? ESS Download Site V7R3

20© 2018 IBM Corporation

Page 21: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like ? ESS Download Site V7R3

21© 2018 IBM Corporation

Page 22: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like ? ESS Download Site V7R2

22© 2018 IBM Corporation

Page 23: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like ? ESS Download Site V7R2

23© 2018 IBM Corporation

Page 24: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like ? Utility for Bootable_Licensed_Machine_Code

24© 2018 IBM Corporation

Page 25: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like in real life ? command line

25© 2018 IBM Corporation

"C:\Program Files (x86)\IBM\Java80\jre\bin\java.exe" -jar USBUtility-1.3.0.0.jar G: USB_I_BASE_01_Licensed_Machine_Code_RS_730-E_LCD8_2327_01.img

Page 26: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Development heard the calls for a better interface !!

26© 2018 IBM Corporation

Page 27: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Development heard the calls for a better interface !!

27© 2018 IBM Corporation

Page 28: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like in real life ?

28© 2018 IBM Corporation

Page 29: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like in real life ? My 7.3 USB Key !

29© 2018 IBM Corporation

Page 30: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like in real life ? D Mode IPL !! POWER9 and HMC managed

30© 2018 IBM Corporation

Page 31: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like in real life ? D Mode IPL !! POWER9 and HMC managed

31© 2018 IBM Corporation

Page 32: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like in real life ? D Mode IPL !! POWER9 and HMC managed

32© 2018 IBM Corporation

Page 33: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like in real life ? D Mode IPL !! POWER9 and HMC managed

33© 2018 IBM Corporation

Page 34: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like in real life ? D Mode IPL !! POWER9 and HMC managed

34© 2018 IBM Corporation

Page 35: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like in real life ? D Mode IPL !! POWER9 and HMC managed

35© 2018 IBM Corporation

Page 36: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like in real life ? D Mode IPL !! POWER9 and HMC managed

36© 2018 IBM Corporation

Page 37: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like in real life ? D Mode IPL !! POWER9 and HMC managed

37© 2018 IBM Corporation

Page 38: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like in real life ? D Mode IPL !! POWER9 and HMC managed

38© 2018 IBM Corporation

Page 39: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like in real life ? D Mode IPL !! POWER9 and HMC managed

39© 2018 IBM Corporation

Page 40: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like in real life ? D Mode IPL !! POWER9 and HMC managed

40© 2018 IBM Corporation

Page 41: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like in real life ? D Mode IPL !! POWER9 and HMC managed

41© 2018 IBM Corporation

Page 42: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like in real life ? D Mode IPL !! POWER9 and HMC managed

42© 2018 IBM Corporation

Page 43: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like in real life ? D Mode IPL !! POWER9 and HMC managed

43© 2018 IBM Corporation

Page 44: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

So what does this all look like in real life ? D Mode IPL !! POWER9 and HMC managed

44© 2018 IBM Corporation

Page 45: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Using Optical Containers

45© 2018 IBM Corporation

Page 46: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Using Optical Containers

46© 2018 IBM Corporation

Page 47: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Using Optical Containers

47© 2018 IBM Corporation

Page 48: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Using Optical Containers

48© 2018 IBM Corporation

Page 49: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Using Optical Containers

49© 2018 IBM Corporation

Page 50: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Using Optical Containers

50© 2018 IBM Corporation

Page 51: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Using Optical Containers

51© 2018 IBM Corporation

Page 52: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Using Optical Containers

52© 2018 IBM Corporation

Page 53: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Using Optical Containers

53© 2018 IBM Corporation

Page 54: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Using Optical Containers

54© 2018 IBM Corporation

https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_73/apis/qmocrtcv.htm

Page 55: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Using Optical Containers

55© 2018 IBM Corporation

Page 56: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Using Optical Containers

56© 2018 IBM Corporation

Page 57: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Using Optical Containers

57© 2018 IBM Corporation

Page 58: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Using Optical Containers

58© 2018 IBM Corporation

Page 59: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Using Optical Containers

59© 2018 IBM Corporation

Page 60: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Using Optical Containers

60© 2018 IBM Corporation

Page 61: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Using Optical Containers

61© 2018 IBM Corporation

Page 62: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Using Optical Containers

62© 2018 IBM Corporation

Page 63: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Using Optical Containers

63© 2018 IBM Corporation

Page 64: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Using Optical Containers

64© 2018 IBM Corporation

Page 65: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Using Optical Containers

65© 2018 IBM Corporation

Page 66: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Using Optical Containers

66© 2018 IBM Corporation

Page 67: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Using Optical Containers

67© 2018 IBM Corporation

Page 68: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

Using Optical Containers

68© 2018 IBM Corporation

Page 69: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

eConfig - RDX and S914

69© 2018 IBM Corporation

Page 70: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

eConfig - RDX/DVD and 7226-1U3

70© 2018 IBM Corporation

Page 71: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

© 2018 IBM Corporation

For More Information:

Some Links You Need Twitter #Hashtags

IBM i Home Page:

www.ibm.com/systems/i

IBM 30th Anniversary

http://ibmi30.mybluemix.net/

IBM Systems Magazine IBM i Edition:

http://ibmsystemsmag.com/ibmi/

Support Life Cycle:

https://www-01.ibm.com/software/support/ibmi/lifecycle/

License Topics:

https://www-01.ibm.com/support/docview.wss?uid=nas8N1022087

@IBMSystems

@COMMONug

@IBMChampions

@IBMSystemsISVs

@IBMiMag

@ITJungleNews

@SAPonIBMi

@SiDforIBMi

#IBMi30

#PowerSystems

#IBMi

#IBMAIX

#POWER8

#LinuxonPower

#OpenPOWER

#HANAonPower

#ITinfrastructure

#OpenSource

#HybridCloud

#BigData

Page 72: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

© 2018 IBM Corporation

For More Information:

Blogs

IBM Blogs:

• IBM Systems Magazine You and i (Steve Will)

• IBM Systems Magazine i-Can (Dawn May)

• IBM Systems Magazine: Open your i (Jesse Gorzinski)

• IBM DB2 for i (Mike Cain)

• IBM DB2 Web Query for i (Doug Mack)

IBM Champion’s Blogs:

• IBM Systems Magazine: iDevelop (Jon Paris and Susan Gantner)

• IBM Systems Magazine: iTalk with Tuoy

http://ibmsystemsmag.com/blogs/you-and-i/

http://ibmsystemsmag.com/blogs/i-can/

http://ibmsystemsmag.com/blogs/open-your-i/

http://db2fori.blogspot.co.uk/

http://db2webqueryi.blogspot.co.uk/

http://ibmsystemsmag.com/blogs/idevelop/

http://ibmsystesmag.com/ibmi/trends/italk-with-tuohy/

Page 73: POWER9 and IBM i: Install, upgrade and backup using … · Since V5R1 IBM i has been distributed on CD/DVD, and all supported systems have had an integrated drive. The computer industry

75© 2018 IBM Corporation