Pack and Unpack Domain
After config.sh run(created a domain), domain template can be packed and unpacked in the remote machine.
Where in remote machine make sure all the bits are installed. like Weblogic, and product bits.
Run pack command in source machine,
cd $BEA_HOME/wlserver/common/bin
./pack.sh -domain=$DOMAIN_HOME -template=/tmp/example_domain.jar -template_name="example_domain_template"
Copy example_domain.jar to target machine’s tmp folder.
Run unpack command in target machine,
cd $BEA_HOME/wlserver/common/bin
./unpack.sh -template=/tmp/example_domain.jar -domain=$DOMAIN_HOME
No comments:
Post a Comment