Moving an Oracle Fusion Middleware Database to a New Host using chghost.sh
Steps to move Fusion database to a different host
Source:
host: tficttapps
OS: Solaris 11.4
Weblogic 12.2.1.4
Manged Services: WLS_FORMS, WLS_REPORTS
Database: 19c
Database and FMW is running currently from same host.
We want to migrate database to a different host
Target
Host: tfictdb
OS: AIX 7.2
Database: 19c
Stop the Managed Servers and the Database services.
change all database sources to point to new database host
Give new database host details
host:port/service_name
This will change configuration xml under
/u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict/config
like
LocalSvcTblDataSource-jdbc.xml
opss-audit-jdbc.xml
Database Part
clone/migrate the database on the target host
start listener and the database and make sure that FMW application host has connectity to the new database host and database connection can be established
This is the supported utility we will be using for this activity
Modify TNS names in the FMW configuration
/u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict/config/fmwconfig
modify the tns to reflect new database host details
Create Wallet
create wallet($ORACLE_HOME\oracle_common\common\bin\configWallet.sh)
apps@tficttapps:/u01/app/apps/middleware/product/12.2.1/oracle_common/common/bin$ ./configWallet.sh -walletDir /u01/wrk/fmw_db_hst_change/wallet weblogic
weblogic:
Confirm weblogic:
Enter weblogic password twice. This will create wallet and this wallet is going to be used with chghost.
apps@tficttapps:/u01/wrk/fmw_db_hst_change/wallet$ ls
cwallet.sso cwallet.sso.lck
Wallet successfuly got created
Create an input file: this will contain old an new database host names
cat chng_host.par
[ARGUMENTS]
[DATABASE_MAPPING]
tficttapps.test.com=tfictdb .test.com
now run the chghost.sh command to change the hostname in the configuration
Make sure all weblogic services are down, chghost.sh will start and stop services during hostname change
Location: /u01/app/apps/middleware/product/12.2.1/oracle_common/bin
./chghost.sh -chgHostInputFile /u01/wrk/fmw_db_hst_change/chng_host.par -javaHome /u01/app/apps/jdk1.8.0_291 -domainLoc /u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict -domainAdminUserName weblogic -walletDir /u01/wrk/fmw_db_hst_change/wallet -logPriority INFO -logDir /u01/wrk/fmw_db_hst_change/chng_host_log
./chghost.sh -chgHostInputFile /u01/wrk/fmw_db_hst_change/chng_host.par -javaHome /u01/app/apps/jdk1.8.0_291 -domainLoc /u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict -domainAdminUserName weblogic -walletDir /u01/wrk/fmw_db_hst_change/wallet -logPriority INFO -logDir /u01/wrk/fmw_db_hst_change/chng_host_logLog of chghost
Command that will be executed :
/u01/app/apps/jdk1.8.0_291/jre//bin/java -Xms4g -Xmx8g -DignoreErrors=true -Dweblogic.security.SSL.ignoreHostnameVerification=true -d64 -cp /u01/app/apps/middleware/product/12.2.1/wlserver/server/lib/weblogic.jar:/u01/app/apps/middleware/product/12.2.1/oracle_common/modules/oracle.pki/oraclepki.jar:/u01/app/apps/middleware/product/12.2.1/oracle_common/jlib/cloningclient.jar:/u01/app/apps/middleware/product/12.2.1/oracle_common/jlib/chghost.jar:/u01/app/apps/middleware/product/12.2.1/oracle_common/modules/oracle.ldap/ojmisc.jar:/u01/app/apps/middleware/product/12.2.1/oracle_common/modules/features/cieCfg_cam_lib.jar oracle.glcm.fmw.chghost.Chghost -chgHostInputFile /u01/wrk/fmw_db_hst_change/chng_host.par -domainLoc /u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict -domainAdminUserName weblogic -walletDir /u01/wrk/fmw_db_hst_change/wallet -logPriority INFO -logDir /u01/wrk/fmw_db_hst_change/chng_host_log
Chghost Log File: /u01/wrk/fmw_db_hst_change/chng_host_log/CHGHOST2023-04-27_17-12_668274113/logs/chghost.log
Apr 27, 2023 5:12:44 PM oracle.glcm.fmw.chghost.util.DomainUtil isDomainHomeValid
INFO: DomainHome found from domain home /u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict is /u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict
Apr 27, 2023 5:12:48 PM oracle.glcm.fmw.chghost.util.DomainUtil isDomainHomeValid
INFO: [CHGHOST-21001-INFO] Domain home "/u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict" is configured using Oracle Home "/u01/app/apps/middleware/product/12.2.1".
Apr 27, 2023 5:12:48 PM oracle.glcm.fmw.chghost.util.DomainUtil isDomainHomeValid
INFO: [CHGHOST-23033-INFO] Domain home "/u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict" is configured using java home "/u01/app/apps/jdk1.8.0_161".
Apr 27, 2023 5:12:48 PM oracle.glcm.fmw.chghost.Chghost initializeDomainProps
INFO: Domain home /u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict is associated with Oracle home /u01/app/apps/middleware/product/12.2.1
Apr 27, 2023 5:12:48 PM oracle.glcm.fmw.chghost.framework.execute.ChangeHostExecute execute
INFO: Gathering more information from domain ...
Apr 27, 2023 5:12:48 PM oracle.glcm.fmw.chghost.util.DomainUtil isStandAloneAttributeSet
INFO: In domain home /u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict , value of cam-environment attribute is : appserver
Apr 27, 2023 5:12:48 PM oracle.glcm.fmw.chghost.util.DomainUtil isWebLogicManagedDomain
INFO: Domain home /u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict is a WebLogic managed domain.
Apr 27, 2023 5:12:48 PM oracle.glcm.fmw.chghost.util.DomainUtil isStandAloneAttributeSet
INFO: In domain home /u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict , value of cam-environment attribute is : appserver
Apr 27, 2023 5:12:48 PM oracle.glcm.fmw.chghost.util.DomainUtil isWebLogicManagedDomain
INFO: Domain home /u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict is a WebLogic managed domain.
Apr 27, 2023 5:14:30 PM oracle.glcm.fmw.chghost.framework.process.helper.PluginExecutionHelper updateChgHostConfigWithAdminHostAndPort
INFO: Found AdminServerName : AdminServer
Apr 27, 2023 5:14:30 PM oracle.glcm.fmw.chghost.framework.process.helper.PluginExecutionHelper updateChgHostConfigWithAdminHostAndPort
INFO: Trying to find out admin server host and port by reading its properties .
Apr 27, 2023 5:16:05 PM oracle.glcm.fmw.chghost.framework.process.helper.PluginExecutionHelper updateChgHostConfigWithAdminHostAndPort
INFO: Admin server host is :localhost . So setting its value to default value : localhost
Apr 27, 2023 5:16:05 PM oracle.glcm.fmw.chghost.framework.process.helper.PluginExecutionHelper updateChgHostConfigWithAdminHostAndPort
INFO: Admin server host and port are : localhost , 7001
Apr 27, 2023 5:16:06 PM oracle.glcm.fmw.chghost.framework.execute.ChangeHostExecute validateServerPort
INFO: Performing server port validation ...
Apr 27, 2023 5:16:06 PM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation isValidServerPorts
INFO: Trying to find out servers host and port from domain /u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict
Apr 27, 2023 5:17:31 PM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation isValidServerPorts
INFO: Entry in server_details_properties : server_name = WLS_FORMS server_host = 192.168.1.133 server_port = 9001 ssl_port = None
Apr 27, 2023 5:17:31 PM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation isValidServerPorts
INFO: Entry in server_details_properties : server_name = WLS_REPORTS server_host = 192.168.1.133 server_port = 9002 ssl_port = None
Apr 27, 2023 5:17:31 PM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation isValidServerPorts
INFO: Entry in server_details_properties : server_name = AdminServer server_host = All Local Addresses server_port = 7001 ssl_port = None
Apr 27, 2023 5:17:31 PM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation isValidServerPorts
INFO: Checking if ports are unique across all server or not ...
Apr 27, 2023 5:17:31 PM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation isValidServerPorts
INFO: No duplicate port found across servers.
Apr 27, 2023 5:17:31 PM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation isValidServerPorts
INFO: Port : 9001 is free to bind with localhost.
Apr 27, 2023 5:17:31 PM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation isValidServerPorts
INFO: Port : 9002 is free to bind with localhost.
Apr 27, 2023 5:17:31 PM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation isValidServerPorts
INFO: Port : 7001 is free to bind with localhost.
Apr 27, 2023 5:17:31 PM oracle.glcm.fmw.chghost.framework.execute.ChangeHostExecute valudateDBConnection
INFO: [CHGHOST-23044-INFO] Validating datasources using new database hosts {tdeptapps.kockw.com=tdeptdb.kockw.com}
Apr 27, 2023 5:17:31 PM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation isValidDataSources
INFO: Validating datasources if configured in the domain ...
Apr 27, 2023 5:18:53 PM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation isValidDataSources
INFO: Datasources configured in the domain are : ,WLSSchemaDataSource,LocalSvcTblDataSource,opss-data-source,opss-audit-viewDS,opss-audit-DBDS
Apr 27, 2023 5:18:53 PM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation validateDataSource
INFO: validating connection for datasource WLSSchemaDataSource
Apr 27, 2023 5:19:01 PM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation validateDataSource
INFO: connection is validated for datasource WLSSchemaDataSource
Apr 27, 2023 5:19:01 PM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation validateDataSource
INFO: validating connection for datasource LocalSvcTblDataSource
Apr 27, 2023 5:19:04 PM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation validateDataSource
INFO: connection is validated for datasource LocalSvcTblDataSource
Apr 27, 2023 5:19:04 PM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation validateDataSource
INFO: validating connection for datasource opss-data-source
Apr 27, 2023 5:19:05 PM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation validateDataSource
INFO: connection is validated for datasource opss-data-source
Apr 27, 2023 5:19:05 PM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation validateDataSource
INFO: validating connection for datasource opss-audit-viewDS
Apr 27, 2023 5:19:05 PM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation validateDataSource
INFO: connection is validated for datasource opss-audit-viewDS
Apr 27, 2023 5:19:05 PM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation validateDataSource
INFO: validating connection for datasource opss-audit-DBDS
Apr 27, 2023 5:19:06 PM oracle.glcm.fmw.chghost.framework.input.ChghostInputValidation validateDataSource
INFO: connection is validated for datasource opss-audit-DBDS
Apr 27, 2023 5:19:06 PM oracle.glcm.fmw.chghost.framework.execute.ChangeHostExecute backupConfigDir
INFO: Taking backup of config directory /u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict/config of size 36 MB , at /var/tmp/CHGHOST-1165727971/config_dir_backup_bf_any_update_601104090.jar
Apr 27, 2023 5:19:10 PM oracle.glcm.fmw.chghost.framework.execute.ChangeHostExecute updateHost
INFO: Updating domain present in admin server host with new host(s) information using standard wlst command in offline mode ...
Apr 27, 2023 5:21:04 PM oracle.glcm.fmw.chghost.framework.execute.ChangeHostExecute execute
INFO: Update of domain with new host(s) information using standard wlst command is successful.
Apr 27, 2023 5:21:04 PM oracle.glcm.fmw.chghost.framework.execute.ChangeHostExecute backupConfigDir
INFO: Taking backup of config directory /u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict/config of size 36 MB , at /var/tmp/CHGHOST-1165727971/config_dir_backup_af_any_update_-1066938942.jar
Apr 27, 2023 5:21:08 PM oracle.glcm.fmw.chghost.framework.execute.ChangeHostExecute execute
INFO: Updating domain with new host(s) information using chghost and T2P plugins ...
Apr 27, 2023 5:21:08 PM oracle.glcm.fmw.chghost.framework.process.PluginExecution executeAllPlugins
INFO: Gathering more information from domain ...
Apr 27, 2023 5:21:08 PM oracle.glcm.fmw.chghost.util.DomainUtil isStandAloneAttributeSet
INFO: In domain home /u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict , value of cam-environment attribute is : appserver
Apr 27, 2023 5:21:08 PM oracle.glcm.fmw.chghost.util.DomainUtil isWebLogicManagedDomain
INFO: Domain home /u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict is a WebLogic managed domain.
Apr 27, 2023 5:21:08 PM oracle.glcm.fmw.chghost.util.DomainUtil isStandAloneAttributeSet
INFO: In domain home /u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict , value of cam-environment attribute is : appserver
Apr 27, 2023 5:21:08 PM oracle.glcm.fmw.chghost.util.DomainUtil isWebLogicManagedDomain
INFO: Domain home /u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict is a WebLogic managed domain.
Apr 27, 2023 5:22:40 PM oracle.glcm.fmw.chghost.framework.process.helper.PluginExecutionHelper updateChgHostConfigWithAdminHostAndPort
INFO: Found AdminServerName : AdminServer
Apr 27, 2023 5:22:40 PM oracle.glcm.fmw.chghost.framework.process.helper.PluginExecutionHelper updateChgHostConfigWithAdminHostAndPort
INFO: Trying to find out admin server host and port by reading its properties .
Apr 27, 2023 5:24:02 PM oracle.glcm.fmw.chghost.framework.process.helper.PluginExecutionHelper updateChgHostConfigWithAdminHostAndPort
INFO: Admin server host is :localhost . So setting its value to default value : localhost
Apr 27, 2023 5:24:02 PM oracle.glcm.fmw.chghost.framework.process.helper.PluginExecutionHelper updateChgHostConfigWithAdminHostAndPort
INFO: Admin server host and port are : localhost , 7001
Apr 27, 2023 5:24:02 PM oracle.glcm.fmw.chghost.framework.process.helper.PluginExecutionHelper getT2PPlugins
INFO: Finding T2P plugins from Oracle home /u01/app/apps/middleware/product/12.2.1
Apr 27, 2023 5:24:02 PM oracle.glcm.fmw.chghost.framework.plugin.factory.PluginInfoFactory getPluginInfoObject
INFO: list of pluginFiles : [/u01/app/apps/middleware/product/12.2.1/oracle_common/plugins/t2p/wsm_t2p_registration.xml, /u01/app/apps/middleware/product/12.2.1/oracle_common/plugins/t2p/opss_t2p_registration.xml, /u01/app/apps/middleware/product/12.2.1/oracle_common/plugins/t2p/ums_t2p_registration.xml, /u01/app/apps/middleware/product/12.2.1/oracle_common/plugins/t2p/libovd_t2p_registration.xml, /u01/app/apps/middleware/product/12.2.1/oracle_common/plugins/t2p/adf_t2p_registration.xml]
Apr 27, 2023 5:24:02 PM oracle.glcm.fmw.chghost.framework.process.helper.PluginExecutionHelper getChgHostPlugins
INFO: Finding chghost plugins from Oracle home /u01/app/apps/middleware/product/12.2.1
Apr 27, 2023 5:24:02 PM oracle.glcm.fmw.chghost.framework.plugin.factory.PluginInfoFactory getPluginInfoObject
INFO: list of pluginFiles : [/u01/app/apps/middleware/product/12.2.1/oracle_common/plugins/chghost/opss_chghost_metadata.xml, /u01/app/apps/middleware/product/12.2.1/oracle_common/plugins/chghost/libovd_chghost_metadata.xml]
Apr 27, 2023 5:24:02 PM oracle.glcm.fmw.chghost.framework.plugin.factory.PluginInfoFactory getPluginInfoObject
INFO: list of pluginFiles : [/u01/app/apps/middleware/product/12.2.1/ohs/plugins/chghost/ohs_chghost_metadata.xml]
Apr 27, 2023 5:24:02 PM oracle.glcm.fmw.chghost.framework.plugin.filter.PluginFilter filterT2PPluginBasedOnChgHostPlugin
INFO: Removing T2P plugin /u01/app/apps/middleware/product/12.2.1/oracle_common/plugins/t2p/opss_t2p_registration.xml from execution list as corresponding chghost metadata file exist.
Apr 27, 2023 5:24:02 PM oracle.glcm.fmw.chghost.framework.plugin.filter.PluginFilter filterT2PPluginBasedOnChgHostPlugin
INFO: Removing T2P plugin /u01/app/apps/middleware/product/12.2.1/oracle_common/plugins/t2p/libovd_t2p_registration.xml from execution list as corresponding chghost metadata file exist.
Apr 27, 2023 5:24:02 PM oracle.glcm.fmw.chghost.framework.process.PluginExecution executeAllPlugins
INFO: Executing chghost plugins ...
Apr 27, 2023 5:24:02 PM oracle.glcm.fmw.chghost.framework.plugin.impl.chghost.ChghostMetadataPluginExecutorImpl executePlugin
INFO: Invoking file fixing for chghost metadata registration file /u01/app/apps/middleware/product/12.2.1/oracle_common/plugins/chghost/opss_chghost_metadata.xml
Apr 27, 2023 5:24:04 PM oracle.glcm.fmw.chghost.framework.plugin.impl.chghost.ChghostMetadataPluginExecutorImpl executePlugin
INFO: Status of Invoking file fixing forchghost metadata registration file /u01/app/apps/middleware/product/12.2.1/oracle_common/plugins/chghost/opss_chghost_metadata.xml is true
Apr 27, 2023 5:24:04 PM oracle.glcm.fmw.chghost.framework.plugin.impl.chghost.ChghostMetadataPluginExecutorImpl executePlugin
INFO: Invoking file fixing for chghost metadata registration file /u01/app/apps/middleware/product/12.2.1/oracle_common/plugins/chghost/libovd_chghost_metadata.xml
Apr 27, 2023 5:24:04 PM oracle.glcm.fmw.chghost.framework.plugin.impl.chghost.ChghostMetadataPluginExecutorImpl executePlugin
INFO: Status of Invoking file fixing forchghost metadata registration file /u01/app/apps/middleware/product/12.2.1/oracle_common/plugins/chghost/libovd_chghost_metadata.xml is true
Apr 27, 2023 5:24:04 PM oracle.glcm.fmw.chghost.framework.plugin.impl.chghost.ChghostMetadataPluginExecutorImpl executePlugin
INFO: Invoking file fixing for chghost metadata registration file /u01/app/apps/middleware/product/12.2.1/ohs/plugins/chghost/ohs_chghost_metadata.xml
Apr 27, 2023 5:24:04 PM oracle.glcm.fmw.chghost.util.FileUtil isAFileAndNonZeroSize
INFO: File /u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict/config/fmwconfig/components/OHS/instances/ohs1/.content_init is of zero size.
Apr 27, 2023 5:24:04 PM oracle.glcm.fmw.chghost.util.FileUtil isAFileAndNonZeroSize
INFO: File /u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict/config/fmwconfig/components/OHS/instances/ohs1/.ohs_instance is of zero size.
Apr 27, 2023 5:24:05 PM oracle.glcm.fmw.chghost.util.FileUtil isAFileAndNonZeroSize
INFO: File /u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict/config/fmwconfig/components/OHS/ohs1/.ohs_instance is of zero size.
Apr 27, 2023 5:24:05 PM oracle.glcm.fmw.chghost.framework.plugin.impl.chghost.ChghostMetadataPluginExecutorImpl executePlugin
INFO: Status of Invoking file fixing forchghost metadata registration file /u01/app/apps/middleware/product/12.2.1/ohs/plugins/chghost/ohs_chghost_metadata.xml is true
Apr 27, 2023 5:24:05 PM oracle.glcm.fmw.chghost.framework.process.PluginExecution executeAllPlugins
INFO: Status of execution of chghost plugins true
Apr 27, 2023 5:24:05 PM oracle.glcm.fmw.chghost.framework.process.PluginExecution executeAllPlugins
INFO: Executing T2P plugins ...
Apr 27, 2023 5:24:05 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.builder.T2PPluginBuilder buildPluginsByParsingRegistration
INFO: Preparing class loaders for all T2P plugins ...
Apr 27, 2023 5:24:05 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.builder.T2PPluginBuilder initializeClassLoaderForT2PPlugin
INFO: Initializing class loader for plugin registrationFileLoc: /u01/app/apps/middleware/product/12.2.1/oracle_common/plugins/t2p/wsm_t2p_registration.xml , productDir: /u01/app/apps/middleware/product/12.2.1/oracle_common , id : wsm , type: T2P ...
Apr 27, 2023 5:24:05 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.builder.T2PPluginBuilder initializeClassLoaderPerRegistrationFile
INFO: Initializing class loader for registration file =/u01/app/apps/middleware/product/12.2.1/oracle_common/plugins/t2p/wsm_t2p_registration.xml with ProductHome=/u01/app/apps/middleware/product/12.2.1/oracle_common
Apr 27, 2023 5:24:05 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.builder.T2PPluginBuilder initializeClassLoaderForT2PPlugin
INFO: Initializing class loader for plugin registrationFileLoc: /u01/app/apps/middleware/product/12.2.1/oracle_common/plugins/t2p/ums_t2p_registration.xml , productDir: /u01/app/apps/middleware/product/12.2.1/oracle_common , id : ums , type: T2P ...
Apr 27, 2023 5:24:05 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.builder.T2PPluginBuilder initializeClassLoaderPerRegistrationFile
INFO: Initializing class loader for registration file =/u01/app/apps/middleware/product/12.2.1/oracle_common/plugins/t2p/ums_t2p_registration.xml with ProductHome=/u01/app/apps/middleware/product/12.2.1/oracle_common
Apr 27, 2023 5:24:05 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.builder.T2PPluginBuilder initializeClassLoaderForT2PPlugin
INFO: Initializing class loader for plugin registrationFileLoc: /u01/app/apps/middleware/product/12.2.1/oracle_common/plugins/t2p/adf_t2p_registration.xml , productDir: /u01/app/apps/middleware/product/12.2.1/oracle_common , id : adf , type: T2P ...
Apr 27, 2023 5:24:05 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.builder.T2PPluginBuilder initializeClassLoaderPerRegistrationFile
INFO: Initializing class loader for registration file =/u01/app/apps/middleware/product/12.2.1/oracle_common/plugins/t2p/adf_t2p_registration.xml with ProductHome=/u01/app/apps/middleware/product/12.2.1/oracle_common
Apr 27, 2023 5:24:05 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl executeCopyConfigOps
INFO: * * * * * * * * executeCopy * * * * * * * *
Apr 27, 2023 5:24:05 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl executeCopyForJ2EEDomain
INFO: Building FMWT2PCopyBean object ...
Apr 27, 2023 5:24:05 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl executeCopyForJ2EEDomain
INFO: Starting AdminServer ...
Apr 27, 2023 5:24:05 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl startAdminServer
INFO: /u01/app/apps/middleware/product/12.2.1/user_projects/domains/tfict weblogic password : *** localhost 7001 /u01/app/apps/middleware/product/12.2.1
INFO : Apr 27, 2023 5:24:15 PM - CLONE-23538 Starting Administration Server ...
............ 1 minute ............ 2 minutes ............ 3 minutes .
INFO : Apr 27, 2023 5:29:33 PM - CLONE-23270 Connecting to domain runtime ...
INFO : Apr 27, 2023 5:29:33 PM - CLONE-23271 Trying to connect to localhost:7001 ...
INFO : Apr 27, 2023 5:29:33 PM - CLONE-23272 Successfully connected to the domain Runtime.
INFO : Apr 27, 2023 5:29:33 PM - CLONE-23266 Connecting to runtime ...
INFO : Apr 27, 2023 5:29:33 PM - CLONE-23271 Trying to connect to localhost:7001 ...
INFO : Apr 27, 2023 5:29:33 PM - CLONE-23269 Successfully connected to runtime.
INFO : Apr 27, 2023 5:29:33 PM - CLONE-23357 AdminServer is already running on port 7001
INFO : Apr 27, 2023 5:29:34 PM - CLONE-23552 Administration Server started successfully.
Apr 27, 2023 5:29:34 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.ServerLifeCycleHelper enableOrDisableNetworkChannelForServersViaOnline
INFO: NetworkChannel is not configured. So nothing to disable
Apr 27, 2023 5:29:34 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl executeCopyForJ2EEDomain
INFO: Starting all managed servers ...
Apr 27, 2023 5:29:34 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.ServerLifeCycleHelper startEachManagedServer
INFO: Starting managed server AdminServer
Apr 27, 2023 5:29:34 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.ServerLifeCycleHelper startEachManagedServer
INFO: Starting managed server WLS_FORMS
INFO : Apr 27, 2023 5:32:09 PM - CLONE-23540 Starting Managed Server WLS_FORMS ...
INFO : Apr 27, 2023 5:34:55 PM - CLONE-23553 Managed Server WLS_FORMS started successfully.
Apr 27, 2023 5:34:55 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.ServerLifeCycleHelper startEachManagedServer
INFO: Starting managed server WLS_REPORTS
INFO : Apr 27, 2023 5:37:45 PM - CLONE-23540 Starting Managed Server WLS_REPORTS ...
INFO : Apr 27, 2023 5:40:08 PM - CLONE-23553 Managed Server WLS_REPORTS started successfully.
Apr 27, 2023 5:40:08 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl executeCopyForJ2EEDomain
INFO: Executing copyConfig operation of T2P plugins ...
Apr 27, 2023 5:40:08 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeT2PPluginsForCopy
INFO: Introspecting domain configuration ...
INFO : Apr 27, 2023 5:40:08 PM - CLONE-23273 Examining Servers.
INFO : Apr 27, 2023 5:40:10 PM - CLONE-23274 Examining Machines.
INFO : Apr 27, 2023 5:40:10 PM - CLONE-23275 Examining Clusters.
INFO : Apr 27, 2023 5:40:10 PM - CLONE-23276 Examining Datasources.
INFO : Apr 27, 2023 5:40:11 PM - CLONE-23264 Examining FileStore ...
INFO : Apr 27, 2023 5:40:11 PM - CLONE-23362 Examining RDBMS Security Store.
INFO : Apr 27, 2023 5:40:11 PM - CLONE-23312 Examining LDAP Authenticators.
INFO : Apr 27, 2023 5:40:11 PM - CLONE-23292 Examining Adapters.
INFO : Apr 27, 2023 5:40:11 PM - CLONE-23293 Examining Resource Adapters. The Resource Adapters with deployment plan will be added to move plan.
INFO : Apr 27, 2023 5:40:15 PM - CLONE-23374 Examining applications with custom deployment plans.
INFO : Apr 27, 2023 5:40:15 PM - CLONE-23375 Examining applications with custom deployment plans. The applications with a deployment plan will be added to the move plan.
INFO : Apr 27, 2023 5:40:19 PM - CLONE-23376 Adding application formsapp#12.2.1 deployment plan to the move plan.
INFO : Apr 27, 2023 5:40:19 PM - CLONE-21274 Examining Coherence Cluster configuration.
INFO : Apr 27, 2023 5:40:19 PM - CLONE-21268 Examining Node Manager configuration.
INFO : Apr 27, 2023 5:41:58 PM - CLONE-23351 MDS data export flag is set to false. Skipping MDS configurations.
INFO : Apr 27, 2023 5:41:58 PM - CLONE-23394 Exporting default providers ...
Apr 27, 2023 5:42:26 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeT2PPluginsForCopy
INFO: Executing T2P plugins ...
Apr 27, 2023 5:42:26 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeAllJ2EET2PPlugins
INFO: - - - - - - Execution of copy operation for all J2EE T2P plugin started ...
Apr 27, 2023 5:42:26 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: Executing oracle.wsm.lifecycle.t2p.impl.CopyConfigImpl ...
Apr 27, 2023 5:42:26 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: CopyConfig implementation Class name = oracle.wsm.lifecycle.t2p.impl.CopyConfigImpl and its product home =/u01/app/apps/middleware/product/12.2.1/oracle_common
Apr 27, 2023 5:42:26 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: Setting product home in the T2P bin to =/u01/app/apps/middleware/product/12.2.1/oracle_common
Apr 27, 2023 5:42:26 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: Setting current thread context classloader to custom class loader...
INFO : Apr 27, 2023 5:42:26 PM - CLONE-23270 Connecting to domain runtime ...
INFO : Apr 27, 2023 5:42:26 PM - CLONE-23271 Trying to connect to localhost:7001 ...
INFO : Apr 27, 2023 5:42:27 PM - CLONE-23272 Successfully connected to the domain Runtime.
INFO : Apr 27, 2023 5:42:27 PM - CLONE-23266 Connecting to runtime ...
INFO : Apr 27, 2023 5:42:27 PM - CLONE-23271 Trying to connect to localhost:7001 ...
INFO : Apr 27, 2023 5:42:27 PM - CLONE-23269 Successfully connected to runtime.
Apr 27, 2023 5:42:27 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: invoking doCopyConfigValidation of oracle.wsm.lifecycle.t2p.impl.CopyConfigImpl
INFO : [PLUGIN][OWSM] Apr 27, 2023 5:42:27 PM - CLONE-40001 OWSM Plug-in Copy Config Operation Started.Validating source environment.
Apr 27, 2023 5:42:27 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: invoking doCopyConfig of oracle.wsm.lifecycle.t2p.impl.CopyConfigImpl
INFO : [PLUGIN][OWSM] Apr 27, 2023 5:42:27 PM - CLONE-40002 Oracle WSM datasource (i.e. mds-owsm) is not configured in domain. Repository data will not be moved.
INFO : [PLUGIN][OWSM] Apr 27, 2023 5:42:27 PM - CLONE-40003 Reading bootstrap configuration file.
INFO : [PLUGIN][OWSM] Apr 27, 2023 5:42:31 PM - CLONE-40010 WSM specific artifacts are not modified on source environment. Nothing will be added to moveplan.
Apr 27, 2023 5:42:31 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: Invoking doPostCopyConfig of oracle.wsm.lifecycle.t2p.impl.CopyConfigImpl
INFO : [PLUGIN][OWSM] Apr 27, 2023 5:42:31 PM - CLONE-40011 OWSM Plug-in Copy Config operation finished.
Apr 27, 2023 5:42:31 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: Resetting current thread context classloader
Apr 27, 2023 5:42:31 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: Execution of oracle.wsm.lifecycle.t2p.impl.CopyConfigImpl done .
Apr 27, 2023 5:42:31 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: Executing oracle.ucsinternal.messaging.t2p.UmsCopyConfigImpl ...
Apr 27, 2023 5:42:31 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: CopyConfig implementation Class name = oracle.ucsinternal.messaging.t2p.UmsCopyConfigImpl and its product home =/u01/app/apps/middleware/product/12.2.1/oracle_common
Apr 27, 2023 5:42:31 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: Setting product home in the T2P bin to =/u01/app/apps/middleware/product/12.2.1/oracle_common
Apr 27, 2023 5:42:31 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: Setting current thread context classloader to custom class loader...
INFO : Apr 27, 2023 5:42:32 PM - CLONE-23270 Connecting to domain runtime ...
INFO : Apr 27, 2023 5:42:32 PM - CLONE-23271 Trying to connect to localhost:7001 ...
INFO : Apr 27, 2023 5:42:32 PM - CLONE-23272 Successfully connected to the domain Runtime.
INFO : Apr 27, 2023 5:42:32 PM - CLONE-23266 Connecting to runtime ...
INFO : Apr 27, 2023 5:42:32 PM - CLONE-23271 Trying to connect to localhost:7001 ...
INFO : Apr 27, 2023 5:42:32 PM - CLONE-23269 Successfully connected to runtime.
Apr 27, 2023 5:42:32 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: invoking doCopyConfigValidation of oracle.ucsinternal.messaging.t2p.UmsCopyConfigImpl
INFO : [PLUGIN][ums] Apr 27, 2023 5:42:32 PM - CLONE-92100 In method doCopyConfigValidation.
Apr 27, 2023 5:42:32 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: invoking doCopyConfig of oracle.ucsinternal.messaging.t2p.UmsCopyConfigImpl
INFO : [PLUGIN][ums] Apr 27, 2023 5:42:32 PM - CLONE-92101 In method doCopyConfig.
INFO : [PLUGIN][ums] Apr 27, 2023 5:42:32 PM - CLONE-92115 UMS application not present in domain. Skip doCopyConfig (no-op).
Apr 27, 2023 5:42:32 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: Invoking doPostCopyConfig of oracle.ucsinternal.messaging.t2p.UmsCopyConfigImpl
INFO : [PLUGIN][ums] Apr 27, 2023 5:42:32 PM - CLONE-92102 In method doPostCopyConfig..
Apr 27, 2023 5:42:32 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: Resetting current thread context classloader
Apr 27, 2023 5:42:32 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: Execution of oracle.ucsinternal.messaging.t2p.UmsCopyConfigImpl done .
Apr 27, 2023 5:42:32 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: Executing oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionCopyConfigImpl ...
Apr 27, 2023 5:42:32 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: CopyConfig implementation Class name = oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionCopyConfigImpl and its product home =/u01/app/apps/middleware/product/12.2.1/oracle_common
Apr 27, 2023 5:42:32 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: Setting product home in the T2P bin to =/u01/app/apps/middleware/product/12.2.1/oracle_common
Apr 27, 2023 5:42:32 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: Setting current thread context classloader to custom class loader...
INFO : Apr 27, 2023 5:42:32 PM - CLONE-23270 Connecting to domain runtime ...
INFO : Apr 27, 2023 5:42:32 PM - CLONE-23271 Trying to connect to localhost:7001 ...
INFO : Apr 27, 2023 5:42:32 PM - CLONE-23272 Successfully connected to the domain Runtime.
INFO : Apr 27, 2023 5:42:32 PM - CLONE-23266 Connecting to runtime ...
INFO : Apr 27, 2023 5:42:32 PM - CLONE-23271 Trying to connect to localhost:7001 ...
INFO : Apr 27, 2023 5:42:32 PM - CLONE-23269 Successfully connected to runtime.
Apr 27, 2023 5:42:32 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: invoking doCopyConfigValidation of oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionCopyConfigImpl
INFO : [PLUGIN][OracleADF] Apr 27, 2023 5:42:32 PM - CLONE-33010 Start to run T2P ADF Connection Plugins.
Apr 27, 2023 5:42:32 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: invoking doCopyConfig of oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionCopyConfigImpl
Apr 27, 2023 5:42:32 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: Invoking doPostCopyConfig of oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionCopyConfigImpl
INFO : [PLUGIN][OracleADF] Apr 27, 2023 5:42:32 PM - CLONE-33020 Finish running T2P ADF Connection Plugins.
Apr 27, 2023 5:42:32 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: Resetting current thread context classloader
Apr 27, 2023 5:42:32 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeEachPlugin
INFO: Execution of oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionCopyConfigImpl done .
Apr 27, 2023 5:42:32 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeAllJ2EET2PPlugins
INFO: - - - - - - Execution of copy operation for all J2EE T2P plugin completed.
Apr 27, 2023 5:42:32 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCAMCopyConfigHelper executeCAMPlugins
INFO: Checking whether system components directory present or not ....
Apr 27, 2023 5:42:32 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCAMCopyConfigHelper checkAndSetCamComponentInfo
INFO: Checking whether system components is configured or not ....
Apr 27, 2023 5:42:32 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCAMCopyConfigHelper checkAndSetCamComponentInfo
INFO: Following system components are configured in the domain: {FORMS=[forms1], ReportsToolsComponent=[repkoctdept], ReportsServerComponent=[rep_dept_medias, rep_wls_reports_tdeptapps], OHS=[ohs1]}
Apr 27, 2023 5:42:32 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCAMCopyConfigHelper checkAndSetCamComponentInfo
INFO: Following system components (COMPTYPE_COMPNAME Vs machineName) are configured in the domain :{FORMS={forms1=AdminServerMachine}, ReportsToolsComponent={repkoctdept=AdminServerMachine}, ReportsServerComponent={rep_wls_reports_tdeptapps=AdminServerMachine, rep_dept_medias=AdminServerMachine}, OHS={ohs1=AdminServerMachine}}
Apr 27, 2023 5:42:32 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCAMCopyConfigHelper getMovableComponentsFromPluginImpl
INFO: - - - - - - Execution of copy operation for all CAM T2P plugin started ...
Apr 27, 2023 5:42:32 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCAMCopyConfigHelper getMovableComponentsFromPluginImpl
INFO: - - - - - - Execution of copy operation for all CAM T2P plugin completed.
Apr 27, 2023 5:42:32 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCAMCopyConfigHelper executeCAMPlugins
INFO: No T2P plugin is present for configured system components.
Apr 27, 2023 5:42:32 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeT2PPluginsForCopy
INFO: Executing persistMovePlan with argument /var/tmp/CLONINGCLIENT-7487049806340642556/configplans/moveplan.xml
Apr 27, 2023 5:42:33 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCopyConfigHelper executeT2PPluginsForCopy
INFO: Persisting moveplan to archive
Apr 27, 2023 5:42:33 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl executeCopyForJ2EEDomain
INFO: Shutting down all managed servers
Apr 27, 2023 5:42:33 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.ServerLifeCycleHelper stopEachManagedServer
INFO: Stopping managed server AdminServer
Apr 27, 2023 5:42:33 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.ServerLifeCycleHelper stopEachManagedServer
INFO: Stopping managed server WLS_FORMS
INFO : Apr 27, 2023 5:42:33 PM - CLONE-23541 Stopping Managed Server WLS_FORMS ...
INFO : Apr 27, 2023 5:42:33 PM - CLONE-23270 Connecting to domain runtime ...
INFO : Apr 27, 2023 5:42:33 PM - CLONE-23271 Trying to connect to localhost:7001 ...
INFO : Apr 27, 2023 5:42:33 PM - CLONE-23272 Successfully connected to the domain Runtime.
INFO : Apr 27, 2023 5:42:33 PM - CLONE-23266 Connecting to runtime ...
INFO : Apr 27, 2023 5:42:33 PM - CLONE-23271 Trying to connect to localhost:7001 ...
INFO : Apr 27, 2023 5:42:33 PM - CLONE-23269 Successfully connected to runtime.
INFO : Apr 27, 2023 5:46:34 PM - CLONE-23551 Managed Server WLS_FORMS stopped successfully.
Apr 27, 2023 5:46:34 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.ServerLifeCycleHelper stopEachManagedServer
INFO: Stopping managed server WLS_REPORTS
INFO : Apr 27, 2023 5:46:34 PM - CLONE-23541 Stopping Managed Server WLS_REPORTS ...
INFO : Apr 27, 2023 5:49:50 PM - CLONE-23551 Managed Server WLS_REPORTS stopped successfully.
Apr 27, 2023 5:49:50 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl executeCopyForJ2EEDomain
INFO: Shutting down AdminServer
Apr 27, 2023 5:49:51 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PConfigHelper backupFromCloningTempLocation
INFO: Taking backup everything under /var/tmp/CLONINGCLIENT-7487049806340642556 at /var/tmp/CLONINGCLIENT-7487049806340642556/backup_after_copy
Apr 27, 2023 5:49:51 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl executePasteConfigOps
INFO: * * * * * * * * updateMovePlan * * * * * * * *
Apr 27, 2023 5:49:51 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl updateMovePlan
INFO: Extracting moveplan and other plans under /var/tmp/CHGHOST-1165727971/t2p_plans_1682606991067 from archive file /var/tmp/CLONINGCLIENT-7487049806340642556/t2p.jar
Apr 27, 2023 5:49:51 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.MovePlanUpdateHelper updateMoveableComponent
INFO: Updating moveplan for MoveableComponent name: tfict and type : J2EEDomain
Apr 27, 2023 5:49:51 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl updateMovePlan
INFO: Persisting updated moveplan at /var/tmp/CHGHOST-1165727971/t2p_plans_1682606991067/moveplan_updated_1682606991294.xml
Apr 27, 2023 5:49:51 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl executePasteConfigOps
INFO: * * * * * * * * executePasteConfig * * * * * * * *
Apr 27, 2023 5:49:51 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl executePasteConfig
INFO: Executing pasteConfig operation of T2P plugins ...
Apr 27, 2023 5:49:51 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyAllJ2EEPlugins
INFO: - - - - - - Execution of offline paste operation for all J2EE T2P plugin started ...
Apr 27, 2023 5:49:51 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: Executing oracle.wsm.lifecycle.t2p.impl.PasteConfigImpl ...
Apr 27, 2023 5:49:51 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: invoking doOfflineConfig of oracle.wsm.lifecycle.t2p.impl.PasteConfigImpl
INFO : [PLUGIN][OWSM] Apr 27, 2023 5:49:51 PM - CLONE-40021 OWSM Plug-in Paste Config operation started. Validating target environment.
INFO : [PLUGIN][OWSM] Apr 27, 2023 5:49:51 PM - CLONE-40022 Oracle WSM datasource (i.e. mds-owsm) is not configured in target domain. Repository data will not be updated.
INFO : [PLUGIN][OWSM] Apr 27, 2023 5:49:51 PM - CLONE-40026 Bootstrap movable component is not present in moveplan. Bootstrap configurations will not be updated.
INFO : [PLUGIN][OWSM] Apr 27, 2023 5:49:51 PM - CLONE-40020 Unable to retrieve repository timestamp. Validation will not be performed.
INFO : [PLUGIN][OWSM] Apr 27, 2023 5:49:51 PM - CLONE-40035 OWSM Plug-in Paste Config Operation Finished.
Apr 27, 2023 5:49:51 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: Execution of oracle.wsm.lifecycle.t2p.impl.PasteConfigImpl done.
Apr 27, 2023 5:49:51 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: Executing oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionPasteConfigImpl ...
Apr 27, 2023 5:49:51 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: invoking doOfflineConfig of oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionPasteConfigImpl
Apr 27, 2023 5:49:51 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: Execution of oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionPasteConfigImpl done.
Apr 27, 2023 5:49:51 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: Executing oracle.ucsinternal.messaging.t2p.UmsPasteConfigImpl ...
Apr 27, 2023 5:49:51 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: invoking doOfflineConfig of oracle.ucsinternal.messaging.t2p.UmsPasteConfigImpl
Apr 27, 2023 5:49:51 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: Execution of oracle.ucsinternal.messaging.t2p.UmsPasteConfigImpl done.
Apr 27, 2023 5:49:51 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyAllJ2EEPlugins
INFO: - - - - - - Execution of offline paste operation for all J2EE T2P plugin completed.
Apr 27, 2023 5:49:51 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper executeT2PPluginsForPaste
INFO: Starting AdminServer ...
INFO : Apr 27, 2023 5:50:01 PM - CLONE-23538 Starting Administration Server ...
INFO : Apr 27, 2023 5:50:02 PM - CLONE-23270 Connecting to domain runtime ...
INFO : Apr 27, 2023 5:50:02 PM - CLONE-23271 Trying to connect to localhost:7001 ...
INFO : Apr 27, 2023 5:50:02 PM - CLONE-23272 Successfully connected to the domain Runtime.
INFO : Apr 27, 2023 5:50:02 PM - CLONE-23266 Connecting to runtime ...
INFO : Apr 27, 2023 5:50:02 PM - CLONE-23271 Trying to connect to localhost:7001 ...
INFO : Apr 27, 2023 5:50:02 PM - CLONE-23269 Successfully connected to runtime.
INFO : Apr 27, 2023 5:50:02 PM - CLONE-23357 AdminServer is already running on port 7001
INFO : Apr 27, 2023 5:50:02 PM - CLONE-23552 Administration Server started successfully.
Apr 27, 2023 5:50:02 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyAllJ2EEPlugins
INFO: - - - - - - Execution of paste operation for all J2EE T2P plugin started ...
Apr 27, 2023 5:50:02 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: Executing oracle.wsm.lifecycle.t2p.impl.PasteConfigImpl ...
INFO : Apr 27, 2023 5:50:02 PM - CLONE-23270 Connecting to domain runtime ...
INFO : Apr 27, 2023 5:50:02 PM - CLONE-23271 Trying to connect to localhost:7001 ...
INFO : Apr 27, 2023 5:50:02 PM - CLONE-23272 Successfully connected to the domain Runtime.
INFO : Apr 27, 2023 5:50:02 PM - CLONE-23266 Connecting to runtime ...
INFO : Apr 27, 2023 5:50:02 PM - CLONE-23271 Trying to connect to localhost:7001 ...
INFO : Apr 27, 2023 5:50:02 PM - CLONE-23269 Successfully connected to runtime.
Apr 27, 2023 5:50:02 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: Invoking doPasteConfigValidation of oracle.wsm.lifecycle.t2p.impl.PasteConfigImpl
Apr 27, 2023 5:50:02 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: Invoking doPrePasteConfigValidation of oracle.wsm.lifecycle.t2p.impl.PasteConfigImpl
Apr 27, 2023 5:50:02 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: Invoking doPasteConfig of oracle.wsm.lifecycle.t2p.impl.PasteConfigImpl
Apr 27, 2023 5:50:02 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: Invoking doPostPasteConfig of oracle.wsm.lifecycle.t2p.impl.PasteConfigImpl
Apr 27, 2023 5:50:02 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: Execution of oracle.wsm.lifecycle.t2p.impl.PasteConfigImpl done.
Apr 27, 2023 5:50:02 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: Executing oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionPasteConfigImpl ...
INFO : Apr 27, 2023 5:50:02 PM - CLONE-23270 Connecting to domain runtime ...
INFO : Apr 27, 2023 5:50:02 PM - CLONE-23271 Trying to connect to localhost:7001 ...
INFO : Apr 27, 2023 5:50:03 PM - CLONE-23272 Successfully connected to the domain Runtime.
INFO : Apr 27, 2023 5:50:03 PM - CLONE-23266 Connecting to runtime ...
INFO : Apr 27, 2023 5:50:03 PM - CLONE-23271 Trying to connect to localhost:7001 ...
INFO : Apr 27, 2023 5:50:03 PM - CLONE-23269 Successfully connected to runtime.
Apr 27, 2023 5:50:03 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: Invoking doPasteConfigValidation of oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionPasteConfigImpl
INFO : [PLUGIN][OracleADF] Apr 27, 2023 5:50:03 PM - CLONE-33010 Start to run T2P ADF Connection Plugins.
Apr 27, 2023 5:50:03 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: Invoking doPrePasteConfigValidation of oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionPasteConfigImpl
Apr 27, 2023 5:50:03 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: Invoking doPasteConfig of oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionPasteConfigImpl
Apr 27, 2023 5:50:03 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: Invoking doPostPasteConfig of oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionPasteConfigImpl
INFO : [PLUGIN][OracleADF] Apr 27, 2023 5:50:03 PM - CLONE-33020 Finish running T2P ADF Connection Plugins.
Apr 27, 2023 5:50:03 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: Execution of oracle.adf.t2p.plugins.adfconn.impl.ADFConnectionPasteConfigImpl done.
Apr 27, 2023 5:50:03 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: Executing oracle.ucsinternal.messaging.t2p.UmsPasteConfigImpl ...
INFO : Apr 27, 2023 5:50:03 PM - CLONE-23270 Connecting to domain runtime ...
INFO : Apr 27, 2023 5:50:03 PM - CLONE-23271 Trying to connect to localhost:7001 ...
INFO : Apr 27, 2023 5:50:03 PM - CLONE-23272 Successfully connected to the domain Runtime.
INFO : Apr 27, 2023 5:50:03 PM - CLONE-23266 Connecting to runtime ...
INFO : Apr 27, 2023 5:50:03 PM - CLONE-23271 Trying to connect to localhost:7001 ...
INFO : Apr 27, 2023 5:50:03 PM - CLONE-23269 Successfully connected to runtime.
Apr 27, 2023 5:50:03 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: Invoking doPasteConfigValidation of oracle.ucsinternal.messaging.t2p.UmsPasteConfigImpl
INFO : [PLUGIN][ums] Apr 27, 2023 5:50:03 PM - CLONE-92103 In method doPasteConfigValidation.
Apr 27, 2023 5:50:03 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: Invoking doPrePasteConfigValidation of oracle.ucsinternal.messaging.t2p.UmsPasteConfigImpl
INFO : [PLUGIN][ums] Apr 27, 2023 5:50:03 PM - CLONE-92104 In method doPrePasteConfig.
Apr 27, 2023 5:50:03 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: Invoking doPasteConfig of oracle.ucsinternal.messaging.t2p.UmsPasteConfigImpl
INFO : [PLUGIN][ums] Apr 27, 2023 5:50:03 PM - CLONE-92105 In method doPasteConfig.
INFO : [PLUGIN][ums] Apr 27, 2023 5:50:03 PM - CLONE-92116 UMS application not present in domain. Skip doPasteConfig (no-op).
Apr 27, 2023 5:50:03 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: Invoking doPostPasteConfig of oracle.ucsinternal.messaging.t2p.UmsPasteConfigImpl
INFO : [PLUGIN][ums] Apr 27, 2023 5:50:03 PM - CLONE-92106 In method doPostPasteConfig.
Apr 27, 2023 5:50:03 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyEachJ2EEPlugin
INFO: Execution of oracle.ucsinternal.messaging.t2p.UmsPasteConfigImpl done.
Apr 27, 2023 5:50:03 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper applyAllJ2EEPlugins
INFO: - - - - - - Execution of paste operation for all J2EE T2P plugin completed.
Apr 27, 2023 5:50:03 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PPasteConfigHelper executeT2PPluginsForPaste
INFO: Stopping all managed servers ...
INFO : Apr 27, 2023 5:50:03 PM - CLONE-23358 Stopping all Managed Servers.
INFO : Apr 27, 2023 5:50:03 PM - CLONE-23541 Stopping Managed Server WLS_FORMS ...
INFO : Apr 27, 2023 5:50:03 PM - CLONE-23270 Connecting to domain runtime ...
INFO : Apr 27, 2023 5:50:03 PM - CLONE-23271 Trying to connect to localhost:7001 ...
INFO : Apr 27, 2023 5:50:03 PM - CLONE-23272 Successfully connected to the domain Runtime.
INFO : Apr 27, 2023 5:50:03 PM - CLONE-23266 Connecting to runtime ...
INFO : Apr 27, 2023 5:50:03 PM - CLONE-23271 Trying to connect to localhost:7001 ...
INFO : Apr 27, 2023 5:50:03 PM - CLONE-23269 Successfully connected to runtime.
INFO : Apr 27, 2023 5:50:03 PM - CLONE-23554 Managed Server WLS_FORMS is already in shut down state.
INFO : Apr 27, 2023 5:51:15 PM - CLONE-23541 Stopping Managed Server WLS_REPORTS ...
INFO : Apr 27, 2023 5:51:15 PM - CLONE-23554 Managed Server WLS_REPORTS is already in shut down state.
Apr 27, 2023 5:52:26 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.T2PCAMPasteConfigHelper applyAllCAMPluginImpl
INFO: CopyConfig was not executed for any CAM T2P plugin. No CAM T2P plugin will be executed during pasteConfig.
Apr 27, 2023 5:52:26 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.helper.ServerLifeCycleHelper enableOrDisableNetworkChannelForServersViaOnline
INFO: NetworkChannel is not configured. So nothing to enable
Apr 27, 2023 5:52:26 PM oracle.glcm.fmw.chghost.framework.plugin.impl.t2p.T2PPluginExecutorImpl executePasteConfig
INFO: Shutting down AdminServer ...
INFO : Apr 27, 2023 5:52:26 PM - CLONE-23539 Stopping Administration Server ...
INFO : Apr 27, 2023 5:55:27 PM - CLONE-23550 Administration Server stopped successfully.
Apr 27, 2023 5:55:27 PM oracle.glcm.fmw.chghost.framework.process.PluginExecution executeAllPlugins
INFO: Status of execution of T2P plugins true
Apr 27, 2023 5:55:27 PM oracle.glcm.fmw.chghost.framework.execute.ChangeHostExecute execute
INFO: Chghost and T2P plugins are executed successfully.
Now run the additional step for forms
./wlst.sh /u01/app/apps/middleware/product/12.2.1/forms/fads/fads_config.py updateHostPort tficttapps 7001 /u01/app/apps/middleware/product/12.2.1/user_projects/applications/tfict
Initializing WebLogic Scripting Tool (WLST) ...
Welcome to WebLogic Server Administration Scripting Shell
Type help() for help on available commands
----------------------------------------------------------------------
FADS configuration script
----------------------------------------------------------------------
updating host as tficttapps, and port as 7001
webservices - http://localhost:7001/fads/apis (updated to http://tficttapps:7001/fads/apis)
Saving...
Totals {connections=1, rest=1, updated=1}
----------------------------------------------------------------------
Exiting WebLogic Scripting Tool.
Start the weblogic and all other managed services.
Comments
Post a Comment