Software requirements
The software required by IBM® i Migrate While Active when using partition mirroring is detailed in this section.
IBM i options and products
Install the following software products and options before using partition mirroring.
| Product and Option | Description | Notes |
|---|---|---|
| 5770SS1 Option 1 | Extended Base Support | Required |
| 5770SS1 Option 3 | Extended Base Directory Support | Required |
| 5770SS1 Option 12 | Host Servers | Required |
| 5770SS1 Option 30 | Qshell | Required |
| 5770SS1 Option 33 | Portable Application Solutions Environment (PASE) | Required |
| 5770DBM *BASE | IBM Db2® Mirror for i | Required |
| 5770DBM Option 2 | IBM i Migrate While Active | Required. May appear as Reserved - Option 2 or Migration Feature in some interfaces. |
| 5770DG1 *BASE | IBM HTTP Server for i | Optional. Required to run the Db2 Mirror GUI on the source node. |
| 5770JV1 *BASE | IBM Developer Kit for Java™ | Optional. Required to run the Db2 Mirror GUI on the source node. |
| 5770JV1 Option 16, 17, 19, or 20 | Java SE 8, 11, or 17 | Optional. Any supported version of Java must be installed to run the Db2 Mirror GUI on the source node. |
| 5770TC1 *BASE | IBM TCP/IP Connectivity for i | Required |
| Product and Option | Description | Notes |
|---|---|---|
| 5770SS1 Option 1 | Extended Base Support | Required |
| 5770SS1 Option 3 | Extended Base Directory Support | Required |
| 5770SS1 Option 12 | Host Servers | Required |
| 5770SS1 Option 30 | Qshell | Required |
| 5770SS1 Option 33 | Portable Application Solutions Environment (PASE) | Required |
| 5770DBM *BASE | IBM Db2 Mirror for i | Required |
| 5770DG1 *BASE | IBM HTTP Server for i | Required |
| 5770JV1 *BASE | IBM Developer Kit for Java | Required |
| 5770JV1 Option 16, 17, 19, or 20 | Java SE 8, 11, or 17 | Any supported version of Java must be installed to run the Db2 Mirror GUI. |
| 5770TC1 *BASE | IBM TCP/IP Connectivity for i | Required |
Open-source packages
| Package | Minimum Version Required |
|---|---|
| cloud-init | 1.5.1 |
| python39 | 3.9.10 |
| python39-ibm_db | 2.0.5.12 |
PTF groups
Before beginning the migration process, it is best to prepare your environment by installing the latest level of PTF groups. The latest level of PTF groups can be found here: IBM i Group PTFs with latest level.
To understand whether the latest level of these PTF groups are applied, use the following query:
WITH ILEVEL (IVERSION, IRELEASE) AS (
SELECT OS_VERSION, OS_RELEASE
FROM SYSIBMADM.ENV_SYS_INFO
)
SELECT P.*
FROM ILEVEL, SYSTOOLS.GROUP_PTF_CURRENCY P
WHERE PTF_GROUP_RELEASE = 'R' CONCAT IVERSION CONCAT IRELEASE CONCAT '0'
ORDER BY PTF_GROUP_LEVEL_AVAILABLE - PTF_GROUP_LEVEL_INSTALLED DESC;
Individual PTFs
The Db2 Mirror PTF group is typically refreshed several times a year. As noted earlier, the best practice for Migrate While Active users is to have the most recently released PTF group levels installed on the source node before using Migrate While Active. Prior to the next PTF group levels being released, see the following web page for a list of the latest individual PTFs that have not yet been included in a PTF group: IBM i Migrate While Active - PTF Information.
Copy node software requirements
The source and copy node must be installed with matching levels of Licensed Internal Code (LIC) before beginning the migration process. For complete details about the software requirements for the copy node, see the following web page: IBM i Migrate While Active - Copy node software and storage requirements for partition mirroring.
