+

Search Tips   |   Advanced Search

IBM i stand-alone: Configure the portal to use DB2 for IBM i


View the steps to manually transfer data to the IBM DB2 Universal Databaseā„¢ for i database you have set up. As an alternative to the manual database transfer procedure described here, we can use the configuration wizard to complete the database transfer task. However, we cannot specify all settings through the configuration wizard.

For example, regardless of the method used to transfer data, you must run a configuration task to create JMS resources as described in this topic.


Before beginning:
Ensure that the following prerequisites are met:

  1. Stop the WebSphere_Portal server:

    • stopServer WebSphere_Portal -username wpadmin -password foo

  2. Validate configuration properties using the ConfigEngine.sh validate-database -DWasPassword=foocommand.

    Add -DTransferDomainList to the validating task to specify the domains to validate; for example...

      -DTransferDomainList=jcr

    To validate all domains, do not specify this parameter.

  3. Transfer the database:

    Important: Do not execute the database-transfer task as a background process. This might cause the task to stall.

      • Set -DTransferDomainList to include only the domains to transfer.

        For example, to transfer only the JCR domain we can enter the following command: ConfigEngine.sh database-transfer -DTransferDomainList=jcr -DWasPassword=foo

      • This note only applies when transferring databases from IBM DB2 for i to another server with IBM DB2 for i. If we are transferring databases from a database other than IBM DB2 for i, we can skip this note. Use SBMJOB to submit the Qshell script as a batch job to run in *BASE pool when *INTERACT pool does not have 1GB or more of allocated memory.

        For example: SBMJOB CMD(STRQSH CMD(ConfigEngine.sh database-transfer -DWasPassword=foo)

    1. Log output is written to:

        WP_PROFILE/ConfigEngine/log/ConfigTrace.log

      If the configuration fails, verify the values in the wkplc.properties, wkplc_dbdomain.properties, and wkplc_dbtype.properties files and then repeat this step.

  4. Start the WebSphere Portal server.

If you have additional nodes already configured, compare the following file on all nodes with the file from the primary node. Ensure all instances of the file are identical:

If the files are not identical, copy icm.properties from the primary node on which you ran the database-transfer task to the node.

  1. Stop the portal server on the secondary nodes.

  2. Copy

      WP_PROFILE/PortalServer/jcr/lib/com/ibm/icm/icm.properties

    from the primary node and replace icm.properties on the secondary nodes.

  3. Start the portal server on the secondary nodes.


Parent: IBM i stand-alone: Prepare DB2 for IBM i
Previous: IBM i stand-alone: Grant privileges to IBM DB2 for i database users
Next: IBM i stand-alone: Verify the DB2 for IBM i configuration