Database Reference
In-Depth Information
Middleware Home
The Middleware Home consists of several installed components such as Oracle
SOA Suite, Coherence (if installed), Oracle WebLogic Server, and shared librar-
ies and utilities:
1.
Set your environment, if not already set. This may vary depending on your
installation:
export BACKUP_DIR=/backup
export MW_HOME=/u01/app/oracle/middleware
export TIME=`date "+%Y%m%d_%k%M"`
2.
Execute the following commands to back up the files:
gtar -czvf $BACKUP_DIR/mwhome.${TIME}.tgz $MW_HOME/coherence_3.6 $MW_HOME/logs $MW_HOME/ modules $MW_HOME/oracle_common $MW_HOME/Oracle_SOA1 $MW_HOME/utils $MW_HOME/wlserver_10.3
Domain Home
Although the Domain Home is often created under the $MW_HOME/
user_projects/domains directory, that is not necessarily a requirement. It is
only necessary to backup the domain on which the AdminServer is running,
but you may also opt to backup the domain on all other nodes of the cluster for
ease of restoration in the future:
1.
Set your environment, if not already set. This may vary depending on your
installation:
export BACKUP_DIR=/backup
export DOMAIN_HOME=/u01/app/oracle/middleware/user_projects/domains/soa_domain
export TIME=`date "+%Y%m%d_%k%M"`
Search WWH ::




Custom Search