Migrating data from existing custom classes to out-of-the-box classes
This section describes the steps required to migrate data from existing custom classes to the out‑of‑the‑box classes provided in the latest version of the ServiceNow application.
Before you begin
- Install the plugin required for out‑of‑the‑box classes. To do this, search for and open Application Manager in ServiceNow, locate the CMDB CI Class Models plugin, and click Install to activate it. The out‑of‑the‑box classes are fully available only after you install this plug‑in.
-
Export the required custom classes and CI relationships to an XML file. This backup ensures you can easily revert changes if any issues arise during the process.
To export the required classes, open zTables, select the CI table, expand the Column options, and select .
Note: Ensure that no filters are applied to the tables during export.Export each of the following classes:Table 1. Custom classes to be exported Class name Class table IBM Mainframe zOS Cluster (Sysplex) x_ibmg3_ibm_zsyste_zos_cluster_sysplex IBM Db2 for zOS x_ibmg3_ibm_zsyste_zos_db2 IBM Db2 Cluster for zOS (Data Sharing Group) x_ibmg3_ibm_zsyste_zos_db2_cluster_data_sharing_group IBM zOS Db2 Database x_ibmg3_ibm_zsyste_zos_db2_database IBM zOS Db2 Stored Procedure x_ibmg3_ibm_zsyste_zos_db2_stored_procedure IBM CICS Region for zOS x_ibmg3_ibm_zsyste_zos_cics IBM CICS Transaction x_ibmg3_ibm_zsyste_zos_cics_transaction IBM IMS for zOS x_ibmg3_ibm_zsyste_zos_ims IBM IMS Database x_ibmg3_ibm_zsyste_zos_ims_database IBM IMS Transaction x_ibmg3_ibm_zsyste_zos_ims_transaction IBM MQ Manager for zOS x_ibmg3_ibm_zsyste_zos_mq IBM MQ Queue x_ibmg3_ibm_zsyste_zos_mq_queue IBM MQ Local Queue x_ibmg3_ibm_zsyste_zos_mq_local_queue IBM MQ Remote Queue x_ibmg3_ibm_zsyste_zos_mq_remote_queue IBM MQ Model Queue x_ibmg3_ibm_zsyste_zos_mq_model_queue IBM MQ Alias Queue x_ibmg3_ibm_zsyste_zos_mq_alias_queue To export the CI relationship table, search for cmdb_rel_ci.list in ServiceNow. Expand the Column options, and select .
-
Ensure that you are using the latest version of the ServiceNow application.
-
Ensure that all scheduled flows are deactivated, including the IBM Z Discovery Scheduled Flow.
To deactivate the IBM Z Discovery Scheduled Flow, open Flow Designer, search for and select IBM Z Discovery Scheduled Flow, and click Deactivate in the top‑right corner.
To deactivate any other flow, open the respective flows, and click Deactivate in the top‑right corner.
About this task
Starting with ServiceNow version 1.6.0, all newly processed data is ingested directly in the ServiceNow out‑of‑the‑box classes instead of the custom classes previously provided by the IBM Z® Resource Discovery application. This update improves performance and enables faster data retrieval within ServiceNow. While new data is automatically saved to the out‑of‑the‑box classes, any existing data stored in custom classes must be manually migrated using the provided scheduled migration scripts.