Migrate IZSME data from Zowe 1 to Zowe 2
Use this procedure to migrate your IZSME® data from Zowe® 1 to Zowe 2.
Before you begin
You must have IZSME installed in Zowe 2. For more information, see Install IZSME in Zowe 2.
About this task
You can use an IZSME instance from Zowe 1 in Zowe 2. By migrating the IZSME data, all configured connections, downloaded SDA files, and settings will be available in Zowe 2. The minimum required PTF level is OA64754.
Use the following steps to migrate your IZSME data from Zowe 1 to Zowe 2.
Procedure
- Copy IZSME data from Zowe 1 to Zowe 2 by issuing the following z/OS®
UNIX® System Services commands:
where:cp -R <ZOWE_V1_INSTANCE_DIRECTORY>/workspace/app-server/ZLUX/pluginStorage/com.rs.om.webportal <ZOWE_V2_INSTANCE_DIRECTORY>/workspace/app-server/ZLUX/pluginStorage/com.rs.om.webportal cp -R <ZOWE_V1_INSTANCE_DIRECTORY>/workspace/app-server/ZLUX/pluginStorage/com.rs.tep.queryhandler <ZOWE_V2_INSTANCE_DIRECTORY>/workspace/app-server/ZLUX/pluginStorage/com.rs.tep.queryhandlerZOWE_V1_INSTANCE_DIRECTORYis the path to the Zowe 1 instanceZOWE_V2_INSTANCE_DIRECTORYis the path to the Zowe 2 instance
- (Optional) If you plan to continue to use your Zowe 1 instance, you must provide a new value for the Java
Sidecar listener port range for the Zowe 2 instance;
the value for Zowe 2 must be different from the
value in Zowe 1. To update the port range, change
the value for the
javaListenerPortproperty in thepluginConfig.jsonconfiguration file, which exists in the following location:
where:<ZOWE_V2_INSTANCE_DIRECTORY>/workspace/app-server/ZLUX/pluginStorage/com.rs.tep.queryhandler/pluginConfiguration/pluginConfig.jsonZOWE_V2_INSTANCE_DIRECTORYis the path to the Zowe 2 instance