Pack and Unpack Domain
The domain structure is expected to be copied to the second server during domain creation. To copy the same, you can use pack and unpack utility provided under $WLSHOME/common/bin.
Pack
Pack domain in primary server:
./pack.sh -managed=true
-domain=/scratch/app/wl12c/user_projects/domains/FCUBSDomain -
template=/tmp/FCUBSDomain.jar -template_name="FCUBSDomain"
Unpack
Unpack FTP FCBUSDomain.jar in binary mode to
secondary server under /tmp area and unpack the domain using unpack utility provided
under
$WLSHOME/common/bin
./unpack.sh -domain=/scratch/app/wl12c/user_projects/domains/FCUBSDomain - template=/tmp/FCUBSDomain.jar
Parent topic: Domain Configuration