Databases Reference
In-Depth Information
#!/bin/sh
MW_HOME=/u02/app/oracle/product/fmw
export MW_HOME
JAVA_HOME=/u01/app/oracle/product/fmw/jdk160_21
export JAVA_HOME
ARCHIVE_LOC=/home/samples/migration/files/mw_clone.jar
export ARCHIVE_LOC
./pasteBinary.sh -javaHome $JAVA_HOME -archiveLoc $ARCHIVE_LOC -targetMWHomeLoc $MW_HOME
When specifying the target file path for the tar-
getMWHomeLoc parameter, ensure that the file path does not
exist, and has the write permission.
Cloning a WebLogic Server domain for BAM
Cloning a WebLogic Server domain for BAM enables you to obtain a snapshot
of the BAM domain configuration, and then apply the snapshot to a different en-
vironment.
Creating an archive of a WebLogic Server domain for
BAM
To create an archive of a WebLogic Server domain for BAM, use the copyCon-
fig script in the <MW_HOME>/oracle_common/bin directory as follows:
copyConfig -javaHome <JAVA_HOME>
-archiveLoc <ARCHIVE_LOCATION>
-sourceDomainLoc <DOMAIN_LOCATION>
-sourceMWHomeLoc <MW_HOME>
Search WWH ::




Custom Search